--- On Wed, 10/8/08, David C. Hicks wrote: > Can anyone point me to a source of information about how to > build a custom tag lib for Struts2? Maybe it's a plugin? > I'm a little old school and still learning.
Depends on what you mean, I guess--you can create a standard JEE custom tag using either Java or JSP (JSP 2.0+ containers only). If your goal is to subclass or extend existing S2 tags then your best bet is to start looking at the existing tag's source code, but it can be a little... obtuse at times. (In theory I have a small PDF in the works discussing this but due to timing issues will remain dormant until closer to the end of the year.) Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]