I have a grid where i can choose which row i want to edit.
When chosen a row it renders the row with a select in one of the columns
instead of the objects value. This select contains all possible values for
this property.
After choosing an option you can click a actionlink in the row to save this
row.
In the event from this actionlink I want to get the chosen value in this
select to use it to change the objects property and save it to the database.

The problem: 
The value variable of the select component is set after my actionlinks event
where i need the value already

Any ideas on how I can get the value of the select component in the
actionlink its event?
Or maybe an idea on how to achieve what I want to do in another way?

Thanks

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Select-dropdown-in-grid-tp4227978p4227978.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to