Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » Code Hinting on JSP with Custom Tags (taglib)
icon5.gif  Code Hinting on JSP with Custom Tags (taglib) [message #675432] Tue, 31 May 2011 10:08 Go to previous message
NemoStein  is currently offline NemoStein
Messages: 7
Registered: May 2011
Junior Member
I'm developing a JSP tag that have an attribute that works with a set of possible values.
I don't need to enforce this values, but I would like the IDE do some code hinting or auto-completion.

Suppose a tag like this:
<mytag:sometag someattribute="value" />


The attribute someattribute can have any value (remember, I don't need to enforce), but I would like it to suggest you the following list of values: ValueA, ValueB and ValueC

Is there a way to do it?
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic:@XmlSchema for a metro webservice
Next Topic:[SOLVED] Problem Creating a Tomcat 6 Localhost Server Project
Goto Forum:
  


Current Time: Tue May 21 17:14:01 EDT 2013

Powered by FUDForum. Page generated in 0.01776 seconds