Action with session and jsp without session doesn't work

2008-02-23 Thread doktora v
I've just discovered that if in struts-config.xml my action specifies request="session" (or does not specify a request in which case the default is session), and my jsp contains a <%@ page session="false" %> directive, the JSP does not see any of the form beans. There is no warning and no messages,

Re: Action with session and jsp without session doesn't work

2008-02-23 Thread doktora v
n the page context otherwise. And I guess that answers the question. On Sat, Feb 23, 2008 at 4:33 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- doktora v <[EMAIL PROTECTED]> wrote: > > [...] my jsp contains a <%@ page session="false" %> directive, > > [...