(Cocoon 2.1.5)
 
I get the dreaded  java.lang.NullPointerException when 
I try and introduce Javascript validation into a form.  
I strippped all the logic out  down to an abolsutely basic:
 
      <fd:validation>
        <fd:javascript>
          var success = true;
          return success;     
        </fd:javascript> 
      </fd:validation>
 
but this does not work - commenting out the 
 
        <fd:javascript>
          var success = true;          return success;     
        </fd:javascript> 

immediately allows the form to be displayed.
 
This error happens no matter which field of the form
the above code block is assigned to.
 
What obvious issue am I overlooking??
 
Thanks
Derek



-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.


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

Reply via email to