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



Re: Unapproved licenses

2010-12-04 Thread Martin Cooper
On Thu, Dec 2, 2010 at 12:26 AM, Lukasz Lenart
lukasz.len...@googlemail.com wrote:
 Hi,

 I'm running a new release process and during launching mvn
 release:perform rat plugin reported unapproved license in
 app/jboss-blank/pom.xml - Apache License Header is missing. The
 strange thing is that it was already included in the latest 2.2.1
 release. I'm suspecting it's because of I'm using Maven 3 to do that
 ;-)

I guess the real question is whether or not there is some other
license in there, and if so, how that's categorized at the ASF.

You might want to check with the RAT folks (via their own mailing
list) to see if there's actually a problem here or not.

--
Martin Cooper


 And to be more mysterious, also main struts2-parent pom.xml is missing
 the header but rat plugin isn't complaining :P

 How to obey that without rollbacking all the changes and adding
 required headers?


 Regards
 --
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/
 Kapituła Javarsovia 2010 http://javarsovia.pl

 PS. Anyway it's a huge work for the future to adjust project to Maven 3 :D

 -
 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