Alessandro Vernet wrote:
Q2) How to prevent the message from being displayed when the user first comes to the page?
A2) One way to do this is to have a "constraint" XPath expression in the <xforms:bind> element that only checks the password when the form is submitted: <xforms:bind nodeset="/form/pin" constraint="/form/action = '' or . = '42'"/>.
Or you can use the xxforms:show-errors attribute on the xforms:group element: if that attribute is set to "false", errors won't show.
-Erik
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
