Hi all,

I'm using the ForwardResolution, I want to make an internal redirection from:

http://localhost:8081/url_a

to:

http://localhost:8081/url_x/?extras=yes

So, when getting a request for "/url_a" in my front action bean I have:

return new ForwardResolution("/url_x/?extras=yes");

but at the end the resource is resolved as:

HTTP Status 404 - /url_a/url_x/
type Status report
message /url_a/url_x/
description The requested resource (/url_a/url_x/) is not available.

What I'm doing wrong?

Thanks!



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to