[Seaside] Selection lists and unexpected behavior on form submission

Alexandre Paes alex.paes at streetdogstudio.com
Fri Sep 14 15:03:56 UTC 2007


Thanks Lukas,

If i understand it correctly though i should add that hidden as last 
field on the form or at least after all the input fields that i need to 
use in rebuilding my lists, is this correct?

Cheers,

Alexandre

Lukas Renggli wrote:
>> the form. But the problem is that when i change the value of a given
>> selection list i get a screen refresh but only the callback associated
>> with the selection is executed instead of the default action block which
>> i expected would run everytime the form was submitted.
> 
> The default action gets evaluated whenever the user presses submits
> the form by pressing enter without having the focus on a specific
> submit-button.
> 
>> Does anyone know
>> how i can achieve this?
> 
> With the callback of a hidden-input field.
> 
> Lukas
> 



More information about the seaside mailing list