RE : Go back -> BeanUtils.populate

2007-05-30 Thread Jean-Marie Pitre
#x27;t know why ? -Message d'origine- De : Sid [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 mai 2007 07:08 À : Struts Users Mailing List Objet : Re: Go back -> BeanUtils.populate Hi Are you using FormFile in your page? This happens when the table that you are trying to paint is n

Re: Go back -> BeanUtils.populate

2007-05-29 Thread Sid
Hi Are you using FormFile in your page? This happens when the table that you are trying to paint is not in the scope of your Make sure you give your in the right place Thanks On 5/29/07, Jean-Marie Pitre <[EMAIL PROTECTED]> wrote: Hi, I am facing a problem ;-) : I am using struts 1.3.5

RE : Re: Go back -> BeanUtils.populate

2007-05-29 Thread Jean-Marie Pitre
e.org Objet : Re: Go back -> BeanUtils.populate Jean-Marie Pitre wrote: > Hi, > > I am facing a problem ;-) : I am using struts 1.3.5 > > My web application is based on several forms and each one corresponds to > a step of a process. > > For example, If I am in the

Re: Go back -> BeanUtils.populate

2007-05-29 Thread Laurie Harper
Jean-Marie Pitre wrote: Hi, I am facing a problem ;-) : I am using struts 1.3.5 My web application is based on several forms and each one corresponds to a step of a process. For example, If I am in the form 3/5 and I go back to form 2 using back button of my browser then I submit the page to

Re: Go Back

2006-05-29 Thread Shervin Asgari
Thank you for the replies. Shervin Manfred Wolff wrote: Exactly No. 2 does http://www.manfred-wolff.de/struts/articles/HowTo-Back.html Manfred Emilia Ipate wrote: There are 2 ways for doing it: 1. on client side: - use javascript: history.back() or history.go(-1) This solu

Re: Go Back

2006-05-29 Thread Manfred Wolff
Exactly No. 2 does http://www.manfred-wolff.de/struts/articles/HowTo-Back.html Manfred Emilia Ipate wrote: > There are 2 ways for doing it: > 1. on client side: > - use javascript: history.back() or history.go(-1) > This solution is very fast because the browser loads the page > quit

RE: Go Back

2006-05-29 Thread Emilia Ipate
There are 2 ways for doing it: 1. on client side: - use javascript: history.back() or history.go(-1) This solution is very fast because the browser loads the page quite fast as from the client's PC (does not go to the server) 2. on the server side - in the your RequestProces

Re: Go Back

2006-05-29 Thread Shervin Asgari
Yes I have. But the problem is that I have some values which doesn't get shown because they are not null. That's why I would like to just go back. There is another ActionForm on the previous page which I cannot receive the values from. Shervin Asgari - System Consultant M: +47 918 64 148, @: [

Re: Go Back

2006-05-29 Thread Abhimanyu Koul
hi! you can have a separate mapping for the previous page like you have for the next page Abhimanyu Koul FinEng Solutions (P) Ltd. Dani Compound, 158, Vidyanagari Marg, Kalina, Santacruz (East), Mumbai - 400 098 Mobile : +91 9860582533 - Original Message - From: "Shervin Asgari" <[EMAIL PR