The natural flow of form submission is to update internal state with posted
values from the form and then render the result page.

Whether that is the same page (which is often the case) or not is usually
decided at the end of the form processing. So the select events simply notify
us of which submit was selected (Save? Cancel?) and perhaps alter the final
outcome depending on validation etc.

(Again, IMHO. ;-)

Cheers,
Nick.


Kolesnikov, Alexander GNI wrote:
Yes, I understand that it is done like this, but I am actually trying to
discuss the consistence of the framework design. Is there any specific
reason that 'select' event handler works differently from any other
event handler? If yes, then why Submit component generates exactly
'select' event? What exactly we are selecting when pressing a Submit
button? Why its event is not 'action'?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to