Can you elaborate on this? Are you saying that <bean:write> cannot see the implicit "request" or "session" objects?
Regards, Bill --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > On Thu, 28 Aug 2003, Bill Johnson wrote: > > > Date: Thu, 28 Aug 2003 19:48:20 -0700 (PDT) > > From: Bill Johnson <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List > <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: What in the world is <bean:page> tag > for??? > > > > Ok, unless I missed something this tag seems > > completely redundant. It is used to expose the > > properties of the PageContext object, but they all > > come "pre-exposed" by default with JSPs. > > > > Can someone please explain its purpose? Were > these > > variables (session, request, etc.) not initially > > implicitly available in JSPs? > > > > They are pre-exposed as scripting variables (which > is fine if you want to > write scriptlets), but not anything you can get to > with a custom tag that > wants to use expressions (like <bean:write>, just to > take one example). > > > Regards, > > > > Bill > > Craig McClanahan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

