You might try looking at existing classes in org.apache.struts2.views.jsp (http://struts.apache.org/2.0.6/struts2-core/apidocs/org/apache/struts2/views/jsp/package-summary.html). You also might consider extending SimpleTag, which is part of JSP 2.0.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPTags7.html Matt On 6/7/07, Martin Ravell <[EMAIL PROTECTED]> wrote:
I'm going to have a crack at building a taglib for my 2m5 application and was wondering about maing this understand the Struts2 object graph (OGNL?) Has anyone on the list done anything like this before? If so I'd appreciate it if you could share any resource URLs, tutorials etc that you may have come across. Cheers Marty --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
