JSTL and struts tag libraries

2003-08-14 Thread Butt, Dudley
Hi, Is it true to say that one should use JSTL instead of the struts taglibs? If so, is JSTL a seperate topic to be learned and therefore will not be covered in any of the struts books for sale? thx NOTICE: This message contains privileged and confidential information intended only for

Re: JSTL and struts tag libraries

2003-08-14 Thread David M. Karr
applications will use several tag libraries, including both the Struts and JSTL tag libraries. If you're using the JSTL tag library, however, it's probably more convenient to use the Struts-EL tag library (although you still need the struts.jar). You can learn about JSTL from the JSTL specification

Re: JSTL and struts tag libraries

2003-08-14 Thread David Thielen
yes yes. - but you still need html-el. - Original Message - From: Butt, Dudley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 9:30 AM Subject: JSTL and struts tag libraries Hi, Is it true to say that one should use JSTL instead of the struts taglibs