Hi everyone,
I’m kind of banging my head at this for a while now…
I have a 2 phase process in which a list of email addresses and names
are retrieved from gmail (for example), displayed to the user, and then
he checks the ones he’d like to import. The data displayed to him is not
in the database yet, it is just an array of email objects. The problem
is I don’t know how to send the entire row of data back to the server -
I have multiple checkboxes and I can send them as an array, but how can
I send the data as an array of objects (or any other data structure)?
If you want to send data back to server then you need to put it into
input fields. How about creating hidden fields as well as displaying
the data, or use disabled fields and modifying the style of the field
so it doesnt look like an input box
Tonypm.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.