I am accessing an external webservice to display and manipulate data.
The table is displayed in the view based on reading an external xml,
array values are dynamic.
My goal is to select the checkbox two attributes get this array as
parameters that will be needed to delete the record in the webservice.
Everything would be easier if the webservice make available a single
key, but it is not possible.
So now I'm trying to create a unique id at runtime for each checkbox
selected in the elements and try to get it online.
--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4426073bf6aa902fad9758268fac6cdf%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment