|
From: Scott B. <sco...@ru...> - 2005-05-18 12:19:57
|
Would that <view-state id="myViewState"
redirect="myRedirectView?foo=${flowScope.foo}" /> be able to handle
something like
<view-state id="myViewState" redirect="${flowScope.redirectUrl}" />
i.e. redirect to a URL provided to it rather than a known redirect URL?
Thanks
-Scott
Scott Battaglia
Application Developer, Architecture & Engineering Team
Enterprise Systems and Services, Rutgers University
v: 732.445.0097 | f: 732.445.5493 | sco...@ru...
Keith Donald wrote:
>Right, the redirect attribute would be there as a convenience to having to
>parse string prefixes using the 'view' attribute.
>
>Keith
>
>-----Original Message-----
>From: spr...@li...
>[mailto:spr...@li...] On Behalf Of
>Lachezar Dobrev
>Sent: Wednesday, May 18, 2005 4:14 AM
>To: spr...@li...
>Subject: Re: [Springframework-developer] RE: spring webflow in progress pr3
>features - seeking feedback
>
> Well...
> Do you need to do this:
>
>
>
>> <view-state id="myViewState"
>>redirect="myRedirectView?foo=${flowScope.foo}"/>
>>
>>
>
> Currently I have done:
> <end-state id="normalEndGoBackToBeginning" view="redirect:/home.do" />
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_idt12&alloc_id344&op=ick
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by Oracle Space Sweepstakes
>Want to be the first software developer in space?
>Enter now for the Oracle Space Sweepstakes!
>http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
|