Hi again,

On Mon, Feb 16, 2009 at 10:12 AM, Wim De Smet <krom...@gmail.com> wrote:
> I hope this is the right venue for asking questions like this. If I'm
> mistaken, feel free to redirect me. :-)
>
> I'm currently working on a project where we are trying to use tuckey's
> urlrewritefilter[1] v3.2.0 to rewrite urls like:
> http://oursite.com/search?param1=&param2=something
> to
> http://oursite.com/mySearch.action?param1=&param2=something
>
> [...]
>
> [1]: http://code.google.com/p/urlrewritefilter/

This only seems to happen when setting use-query-string=true in the
filter. Since our filters rely on being able to access the query
string it doesn't really work well when we don't include it, but at
least the parameters get set properly. (no commas and double
parameters)

After an internal forward though, struts seems to be unable to find
converters for Integer parameters on objects. I've sort of temporarily
fixed it by adding a couple of fake setters that accept String values
and do the work manually, but of course this isn't ideal.

None of this makes much sense to me, is struts even supposed to be
able to handle an internal forward? Anyone have any experience with
combining these two pieces of software?

regards,
Wim

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to