This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: evil "Nested Field does not have..."laz777 Feb 25, 2002 4:18 AM (in response to nomore)I bumped into a similar problem, and the cause seemes to be declaring bean fields as protected. 
 -Todd
- 
        2. Re: evil "Nested Field does not have..."chgrimm Mar 30, 2002 3:45 AM (in response to nomore)the message is at bit misunderstanding. 
 it just means that your cmp entity bean does not have a public property with the name you specified in the deployment descriptor. ( cmp-field / field-name tag )
 the property ( meaning the field ) is accessible either if it is public or if it has a public getter method.
 the error message relates to the last one.
 but as i already set, the error could also occur, if you mistyped the field name, or didn't make it public in case you have no particular getter method.
 
     
    