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
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
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
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
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:
>
-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
- --
- --
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
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
#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
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
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
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
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
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
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
--- 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
Hi
I need to know how to go back to input page in struts.
Thanks
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
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
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.
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
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
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
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
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
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
26 matches
Mail list logo