You need to use the 1.0 JSTL implementation as you said. Your taglib directives will then need to use the 1.0 uri, for example:
<[EMAIL PROTECTED] uri="http://java.sun.com/jstl/core" prefix="c" %> (no /jsp/ in the path) -Adam -----Original Message----- From: chuanjiang lo [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:33 AM To: Struts Users Mailing List Subject: Re: web.xml specifications from 2.4 to 2.3 i have some other pages that uses <c:if> and etc etc.. I've read on the net and realize that the 2.3 specifications supports only JSTL 1.0 and it would not evaluate the EL expressions. So how do i make it evaluate the EL expression without changing my implementation. On 6/14/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > > On 6/14/06, Dave Newton <[EMAIL PROTECTED]> wrote: > > chuanjiang lo wrote: > > > <bean:define id="biz_link" type="String" name="Biz_Bean" > > > property="business_id"/> > > > <html:link > action="/viewBiz/ViewBusinessDetail?business_id=${biz_link}"> > > > > You need to use the EL-enabled tag libs (struts-el or something like > > that) when you don't have JSP 2.0 available. > > > <snip/> > > Indeed: http://struts.apache.org/struts-action/struts-el/index.html > > -Rahul > > > > Dave > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----------------------------------------- The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, or any employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer. Thank you. Paychex, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]