Dear all,
this problem is driving me crazy ...
Well, I have a page with many information.
The user has to provide free text (such as surname and name) or he has to choose from a pop up.
Pressing the ? button (Job Type) a rich modal panel with a table will be displayed (the ? is a custom component).
The value of the first column of the table is a link (ajax link). Clicking the link, a value of a backing bean will be updated and the job type input text will be reRendered.
The same for Sport.
All the fields in the page are required.
Let's submit the form without filling the whole form (for example, sport)
Let's fill now the missing value fot Sport. It works!
But if a try to change the value of Job Type, well, IT DOES NOT WORK. Only the label is updated (MARITTIMO PASSEGGERI, in this case) but the input text holds the old value.
The set method of the backing bean is not triggered.
I tried many ways, none worked (immediate=true, force the process of the input text).
Is there a way to bypass this behaviour?
In other words, if the form has a validation problem, I cannot change anymore the backing bean values with an HtmlCommandLink.
Can you help me? I can post the source code.
Please, I'm running in circle in vain ...
Many thanks,
Tom