Hi all,
facing a strange problem for some days when build up a very simple General-Detail-View. I reproduce the issue with a (even more simple) demo application.
[The Idea]
- select from a list box an item
- a detail view appears. which edit the underlaying data-object
- save the date
[The Problem]
- selecting an item from a listbox and show the detail-data with ajax-request work.
- the FIRST time after changing the item-list i edit a field from the detail-data and submit the form, the changes are not saved in the bean (and the action-method isn't invoked)
- the SECOND time (without changing the item, just edit the field again) works (model-update and action-method)
>> Problem doesn't occurs when i deactivate the ajax-change event on the listbox and make a full request
[The Code]
Simple
Java Bean:
the handler
the page:
I am out of ideas, maybe someone else can
test it and see my mistake .
Thanks a lot
Dom