Add parameter formFilter="formFilter" to your <s:submit .../> 

and create Javascript function in head 

function formFilter(element) {
  return true;
}

it's funny but works! :-)


Rushikesh Thakkar wrote:
> 
> Kindly help.. I have not been able to solve it yet.
> 
> ---------- Forwarded message ----------
> From: Rushikesh Thakkar <[EMAIL PROTECTED]>
> Date: Fri, Mar 7, 2008 at 3:40 PM
> Subject: Parameters: Invalid chunk ignored (parameters not passed)
> To: Struts Users Mailing List <user@struts.apache.org>
> 
> 
> I am facing a strange problem. When I use <s:submit *theme="ajax"
> targets="requestDiv"* /> I get the following error on the console:
> 
> 07.mar.2008 15:30:46
> org.apache.tomcat.util.http.ParametersprocessParameters
> WARNING: Parameters: Invalid chunk ignored.
> and the parameters are not passed properly (So, my Action fails), but
> after
> *removing* *theme="ajax" targets="requestDiv"*, it works fine.
> 
> If I change the jsp back to <s:submit theme="ajax" targets="requestDiv"
> />,
> then it starts working fine.
> Please can anybody tell me what is wrong with my application? Please help
> me, it is urgent.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Parameters%3A-Invalid-chunk-ignored-%28parameters-not-passed%29-tp15898111p16026129.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to