params in the url - struts 2

2010-12-04 Thread clockdva242

i'm using struts 2 

i have a form and a list in a page 

when i call the action of the form (insert for example), i loose the params
in the url 

how can i keep that params ? 

thanks and sorry for my bad english
-- 
View this message in context: 
http://old.nabble.com/params-in-the-url---struts-2-tp30366627p30366627.html
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Re: params in the url - struts 2

2010-12-04 Thread Dave Newton
On Sat, Dec 4, 2010 at 6:22 AM, clockdva242 wrote:

 i have a form and a list in a page

 when i call the action of the form (insert for example), i loose the params
 in the url

 how can i keep that params ?


URL parameters are not magically re-submitted when you submit a form. The
form needs to contain any parameters you want sent, either as GET parameters
in the form action's submit URL (meh, and I'm not sure if it'd always work)
or as hidden parameters.

Dave


Re: params in the url - struts 2

2010-12-04 Thread Martin Cooper
On Sat, Dec 4, 2010 at 3:22 AM, clockdva242 sb.stefanobio...@gmail.com wrote:

 i'm using struts 2

Please address your questions to the User list.

http://struts.apache.org/mail.html

--
Martin Cooper


 i have a form and a list in a page

 when i call the action of the form (insert for example), i loose the params
 in the url

 how can i keep that params ?

 thanks and sorry for my bad english
 --
 View this message in context: 
 http://old.nabble.com/params-in-the-url---struts-2-tp30366627p30366627.html
 Sent from the Struts - Dev mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org