Re: Configure result to go back to page I came from....

2008-09-19 Thread Laurie Harper
nguage" is called, which sets a parameter to the language I want to enter. As I need this function on various pages, I want to implement it in a superclass of my action class. After clicking on a language-button, I need to set the language and go back to the form to enter the text. Therefore, I need

Re: Configure result to go back to page I came from.... [SEC=UNCLASSIFIED]

2008-09-18 Thread Volker Karlmeier
rom: Volker Karlmeier [mailto:[EMAIL PROTECTED] |> Sent: Friday, 19 September 2008 7:14 AM |> To: Struts Users Mailing List |> Subject: Re: Configure result to go back to page I came from |> | Hi, | | I think I have to explain my problem more clearly: | | I have a page that show some

RE: Configure result to go back to page I came from.... [SEC=UNCLASSIFIED]

2008-09-18 Thread Crombie, Joe
bject: Re: Configure result to go back to page I came from > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I think I have to explain my problem more clearly: > > I have a page that show some text-fields. These Text-Fields > can be filled in diffe

Re: Configure result to go back to page I came from....

2008-09-18 Thread Volker Karlmeier
method "switchlanguage" is called, which sets a parameter to the language I want to enter. As I need this function on various pages, I want to implement it in a superclass of my action class. After clicking on a language-button, I need to set the language and go back to the form to ente

Re: Configure result to go back to page I came from....

2008-09-18 Thread Paweł Wielgus
Hi Volker, where it should go when i will open my browser window (blank) and type Your action url? Best greetings, Paweł Wielgus. 2008/9/18 Volker Karlmeier <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Struts-Freaks, > > I have a quite easy question, I think: >

Configure result to go back to page I came from....

2008-09-18 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Struts-Freaks, I have a quite easy question, I think: how can I configure an action in struts.xml, that does nothing than go to the page I came from ? Something like or so ? Thanks in advance. ~ Volker - -- - --

S2: how to go back and populate values the user input

2007-11-20 Thread panpan
Hi all, thank you for any helps. I'm new to struts2. I just got the below problem. In the first page, the user inputs the values in the fields which is a List variable additionalInterests from the Action. In the second page, I have a link "go back" which goes back to th

S2: how to go back and populate values the user input

2007-11-20 Thread panpan
Hi all, thank you for any helps. I'm new to struts2. I just got the below problem. In the first page, the user inputs the values in the fields which is a List variable additionalInterests from the Action. In the second page, I have a link "go back" which goes back to th

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
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 go a second time in form 3 I have javax.servlet.ServletExc

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

Go back -> BeanUtils.populate

2007-05-29 Thread Jean-Marie Pitre
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 go a second time

Re: how to go back to input page?

2007-01-24 Thread Christopher Schultz
else response.getWriter().write("Cannot determine next page. Please go back manually."); return null; } } -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFt+gu9CaO5/Lv0PARAsQ3AKCx

Re: how to go back to input page?

2007-01-24 Thread Heidy Gutiérrez Guzmán
In the application, i have the option of change languaje from any page. When that option is selected, go to an Action where i do the necesary for that, after that i need to go back to the input page where the user was. I would like the solution don't carry on changes on each action o

Re: how to go back to input page?

2007-01-24 Thread Dave Newton
--- Heidy Gutiérrez Guzmán <[EMAIL PROTECTED]> wrote: > I need to know how to go back to input page in > struts. Under what circumstances? mapping.getInputForward()? Dave It's here! Your n

how to go back to input page?

2007-01-24 Thread Heidy Gutiérrez Guzmán
Hi I need to know how to go back to input page in struts. Thanks

RE: Validator lost data when go back to form

2006-08-04 Thread Martin Gainty
recipient. Sender does not necessarily endorse content contained within this transmission. Hi, I'am using validator to validate data on client side and server side. It works fine, but when I validate on server side when there are errors detected I go back to the html but without user data

Validator lost data when go back to form

2006-08-04 Thread Jean-Marie Pitre
Hi, I'am using validator to validate data on client side and server side. It works fine, but when I validate on server side when there are errors detected I go back to the html but without user data (the form is reseted). Have you got any idea ? Thanks in advance, Jean-Marie. -Me

Re: Go Back

2006-05-29 Thread Shervin Asgari
page previously stored in the session. Kind regards, Emilia -Original Message- From: Shervin Asgari [mailto:[EMAIL PROTECTED] Sent: maandag 29 mei 2006 9:59 To: Struts Users Mailing List Subject: Go Back Hello. I was wondering. Is there a way in struts to go back to the previous page.

Re: Go Back

2006-05-29 Thread Manfred Wolff
the session. > > > Kind regards, > Emilia > > -Original Message- > From: Shervin Asgari [mailto:[EMAIL PROTECTED] > Sent: maandag 29 mei 2006 9:59 > To: Struts Users Mailing List > Subject: Go Back > > > Hello. I was wondering. Is there a way in struts to

RE: Go Back

2006-05-29 Thread Emilia Ipate
truts Users Mailing List Subject: Go Back Hello. I was wondering. Is there a way in struts to go back to the previous page. Like hitting back button? I have a confirmation page, and I want when the user hits the cancel button for it to be redirected to the previous page. Currently I ha

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

Re: Go Back

2006-05-29 Thread Abhimanyu Koul
t; <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, May 29, 2006 1:28 PM Subject: Go Back > Hello. I was wondering. Is there a way in struts to go back to the > previous page. Like hitting back button? > > I have a confirmation page, and I want when th

Go Back

2006-05-29 Thread Shervin Asgari
Hello. I was wondering. Is there a way in struts to go back to the previous page. Like hitting back button? I have a confirmation page, and I want when the user hits the cancel button for it to be redirected to the previous page. Currently I have an ActionForward which returns

What is the URI I Should Use to Provide a Link to Go Back to a Previous Web Page

2006-05-10 Thread Caroline Jen
I am using the Struts. I am prepaing URIs so that previous web pages that users have navigated though can be re-constructed and displayed to users. For example, one of the web pages has the below showing in the address bar: http://localhost:9080/tf/ntts/entity/editPersonEntity.do?cancelForwardNa