PDA

View Full Version : Generic :n-relation editing in Spring MVC?


Heiko
May 21st, 2007, 10:34 AM
Hi,
I wonder if there is any generic way to display and edit :n-relations of a form's command object in Spring MVC, so that f.i. a table with all the elements of the relation is filled and displayed with a remove-Button next to each row and a new-Button on the bottom. I didn't find anything like that in Spring's form tag library, but maybe there is another JSP-library I don't know of offering this functionality. Thanks very much in advance!