Or getValueStack().getContext().put(null, null)... that way you can put a
key-value combination to the stack.

-----Original Message-----
From: John Patterson [mailto:[EMAIL PROTECTED]
Sent: den 28 november 2003 10:40
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] Howto Put / Read Values in valueStack


ActionContext.getContext().getValueStack().push(value);
ActionContext.getContext().getValueStack().peek();
ActionContext.getContext().getValueStack().pop();

----- Original Message ----- 
From: "Patrick Holzmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 28, 2003 8:51 AM
Subject: [OS-webwork] Howto Put / Read Values in valueStack


Hi,

can somebody give me a short hint on how I can set (add) a value in the
value stack
from an action and how I could read it from anonther action?

regards
Patrick


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to