Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Converting Tag Library
Converting Tag Library [message #223010] Fri, 24 October 2008 05:59
Carsten Spieker is currently offline Carsten SpiekerFriend
Messages: 197
Registered: July 2009
Senior Member
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: Thu Sep 19 02:19:58 GMT 2024

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

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

Back to the top