• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Binding problem

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic