--- doktora v <[EMAIL PROTECTED]> wrote:
> The jsp DOES NOT access the session and does not need to.

...

Did your original example not have a <bean:write.../> tag attempting to
access a session-scoped bean?

> Therefore, i guess struts puts the form beans in the session if
> request="session" and in the page context otherwise.

Beans are either session- or request-scoped based on the "scope" attribute;
the default is "session".

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to