In my Shale dialog I a single required field called foo.  There is
also a command link with an action listner (no action method binding.)
 The command link has the immediate attribute set to true (its only
purpose is to empty the foo component.

When I click the link the action listener resets the value of the foo
field using the setValue method of AbstractFacesBean.  Everything
works as expected (no nagging about the foo field being required.)  On
the second click, the page complains that the field is required.  For
some reason JSF is ignoring the immediate property.  (This is with
MyFaces btw, but I assume it is also a problem in the RI.)

Any idea what could be causing this?  I was thinking it could be
related to one of the existing issues regarding command link and
navigation handler but this is not an action method just a listener.

TIA,

sean

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

Reply via email to