Re: Post parameters are null while accessing through url rewrite

2009-07-04 Thread Dale Newfield
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

Re: Post parameters are null while accessing through url rewrite

2009-07-04 Thread sac sha
Hi All Any ideas? I am really stuck with this problem as it is restricting me to make my application live. Regards On Thu, Jul 2, 2009 at 2:41 AM, sac sha wrote: > Hi > > Also I have used mod_rewrite for url rewriting. > > > On Thu, Jul 2, 2009 at 2:37 AM, sac sha wrote: > >> Hi All >> >> I

Re: Post parameters are null while accessing through url rewrite

2009-07-01 Thread sac sha
Hi Also I have used mod_rewrite for url rewriting. On Thu, Jul 2, 2009 at 2:37 AM, sac sha wrote: > Hi All > > I am a newbee to struts. I have made a test website in struts. I have added > some forms to the pages which inserts data to the database using action. The > parameters are sent as pos