Re: can struts work with sessions disabled?

2002-11-07 Thread Brad Harding
] To: [EMAIL PROTECTED] Subject: can struts work with sessions disabled? Can a struts app work with sessions disabled on the application server? As long as your app doesn't use sessions, this should be ok. If so, what do I need to change? Finally, why does struts use sessions (it's

RE: can struts work with sessions disabled?

2002-11-07 Thread du Plessis, Corneil C
Mailing List Subject: Re: can struts work with sessions disabled? Thanks Craig for your response. The problems I'm having do indeed seem to be related to the locale, but it seems like a lot of struts tags might rely on the locale being in the session. For example, the bean:message tag seems

can struts work with sessions disabled?

2002-11-04 Thread Brad Harding
Can a struts app work with sessions disabled on the application server? If so, what do I need to change? Finally, why does struts use sessions (it's not obvious to me what struts does that is beyond the scope of a request)? Background: I'm building a struts application that cannot depend on

Re: can struts work with sessions disabled?

2002-11-04 Thread Craig R. McClanahan
On Mon, 4 Nov 2002, Brad Harding wrote: Date: Mon, 04 Nov 2002 09:17:10 -0800 From: Brad Harding [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: can struts work with sessions disabled? Can a struts app work with sessions disabled