Please, correct me if I am wrong, but couldn't you just assign a value to each submit button that means what you need in your application (and ID value, for example) then check the value from the params hash?
Pepe On Dec 16, 2:18 pm, Frederick Cheung <[email protected]> wrote: > On Dec 16, 6:17 pm, Ellen B <[email protected]> wrote: > > > Yes, I can continue to muck with the CSS to get the link to exactly > > match the SUBMIT button, but I wondered if it's possible to have the > > two SUBMIT buttons going to different actions and how to do it. I'm > > Not really. Going to the same url pretty much means it will be the > same action. > You can get the button clicked as a parameter (if i remember correctly > via params[:commit] for a normal submit thing, or you can use <button> > if you want the submitted parameter to be distinct from the label. > > Fred > > > not a RoR developer; I'm a UI designer w/ a lot of HTMl/JS experience > > and I'm just trying to improve the usability of an existing (complex) > > RoR application and customize the look & feel for our site. Sadly, > > there's no "RoR for UI Designers Cookbook" > > > Thanks for any help. > > > -- EB > > > (The RoR documentation format is pretty weak, btw. No Search? > > Incidentally, when I google [submit_tag ruby on rails] I > > gethttp://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html... > > which doesn't document submit_tab. The RoR documentation site sucks -- > > no search?? > > > the documentation for submit_tag is > > athttp://api.rubyonrails.com/classes/ActionView/Helpers/FormTagHelper.h...) > > > On Dec 16, 12:03 am, Keynan Pratt <[email protected]> > > wrote: > > > > First let me say that your question sounds stupid, because based on the > > > info you've given us it would be simpler to use multiple forms. However, > > > you need look no farther that the doc > > > forsubmit_tag.http://api.rubyonrails.com/ > > > > -K > > > -- > > > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---

