|
|
Automatic scaffolding of dynamic finders
Hi,
From reference doc:Roo will attempt to scaffold Spring MVC JSP views for all dynamic finders registered in the form backing object. This is done automatically when the 'controller all' or 'controller scaffold' commands are used.After executing 'controller scaffold' I customize a dynamic finder adding a new parameter.
My doubt is: What Roo should do when I push-in a dynamic finder and add the new parameter?
a) Nothing
b) Update web layer: Add new field to search form, ...
c) ...
Thanks |
|