From commons-user-return-16890-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Sat Jul 08 07:34:24 2006 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 79544 invoked from network); 8 Jul 2006 07:34:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2006 07:34:23 -0000 Received: (qmail 94079 invoked by uid 500); 8 Jul 2006 07:34:18 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 94057 invoked by uid 500); 8 Jul 2006 07:34:18 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 94046 invoked by uid 99); 8 Jul 2006 07:34:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 00:34:18 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of fderosa@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 00:34:17 -0700 Received: by wr-out-0506.google.com with SMTP id 69so247635wri for ; Sat, 08 Jul 2006 00:33:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Rt+GpkkhLsxinbTMOOmQUALZJfQwh4QBSA4Uz4EdNZHkPiqRIRGTK3zZ4oYiOMKoFXp6yRiYFEqhxlaNr8b2nDTv+yNjVBxqrLVe82fD51gHSUYXhP/Jvn2odlQDrNmBmxbqlufAjcAmnI59uZnqBuVCtnRZNAlRlryLLEk1eJ4= Received: by 10.65.200.19 with SMTP id c19mr3154801qbq; Sat, 08 Jul 2006 00:33:56 -0700 (PDT) Received: by 10.64.250.14 with HTTP; Sat, 8 Jul 2006 00:33:56 -0700 (PDT) Message-ID: <4c7958a30607080033s76213e15q69a9971588deb066@mail.gmail.com> Date: Sat, 8 Jul 2006 04:33:56 -0300 From: "Fabian Sergio de Rosa" To: "Jakarta Commons Users List" , raghuveerv@infotechsw.com Subject: Re: FW: Struts + Commons 500 error In-Reply-To: <00c601c6a25f$9b554f50$0ec213ac@pwit.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_59680_29691377.1152344036211" References: <4c7958a30607080016m744148e8yf0a21ad6c54c0a86@mail.gmail.com> <00c601c6a25f$9b554f50$0ec213ac@pwit.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_59680_29691377.1152344036211 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline if you try with another form that uses collections tags the problem persists? 2006/7/8, Raghuveer : > > It is not happening throught my web application. > It is happening in only one page,it has form file object and display of > collection content in actionform. > > -----Original Message----- > From: Fabian Sergio de Rosa [mailto:fderosa@gmail.com] > Sent: Saturday, July 08, 2006 12:46 PM > To: Jakarta Commons Users List; raghuveerv@infotechsw.com > Subject: Re: FW: Struts + Commons 500 error > > > when you session expires, you say the problem. When your session expires > the > form that is alocaded in session is droped like every thing that is in > your > session, you must control or show that the session expires. or maybe you > want to change the session's time to live. > > 2006/7/8, Raghuveer : > > > > > > When session expires in my JSP i am getting following error. > > > > I am using Struts Nested tags and validator framework. > > I am always using the collection in my actionform with Present,Empty > tags > > always in my JSP. > > > > > > > > > > > > > > > Experts,please share your comments..!! > > > > > > > > 06/07/08 11:55:24 test: Servlet error > > java.lang.IndexOutOfBoundsException: Index: 4, Size: 0 > > at java.util.ArrayList.RangeCheck(Unknown Source) > > at java.util.ArrayList.get(Unknown Source) > > at > > org.apache.commons.beanutils.PropertyUtilsBean.getIndexedProperty > > (PropertyUt > > ilsBean.java:433) > > at > > org.apache.commons.beanutils.PropertyUtilsBean.getIndexedProperty > > (PropertyUt > > ilsBean.java:340) > > at > > org.apache.commons.beanutils.PropertyUtilsBean.getNestedProperty > > (PropertyUti > > lsBean.java:684) > > at > > org.apache.commons.beanutils.PropertyUtilsBean.getProperty > > (PropertyUtilsBean > > .java:715) > > at > > org.apache.commons.beanutils.BeanUtilsBean.setProperty( > BeanUtilsBean.java > > :88 > > 4) > > at > > org.apache.commons.beanutils.BeanUtilsBean.populate(BeanUtilsBean.java > > :811) > > at org.apache.commons.beanutils.BeanUtils.populate( > BeanUtils.java > > :298) > > at org.apache.struts.util.RequestUtils.populate( > RequestUtils.java > > :493) > > at > > org.apache.struts.action.RequestProcessor.processPopulate( > > RequestProcessor.j > > ava:804) > > at > > org.apache.struts.action.RequestProcessor.process(RequestProcessor.java > > :203) > > at org.apache.struts.action.ActionServlet.process( > > ActionServlet.java:1196) > > at org.apache.struts.action.ActionServlet.doPost( > > ActionServlet.java:432) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at com.evermind[Oracle Application Server Containers for J2EE > 10g > > (9.0.4.0.0 > > )].server.http.ServletRequestDispatcher.invoke(ServletRequestDispa > > tcher.java:765) > > at com.evermind[Oracle Application Server Containers for J2EE > 10g > > (9.0.4.0.0 > > )].server.http.ServletRequestDispatcher.forwardInternal(ServletReq > > uestDispatcher.java:317) > > at com.evermind[Oracle Application Server Containers for J2EE > 10g > > (9.0.4.0.0 > > )].server.http.HttpRequestHandler.processRequest(HttpRequestHandle > > r.java:790) > > at com.evermind[Oracle Application Server Containers for J2EE > 10g > > (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java > > :270) > > at com.evermind[Oracle Application Server Containers for J2EE > 10g > > (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java > > :112) > > at com.evermind[Oracle Application Server Containers for J2EE > 10g > > (9.0.4.0.0 > > )].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableRe > > sourcePooledExecutor.java:186) > > at java.lang.Thread.run(Unknown Source) > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > ------=_Part_59680_29691377.1152344036211--