gilad_panda
May 21st, 2007, 02:01 PM
I have a view(jsp) that should include several other views(jsp).
Each inner view has its own contoller (SimpleFormController).
However, a particular inner jsp (view A) changes all the time
(each time a different controller creates view A).
My question is, what is the best way to implement this?
If anyone had a similar situation, or has any ideas, I would appriciate any assistance.
Also, an important issue is how to cause different independent views to know/have access to other view's domain object.
This is becuase they need to pass parameters between them.
(and not just one or two params...)
P.S.
If anyone has a reference to common design patterns in Spring MVC...
tnx.
Gilad.
Each inner view has its own contoller (SimpleFormController).
However, a particular inner jsp (view A) changes all the time
(each time a different controller creates view A).
My question is, what is the best way to implement this?
If anyone had a similar situation, or has any ideas, I would appriciate any assistance.
Also, an important issue is how to cause different independent views to know/have access to other view's domain object.
This is becuase they need to pass parameters between them.
(and not just one or two params...)
P.S.
If anyone has a reference to common design patterns in Spring MVC...
tnx.
Gilad.