yes.. that helped .. thanks Geert
On Apr 7, 10:29 am, Geert Bevin <
gbe...@uwyn.com> wrote:
> 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