Hoping someone can give me some pointers on how to get started on
developing my own tag.

I want to develop a custom tag to use within Struts 2, kind of like
<s:iterator>.  What I have in mind is something like this:

<abc:mytag>
other stuff, including other struts tags
</abc:mytag>

the tag would iterate over the stuff contained in the tag, based on
non-trivial logic, and also generate output both before and after the
other stuff.  This may eventually turn into a tag to generate an HTML
table.  Any pointers on how to get started developing such an animal are
appreciated.


Mitch


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to