Composite View Problem
Hi Guys i am currently developing a mini webstore using patterns in J2EE.I have a template servlet that reads the sub views of the next screen from an xml file and set them on a screen bean then dispatch the bean to a template jsp for view composition,and that works up to so far .But the problem arises when one of the sub views composing the template must be the jsp that displays product information coming from template servlet in a form of a bean.I tried setting both the screen bean(a bean that defines subviews)and the product bean (a bean that carries product information to be displayed in the subview) as request attributes, then dispatched them to the template jsp but only two subviews appears and the last subview that is supposed to display product information does not show anything.Anyone who understands what i am saying please help, may you give me ideas on how can i accomplish what i am trying to do.
Many Thanks

