Our experience is that you need to use Resins implementation of the JSTL Tags 
:( 1
Remove the standard.jar
 
-Rob
 
________________________________________
Robert Leland                   INTEGRITYOne
P: (703) 581-6522               1900 Campus Commons Drive
F: (703) 476-7405                Reston, VA 20191
[EMAIL PROTECTED]           www.integrityonepartners.com

________________________________

From: [EMAIL PROTECTED] on behalf of Jason Wang
Sent: Mon 9/10/2007 8:52 PM
To: General Discussion for the Resin application server
Subject: Re: [Resin-interest] Resin 3.1.1 and Struts "iterate" tag problems


Resin 3.1.1 doesn't allow to nest jsp statement in a taglib, I don't know why, 
maybe just a bug, you can try 3.1.2
 
Jason

 
On 9/10/07, Ambar Hegde <[EMAIL PROTECTED]> wrote: 

        Hi,
        
        I'm trying to move an existing application from Resin 2x to Resin 3.1.1,
        with JDK 1.5.
        
        The application uses Struts 1.1, however the problem persists with 
Struts
        1.3.8 as well.
        
        Using the iterate tag from struts-logic.tld causes resin to throw the
        following error:
        
        /jsp/LocationReportMain.jsp:246: not a statement 
        [19:36:22.319]             java.lang.Integer null;
        [19:36:22.319]                      ^
        [19:36:22.319] /jsp/LocationReportMain.jsp:246: ';' expected
        [19:36:22.319]             java.lang.Integer null; 
        [19:36:22.319]                               ^
        
        
        The source jsp is:
        
        <logic:iterate id="driverValues" name="SingleUserLocReportInitializer"
        property="teamMembers" type=" java.util.Hashtable"><html:option
        value='<%=driverValues.get("USER_ID").toString()%>'>
        <%=driverValues.get("NAME").toString()%></html:option></logic:iterate> 
        
        Would appreciate any help on this.
        
        TIA
        
        -Ambar
        
        
        
        _______________________________________________
        resin-interest mailing list
        resin-interest@caucho.com 
        http://maillist.caucho.com/mailman/listinfo/resin-interest
        


<<winmail.dat>>

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

Reply via email to