RichardOnRails wrote: > > So what do I fail to understand. (A lot, no doubt, but how much about > my validation of vendor selection on this form.) > > Best wishes, > Richard > > On Aug 10, 3:30�pm, RichardOnRails
I think if you really want to see what Hassan is cautioning you about, install Firefox as a browser if you don't already have it. Next, load the Firebug tool for Firefox. Now visit your apps web page in Firefox, then activate the Firebug plug-in (click the little bug in the lower right corner). Not only can you walk through your form within the Firebug window, but you can change attributes of that form. Find your 'form action=' statement, double-click the action string within the quotes and voila, you can alter the form target... or anything else you want... action, method, values, etc. -- Posted via http://www.ruby-forum.com/. -- 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.

