Tried all the suggestions given here and nothing worked. I think it might be
a problem with Struts - the old version I'm using (1.1) may not be
compatible with Java 5. Because when I download the JSTL examples from
Apache and run those they work fine. I'll run some tests in my code to see
if JSTL works with non-Struts data on my pages, but I think that's what the
problem is.

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson
Sent: Thursday, February 07, 2008 8:31 AM
To: General Discussion for the Resin application server
Subject: Re: [Resin-interest] JSTL tags don't work after upgrade from
3.0.12to 3.0.25



On Feb 6, 2008, at 3:35 PM, Joe Zuffoletto wrote:


Trying to upgrade my app from 3.0.12 to 3.0.25 and when doing so the <c:if>
tag (and probably others) stops working. Surfed the archives and tried the
JSTL-related tips contained therein but still no joy. Anyone have any other
insights about this problem?


Is it the EL expressions that are causing trouble?  

You might need to force your web.xml to be "2.5" compliant, by adding the
JavaEE namespace declaration.  (This issue should also be resolved in 3.1.x)

-- Scott


 
Thanks - Joe
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to