This should help you:
http://rifers.org/wiki/display/RIFE/Forms#Forms-select

On 07 Apr 2009, at 07:13, Rahul wrote:

>
> 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?

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Flytecase Band - http://flytecase.be
Music and words - http://gbevin.com


--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rife-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to