Both of those plugins, by default, would need the session to keep track of
the state.  The webflow plugin can be configured to serialize the state to a
hidden field, but there would be a lot of configuration and complication
just for 2 fields.

I would say your best bet is to have hidden fields that keep track of the
values you want to maintain.  This will work well if the workflow is only 2
pages.  If it's more than that, then hidden fields would become somewhat
tedious.  In a multi-page workflow, the easiest solution would be to use the
scope plugin with session or conversion scope.  Currently there is no
built-in support for simple workflows that don't use the session.


Gary Affonso wrote:
> 
> My suggestion would be to checkout the scope plug-in or WebFlow and the 
> WebFlow plug-in.
> 
> - Gary
> 
> Radha Krishna wrote:
>> Hi,
>>  
>>  I have a wizard like screen where i need to pass the selected values (2
>> text box) at first page to last page,last page to again first page.
>>    
>>   Can anyone tell me the best solution how could i achive this without
>> storing values in to Session?
>>    
>>   Thanks.
>> 
>>        
>> ---------------------------------
>> Never miss a thing.   Make Yahoo your homepage.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Wizard-like-Screens-tf4862135.html#a13944234
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to