Re: [Stripes-users] Stripes UrlBinding - Parameter disappears on submit

2012-08-30 Thread VANKEISBELCK Remi
Yeah, or use method=GET in the form ? Clean URLs don't really make sense for POST requests anyway... Cheers Remi 2012/8/30 Nathan Maves nathan.ma...@gmail.com I think you should be using stripes:link and not the form tag. On Wed, Aug 29, 2012 at 8:52 PM, Derrick Chua

Re: [Stripes-users] Stripes UrlBinding - Parameter disappears on submit

2012-08-30 Thread Martin Walsh
The stripes:param tag can be used inside the form to provide the parameters required to generate the clean url. e.g. stripes:form beanclass=${actionBean.class} stripes:param name=userId value=${actionBean.userId}/ /stripes:form Hope that helps. Thanks, M On 08/30/12 03:52 AM, Derrick Chua

Re: [Stripes-users] Stripes UrlBinding - Parameter disappears on submit

2012-08-30 Thread Derrick Chua
That works! Thanks for the tip! -Original Message- From: Martin Walsh [mailto:martin.wa...@oracle.com] Sent: Thursday, 30 August, 2012 5:04 PM To: Stripes Users List Cc: Derrick Chua Subject: Re: [Stripes-users] Stripes UrlBinding - Parameter disappears on submit The stripes:param tag