Joachim Ansorg wrote:
writing a simple Struts2 tag is not that difficult.

A Tag is simply a java interface:
http://java.sun.com/javaee/5/docs/api/javax/servlet/jsp/tagext/Tag.html

The life cycle of a tag is discussed in that javadoc.

There are a number of classes that make implementing your own pretty straight forward. You'll probably be interested in "BodyTagSupport".

-Dale

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

Reply via email to