> -----Original Message----- > From: Michael McGrady [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 10, 2004 3:14 PM > To: Struts Users Mailing List > Subject: RE: Importing context with Struts > > > At 03:00 PM 8/10/2004, you wrote: > >Not class no, scope yes. > > The "extension" is not real?
Humina? Let me try again: The following definition uses the session scoped bean borrowerInformation in multiple jsp pages. Each of them seperate files, each of them entirely unkowing of each other. All know borrowerInformation, for it is in the session scope. Knowing borrowerInformation makes them happy. :) <definition name="mainLayout" path="/layout/layout2.jsp"> <put name="title" value="This is a title" /> <putList name="headerList"> <add value="/showMessages.do"/> </putList> <putList name="leftSideList"> <add value="/borrowerDemographics.jsp"/> <add value="/showPaymentHistory.do?detail=summary"/> </putList> <putList name="centerList"> <add value="/layout/body.jsp"/> </putList> <putList name="rightSideList"> <add value="/resources.jsp"/> <add value="/layout/links.jsp"/> <add value="/showDeferments.do"/> <add value="/showForebearances.do"/> </putList> <putList name="footerList"> <add value="/layout/footer.jsp"/> </putList> </definition> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]