All,
I've been having an interesting discussion with a guy on the forums
regarding handling forms that have multiple submit buttons and being
able to perform different actions based on the button clicked. Normally,
you would split this out into different forms but he wants to keep the
data for all form fields on the page between submissions and he wants to
avoid using the session which I think is valid. Is there any easier way
of handling this than handcoding a controller implementation. If not, do
you think it is viable to add one?
The post is at: http://forum.springframework.org/viewtopic.php?p=12754
Rob
|