sj08 wrote:
I want o replace a text field with a dropdown. The dropdown is produced by a view.
Once I replace the code the page doesn't execute. See image for more details
Hibernate version: 3.2.0.ga Full stack trace of any exception that occurs: NoneName and version of the database you are using: Oracle 10gDebug level Hibernate log excerpt: Don't know
I figured out why there is no activity when I click update. I had a form inside another form. I just moved the Servedby Dropdown form out of the main form and it worked. but the new problem is the table doesn't get updated with the new value.