I'm pretty new to Webwork and having some trouble understanding what velocity 
templates can have access to within the webwork framework.  Is it possible to give 
velocity access to session information when using webwork without having the template 
in questions have to be the result of an action?  Basically, I have a page flow 
something like the following:

template1 -> action1 -> template2 -> template3 -> ...

each -> is an HTTP request.

1) template1 sets a form paramters myParam1='myValue1'

2) the webwork framework sets the value of myParam1 by calling action1.setMyParam1.

3) the webwork framework provides template2 with the value of myParam1 using the 
getMyParam1 method of action1.

4) since template3 is reached without an intervening action, template 3 no longer has 
the value of myParam1

Can action1 store the value of myParam1 in the session in such a way that template3 
can retrieve it without the aid of inserting an action between template2 and template3?

Thank you all for your help!

Jamey

James Courtney
Software Engineer
InPhonic, Inc.


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to