From commons-user-return-16896-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Sat Jul 08 10:39:27 2006 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 4769 invoked from network); 8 Jul 2006 10:39:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2006 10:39:26 -0000 Received: (qmail 30950 invoked by uid 500); 8 Jul 2006 10:39:21 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 30648 invoked by uid 500); 8 Jul 2006 10:39:20 -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 30637 invoked by uid 99); 8 Jul 2006 10:39:20 -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 03:39:20 -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.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2006 03:39:19 -0700 Received: by wr-out-0506.google.com with SMTP id 69so258397wri for ; Sat, 08 Jul 2006 03:38:58 -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=m9HRZeTIsq4f6aUXvLB1nhShcY1gvenFgp/6CYnxy64ZrzGoCYYfeYQW95HLMGon+BDlnBRXjLe45QSaz5KTXXqBFOVaFRDR+RGDHHchwBKbN44bIQYKO6jH5eyG2zS8cwdyXeXWeXe2MauGItpI0jU5yVvfM8z4SIQYDyyp6Uk= Received: by 10.65.205.20 with SMTP id h20mr3196994qbq; Sat, 08 Jul 2006 03:38:58 -0700 (PDT) Received: by 10.64.250.14 with HTTP; Sat, 8 Jul 2006 03:38:58 -0700 (PDT) Message-ID: <4c7958a30607080338pe5deb76g8524fc4bbba73fbf@mail.gmail.com> Date: Sat, 8 Jul 2006 07:38:58 -0300 From: "Fabian Sergio de Rosa" To: "Jakarta Commons Users List" , raghuveerv@infotechsw.com Subject: Re: FW: Struts + Commons 500 error In-Reply-To: <00d001c6a265$f886ac90$0ec213ac@pwit.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_59988_32844401.1152355138711" References: <4c7958a30607080100u39b3b12xb28dd1baf6cd68ee@mail.gmail.com> <00d001c6a265$f886ac90$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_59988_32844401.1152355138711 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline sorry for the wrong responses, i was triying to recover the error, but i don't know what are you using to walk the arraylist : > > I didn't set collection=null in reset ,since i need the same collection > data when Clicked NEXT in first page. > So i can't reset this variable. > > i.e i amd resetting innaction class when ever the latest varibale to bet > set > for setters. > Could you recap what you have done for such problem ? > What do you mean by below statments?.Could you elobrate !! > >>2 or > >>3 resets i think that you must redefine the first in the hierarchy of > forms > > > > -----Original Message----- > From: Fabian Sergio de Rosa [mailto:fderosa@gmail.com] > Sent: Saturday, July 08, 2006 1:30 PM > To: Jakarta Commons Users List; raghuveerv@infotechsw.com > Subject: Re: FW: Struts + Commons 500 error > > > you had the trouble when you try to re login? > i had the same trouble with the collections, i don't remember to much. but > i > think that the problem don't back when i reset the fucking collections => > colection = null; <= in the reset method but if you use struts you had 2 > or > 3 resets i think that you must redefine the first in the hierarchy of > forms > > 2006/7/8, Raghuveer : > > > > No ,i am using the same form and handling it for 5 jsp pages.All data > in > > 5 > > pages to be in session when clicked "BACK" > > and "NEXT" buttons. > > So i have used same Actionform in all 5 jsp pages. > > > > In My First page i have UPLOAD CSV File facilty where user can upload > > data.Once the user upload csv file, > > data is shown in jsp page. > > Same data is shown in all 5 pages. > > But When session expires i am able to navigate to login.jsp page by > GLobal > > Exception but in my first jsp page i am getting below error. > > > > I am using Nested tags. > > > > > > > > -----Original Message----- > > From: Fabian Sergio de Rosa [mailto:fderosa@gmail.com] > > Sent: Saturday, July 08, 2006 1:04 PM > > To: Jakarta Commons Users List; raghuveerv@infotechsw.com > > Subject: Re: FW: Struts + Commons 500 error > > > > > > 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 > > > > > > > > > > > > --------------------------------------------------------------------- > > 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_59988_32844401.1152355138711--