Thanks Jason. I'm now trying this with Resin 3.1.2. However, it's taking a
painfully long time to start up - of the order of one
hour, where Resin2x and Resin 3.1.1 take 1-2 minutes to startup with the app
deployed. Is this related to the new startup listen()
change in resin 3.1.2? I'm using the default resin.conf file.

Thanks,
Ambar
  -----Original Message-----
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jason Wang
  Sent: Tuesday, September 11, 2007 7:33 AM
  To: General Discussion for the Resin application server
  Subject: Re: [Resin-interest] Resin 3.1.1 and Struts "iterate" tag
problems


  3.1.2 is ok, I tested iterate page in struts example project both on 3.1.1
and 3.1.2
  the exception occurs on 3.1.1 but does not occur on 3.1.2


  On 9/11/07, Jason Wang <[EMAIL PROTECTED]> wrote:
    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




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

Reply via email to