I think you are asking about the taglib difinition so that you can use tabletags. If this is the case, you need to include the jar file in your WEB-INF/lib and then add:

<%@ taglib prefix="tt" uri="/tabletags"%>

in your jsp.


amir nasr wrote:
Hello All
Is there any body who knows  how can i introduce plugins tag to tomcat to parse 
it like struts tag, i mean what i must wriiten infront of uri in taglib 
defintion.
For example for struts 2 tag we include this line in top of our jsp page.
"<%@ taglib prefix="s" uri="/struts-tags"%>"

for example for below struts 2 plugin , what i must include in my jsp page to 
notifying tomcat about new plugin tags
http://code.google.com/p/tabletags/

Sincerely yours.
Bye.
--------------------------------- Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to