I am trying to bind the value selected in the drop down to the command
bean i.e form bean like this
<select name="room_type" id="room_type">
<option value="${v PARAM:room_type}${/v}">Deluxe</option>
<option value="${v PARAM:room_type}${/v}">Executive</option>
<option value="${v PARAM:room_type}${/v}">Suite</option>
</select>
where room_type has appropriate getter n setter in the form bean.
After submitting the form
i am able to bind the selected value to the form bean's getter n
setter.
Any sugesstions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to
rife-users@...
To unsubscribe from this group, send email to
rife-users+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/rife-users?hl=en-~----------~----~----~----~------~----~------~--~---