To tell the truth, I didn't event specify a form. Bottom line: no form
name. Just raw <input ...>, since it was never intended to be
processed by a submit button. This is new stuff for me, and I'm
seriously experimenting, so I don't know if this approach will blow up
in my face in my app. Am I doing anything unsafe?

On Oct 19, 12:25 am, Bruno Rocha <rochacbr...@gmail.com> wrote:
> What is the name of the form, really?
>
> Which one you specified in <form name=""> does not works?
>
> 2010/10/19 weheh <richard_gor...@verizon.net>
>
> > If I build a form comprising a few raw html input fields and then use
> > ajax to submit them, their values end up in request.vars. Now, I would
> > like to use my_html_form.accepts(...) to process the contents, but is
> > that possible? What is the name of the form, really?
>
> --
>
> http://rochacbruno.com.br

Reply via email to