Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Converting Tag Library
Converting Tag Library [message #223010] Fri, 24 October 2008 01:59
Eclipse UserFriend
Hello,

via the tagConverterFactory in Extension Point
"org.eclipse.jst.pagedesigner.pageDesginerExtension" I can convert tags from
custom tag libraries for the Page Designer Preview.

How can I do the same in the source code?

e.g. I have a tag "xyz" in the tag library with the prefix "p". So usually
the tag in the source code would look like this

<p:xyz ...... />

What I want is this tag to be represented e.g like this in the code, which I
know is not W3C conform JSP tag.

<#xyz>.

In my use case I have a few tags which are converted by a special parser
before saved as W3C conform HTML / JSP.

Is there any extension or something like that to reach this?

Thanks and greetz,

Carsten
Previous Topic:Do I really need WTP for JAX-WS JBossWS WebServices? Or is JBossTools enough?
Next Topic:Web browser item in menu Window isn't visible(in default config) in the WTP in the Eclipse GANYMEDE
Goto Forum:
  


Current Time: Mon Jul 07 12:28:34 EDT 2025

Powered by FUDForum. Page generated in 0.03453 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top