There's no direct way to do it, but you can try this:

        return new RedirectResolution("") {
            @Override
            public String getUrl(Locale locale) {
                return "http://www.google.com/";;
            }
        };

-Ben

On Thu, Apr 1, 2010 at 10:54 AM, Ivan L. <dukeofb...@gmail.com> wrote:

> Hello, i want to redirect user from my action bean to other web site (and
> add
> some parameters to url just like strings). How can I do that? Is it done by
> Resolution at all?
>
> For example:
>
> public Resolution newOne() {
>        return new SomeResolution("www.google.com");
>    }
>
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to