PDA

View Full Version : Does Spring MVC have virtual forms support?


Arno Werr
Mar 19th, 2006, 09:35 AM
There is a very good IDE for creating JSF applications - Sun Java Studio Creator 2. One of my favorite features of that IDE is so called
'virtual forms'
'A virtual form defines a group of input components ("participants") and submission components ("submitters") on a page, such that when the user interacts with one of the submitters, the participants are processed exclusively while the remaining inputs on the page are ignored.'
Re: http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/2/virtual_forms.html
This is a very useful and powerful thing.

So here's my question. Do we have such functionality in Spring MVC? If we do not, then I am sure we should.