Any idea where I can find some tutorials with code snippets on using the tags contained in struts-html.tld
There's the HTML Taglib API Reference (http://jakarta.apache.org/struts/userGuide/struts-html.html) which provides detailed information about every tag.
Additionally, you can find some interesting tips for individual tags just by googling for the name of the tag (as in <html:form>).
Some pages I found useful are: Use Mulitbox to manage checkboxes (http://husted.com/struts/tips/007.html)
The Struttin' with Struts tutorial also provides some good examples. (e.g. http://www.reumann.net/do/struts/lesson3/step9).
Hope this gets you a little bit further.
Patrick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

