sac sha wrote:
Any ideas?
Also I have used mod_rewrite for url rewriting.
When I check the parameters by sysout in action, all the parameters are
null. But when I change the request to "get" from "post" all works fine.

Sounds like url rewriting is eating the post data. I'd guess you've got the rewrite engine configured incorrectly.

Confirm that posting directly to the translated url works, then you know it's the rewriter, and you can muck with that configuration until you get the same results posting to the original or translated urls.

-Dale

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

Reply via email to