Frank Febbraro wrote:

> Ok I see what is going wrong.
>
> the view result is:
> redirect.action?url=somthing?param1=value1&param2=value2
>
> What is happening is that it interprets redirect.action as having 2
> parameters
>
> 1) url=somthing?param1=value1
> 2) param2=value2
>
> not sure how to fix it yet...any ideas...
>
> The only workaround I can see now is to handle the redirect by hand in the
> action instead of usign a view mapping


I think you must HttpEncode the "?" and "&" (untestet, thow)


redirect.action?url=somthing%3Fparam1=value1%26param2=value2

-billy.


-- Meisterbohne Meisterbohne GbR, Küfner, Mekle, Meier Tel: +49-731-399 499-0 eLösungen Söflinger Straße 100 Fax: +49-731-399 499-9 89077 Ulm http://www.meisterbohne.de/


------------------------------------------------------- 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