posted 15 years ago
Hi
I have a form that contains a textbox and a dropDownList.
When the user enter the page I was successfully able to fill the dropdownlist items by using the following tag
And the text box
When the user clicks save, I call save action:
This action calls saving method, and send to it as a parameter, the bean object that exists on the conversional scope
My problem is this bean, doesn’t sense the selected item or the input text. So what makes the binding not working?
thanks