> -----Original Message-----
> From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] 
> OK ! but before the action is executed, the servlet sessions
parameters are set, no ?

The Session is there beforehand, and is managed by the Servlet
container.

> 
> I don't want to persist them, just retrieve some XML content. For some
action the XML retrieved must be user-specific and for other no-user
specific. The only solution i see is to check what's in the HTTPSession
and when initializing the ActionContent, put the user-id in the Session,
> 

Well, your XML content can be a property in your Action and you can
retrieve it using getMyXml(), or, if you're putting it into a web page,
you could use something like 

<webwork:property value="myXml"/>

Without knowing more specifically what you're trying to do, I can't tell
you any more.

Jason


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to