jou128
Aug 21st, 2006, 11:59 AM
Hi,
If I have a class, say AccountManagerController extending MultiActioncontroller, which performs the CRUD on an account, but to add and edit account, my class really needs to extend the SimpleFormControlller, in this case, what is the common solution? can anyone shed some lights on this? Can you really group a form view with a listing view in a MultiActioncontroller subclass in Spring? Most Spring tutorials I've seen claim you can do such but I've to yet see a concrete example. thanks.
s o
If I have a class, say AccountManagerController extending MultiActioncontroller, which performs the CRUD on an account, but to add and edit account, my class really needs to extend the SimpleFormControlller, in this case, what is the common solution? can anyone shed some lights on this? Can you really group a form view with a listing view in a MultiActioncontroller subclass in Spring? Most Spring tutorials I've seen claim you can do such but I've to yet see a concrete example. thanks.
s o