On 9 August 2011 17:13, art tav <[email protected]> wrote: > Hello i'm having a issue trying to submit a form using mechanize. The > thing > is that the form don't have a submit button but a input type="image". > > Someone knows how to do this with mechanize or if its not possible > with mechanize there is another library to do this? > > This is the form im trying to send > > > > > <form action="index.php" method="post"> > <tr>
I think the problem may be that you are trying to nest a form within a table. The only way you can put a form inside a table is if the form lies entirely within one cell of the table. A table may reside entirely within a form of course. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

