Well, you ARE wrong about the application scope thing, cause it's being put in session scope. And the problem is, when I write session="false" in the page directive, I get an error when using the tag.
-----Original Message----- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 7:25 PM To: 'Struts Users Mailing List' Subject: RE: bean:message without session Why not? <bean:message> extracts the text associated with the declared key via MessageResources, which accesses the properties file as an object in application scope and returns the String in the Response object. The scope of your JSP should have nothing to do with getting the property. Of course, I could be wrong....(with apologies to Dennis Miller) Mark -----Original Message----- From: Tarek M. Nabil [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 12:09 PM To: Struts (E-mail) Subject: bean:message without session Hi, I'm using Struts 1.0.2. Is there a way I can use the <bean:message> tags without enabling the session? Thanks, Tarek M. Nabil Software Engineer ITWorx [EMAIL PROTECTED] Free Zone, Area 7 (B), Block (J), Nasr City, Cairo, Egypt TEL.: 20-2-2766226 http://www.itworx.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

