I have a form where every FormComponent is wrapped by a border that
contains a feedback panel.  The feedback panels each use a
ContainerFeedbackMessageFilter to only display their messages.
Everything works as fine.

We then have ontab AjaxFormComponentUpdatingBehaviors to populate the
feedback -- which also works.

We also need to check for other components whose feedback may have
changed based on the value of this form component.  For example, if
you have multiple hotel rooms you have to have a different person
checking into each room.  The error might be on the 2nd room, but when
you change the name on the 1st room it should go away.

The problem is that when I call validate() on other form compoents and
then add their feedback panel to the AjaxRequestTarget they no longer
have feedback messages.  Am I missing something with the lifecycle?
This works for the FormComponent that triggered the AjaxRequestTarget,
but not for any other FormComponents.

Thank you,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to