| Author |
JSTL Tag lib queries
|
Aditya Kanitkar
Ranch Hand
Joined: Aug 08, 2009
Posts: 72
|
|
Hi,
I've implemented Standard tag lib in Eclipse Helios Edition.
Currently, I'm able to use those tags like
and <c:set> etc...
But in eclipse Helios, i was expecting like... When i start writing c: tag.. I should
get all the suggestion list.....
Like this...
Can it be done in eclipse Helios...???
If yes... Please help....
Thanks.
This message was edited 1 time. Last update was at by Aditya Kanitkar
|
 |
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
|
posted

0
|
|
Do you have the EE version? Do you have the taglib declaration in the JSP? Completion is working fine for me.
|
 |
Aditya Kanitkar
Ranch Hand
Joined: Aug 08, 2009
Posts: 72
|
|
Thanks for your reply.
Yes. I've EE Version.... And also have the declaration of taglib in my JSP...
I'm asking about the suggestion list which you get while typing any character after
"<"
Have you made any relative changes to your web.xml file...???
Something like <taglib>....???
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 48810
|
|
|
No changes to the deployment descriptor are necessary. All that needs to happen is for the JSTL jar file(s) to be added to the class path.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Aditya Kanitkar
Ranch Hand
Joined: Aug 08, 2009
Posts: 72
|
|
This is my .classpath file....
But there is written somethingabout jstl... Right..??
Is there any problem with that...??
|
 |
Aditya Kanitkar
Ranch Hand
Joined: Aug 08, 2009
Posts: 72
|
|
Problem solved... Now i am getting that suggestions list.... May be eclipse restart was required.... Thanks anyways....
|
 |
 |
|
|
subject: JSTL Tag lib queries
|
|
|