Hi all
 
this is the first time i post here.
 
I have a problem.
 
I've implemented a Dynamic Validator form.
 
I used Standard validation like required or maxlength or mask,etc ...
 
The problem goes when i try to implement my own validator.
 
The validator works...But when it redirects the pages to the form (after return false) 
 an exception occours in my jsp page :
 
"Cannot find bean error"
 
But bean error works wi the other validation.
 
In the form i wrote this:
 
logic:messagesPresent>
   <bean:message key="errors.header"/>
   <ul>
   <html:messages id="error">
      <li><bean:write name="error"/></li>
   </html:messages>
   </ul><hr>
</logic:messagesPresent>

Please help me
 
thank you
 
Bacco77

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to