--- ashish shrivastava <[EMAIL PROTECTED]>
wrote:
> I have jsp's that uses jstl core tags to iterate
> through beans and display the values in html;
> i am converting my application to struts.
> should i also replace the jstl core tags with
> struts:logic tags

Short answer: nope.

Longer answer: the general consensus seems to be that
if a JSTL tag exists with the same functionality as a
Struts tag to use JSTL. They're more standard, better
maintained, etc. 

The notable exceptions would be the html-, bean-, and
message-related tags, although there may be a few
other ones as well.

Dave



 
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com.  Try it now.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to