>
> I also checked using chrome developer tools that the <div> which contains 
> the _formkey and _formname is not getting generated (missing from HTML). 
> May be that is the reason the form is not working.
>
> What may be the reason for this ? and what is a feasible solution ?
>

Sounds like you're not calling form.accepts (or .process or .validate) when 
the form is first created before returning it to the view. It might help if 
you show your current code.

Anthony

Reply via email to