Re: JSTL versus Struts tags

2007-04-18 Thread Laurie Harper
It's not a case of 'which is better'; they aren't directly equivalent. Some of the functionality in the Struts 1 tag libs overlaps some of the functionality in the JSTL tag libs. Both sets of tags have capabilities that are not available in the other. In general, it's recommended to use the JS

Re: JSTL versus Struts

2007-04-18 Thread Dave Newton
--- Heidy Gutiérrez Guzmán <[EMAIL PROTECTED]> wrote: > When I search information about the best practice > for programing in Struts. I find: You should to use > JSTL before the struts tags. Why? For S1, because JSTL is "more standard" and duplicates functionality found in the "less standard" Str

JSTL versus Struts

2007-04-18 Thread Heidy Gutiérrez Guzmán
When I search information about the best practice for programing in Struts. I find: You should to use JSTL before the struts tags.Why?

Re: JSTL versus Struts tags

2007-04-18 Thread Caroline Jen
In comparison of the two; namely, JSTL and Struts2 tags, which one is better? In between JSTL and Struts1 tags, I prefer JSTL. When using JSTL, I feel that I am programming. I would like to gather some opinions. Thank you. --- Dave Newton <[EMAIL PROTECTED]> wrote: > --- Heidy Gutiérrez Guzmán

Re: JSTL versus Struts tags

2007-04-17 Thread Dave Newton
--- Heidy Gutiérrez Guzmán <[EMAIL PROTECTED]> wrote: > Where do I find information about the diffrence > between JSTL and struts tags? I'm not sure what kind(s) of differences you're looking for, but assuming you already know JSTL tags I'd start by looking at the documentation for the S2 tags, st

JSTL versus Struts tags

2007-04-17 Thread Heidy Gutiérrez Guzmán
Where do I find information about the diffrence between JSTL and struts tags?