FieldLabel throws NullPointerException when field is null but displayName is set
--------------------------------------------------------------------------------

         Key: TAPESTRY-835
         URL: http://issues.apache.org/jira/browse/TAPESTRY-835
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
    Reporter: Dave Syer


The code checks for a null before calling field.getClientId(), but then fails 
to check before calling delegate.writeLabelPrefix(field, writer, cycle).  Null 
pointer results inside the call to delegate.  And the same for the Suffix.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to