Dave, Included in Struts 1.1 is a framework called Tiles. Tiles is a layout manager that promotes better reuse of your presentation components.
With tiles you can specify a controller class that gets called before the 'tile' (jsp) is rendered. The controller class looks very similar to an Action. In the controller, you can map model objects into scope so that the tile can display the items. See: org.apache.struts.tiles.Controller. Hope this helps steve. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Nehal Dave > Sent: Friday, 19 December 2003 08:33 > To: [EMAIL PROTECTED] > Subject: [Struts-apps] Implementing Model in Struts > > > Hi Guys > I am using Sapient framework in current project & we want to migrate to > Struts. > > I have a question regarding model part of the framework. > > In our current framework we have "modeler" class like "Action" class in > struts which is mapped to JSP(s). Before jsp is executed each time this > modeler is executed & we have lot of pre rendering process in it. I am > looking for the equivalent or something on this line in Struts. But not > finding proper solution. > Can u pls enligten me ? :) > > Thanks > Dave. > > _________________________________________________________________ > Make your home warm and cozy this winter with tips from MSN House > & Home. > http://special.msn.com/home/warmhome.armx > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Struts-apps mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/struts-apps ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Struts-apps mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/struts-apps
