[Stripes-users] lost information after Validation error

2011-01-28 Thread hairinwind
My page contains the fields for one object. It also displays a table of its child objects. The table is for displaying purpose only. (The data in the table won't be in the http request when the form is submitted) To display this page, the url is /action/abc.action, it will hit the defaultHandler m

Re: [Stripes-users] A question about the Stripes form variable int

2011-01-28 Thread andres
Muchas gracias por ayuda. Thank you very much for help. ;) --- El mié, 26/1/11, Nikolaos Giannopoulos escribió: De: Nikolaos Giannopoulos Asunto: Re: [Stripes-users] A question about the Stripes form variable int Para: "Stripes Users List" Fecha: miércoles, 26 de enero, 2011 21:08 Andres,

Re: [Stripes-users] Stripes forms and Clean Url binding?

2011-01-28 Thread Ben Gunter
The s:form tag accepts nested s:param tags, just like s:url or s:link do. On Jan 27, 2011 5:18 AM, "Karen" wrote: > Nikolaos, > > The problem I have is that I have parameterized pages that need to be both > SEO Friendly and updatable. > > Action Bean: > @URLBinding("/user/{username=}/profile.html"