Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Aaron Stromas
ways present even if the validation fails and > my handler is not invoked. > > ** ** > > Christian > > ** ** > > *De :* Aaron Stromas [mailto:passog...@gmail.com] > *Envoyé :* August-20-12 1:59 PM > *À :* Stripes Users List > *Objet :* Re: [Stripes-users] inter

Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Aaron Stromas
alues are always present even if the validation fails and > my handler is not invoked. > > ** ** > > Christian > > ** ** > > *De :* Aaron Stromas [mailto:passog...@gmail.com] > *Envoyé :* August-20-12 1:59 PM > *À :* Stripes Users List > *Objet :

Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Aaron Stromas
When the validator finds errors it does not cause the form to post, does it? It just re-renders it with its data. I'm wondering if there is a way to cause its peer form to re-render itself as well. -a On 20 August 2012 14:08, Mike McNally wrote: > Yes it's fine to have more than one form on a p

Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Poitras Christian
: August-20-12 1:59 PM À : Stripes Users List Objet : Re: [Stripes-users] internal form refresh after validation Actually, I did not describe the situation correctly. These are not nested forms but "peer" forms - first comes the change locale form, followed by the data input form. Sorry for m

Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Mike McNally
Yes it's fine to have more than one form on a page; however, unless you're serializing the parameters from both forms together (with JavaScript), only one form is posted at a time. On Mon, Aug 20, 2012 at 12:58 PM, Aaron Stromas wrote: > Actually, I did not describe the situation correctly. These

Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Aaron Stromas
Actually, I did not describe the situation correctly. These are not nested forms but "peer" forms - first comes the change locale form, followed by the data input form. Sorry for messing the description up. That is legal, isn't it? -a On 20 August 2012 13:50, Mike McNally wrote: > HTML disallow

Re: [Stripes-users] internal form refresh after validation

2012-08-20 Thread Mike McNally
HTML disallows nesting a form tag inside another one. On Mon, Aug 20, 2012 at 12:46 PM, Aaron Stromas wrote: > Greetings, > > I have a form with a few fields that contains a internal form whose purpose > is to select a locale. An action is associated with the drop-down list that > manages the loc

[Stripes-users] internal form refresh after validation

2012-08-20 Thread Aaron Stromas
Greetings, I have a form with a few fields that contains a internal form whose purpose is to select a locale. An action is associated with the drop-down list that manages the locale selection. The fields of the outer form are validated in a validation method. When the validator fires ant the form