On 7/5/06, Julian Tillmann <[EMAIL PROTECTED]> wrote:
I'd like to use the c-tag of the core tag library as it seems to be powerful. For example "else if" is not implemented in Struts-logic and this is often needed. Are there any disadvantages of doing so or can also you recommend it?
No disadvantages, in fact the documentation recommends using JSTL instead of the Struts tags whenever possible. If you're on Servlet 2.3, use the 'Struts EL' taglib with JSTL 1.0. For Servlet 2.4, configure web.xml to use the 2.4 schema and use the normal Struts tags with JSTL 1.1. * http://wiki.wsmoak.net/cgi-bin/wiki.pl?StrutsAndJSTL -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

