Re: [Shale - Clay] nested properties in @managed-bean-name can't work

2006-06-04 Thread Gary VanMatre
>From: phyopiyo <[EMAIL PROTECTED]> > > > Hi > > I just found out why this is happening. If you have nested objects under > your managed bean, and if it is a class defined by you, you must provide > the getter method of that object to return a new instance when the object is > null. > > I

Re: [Shale - Clay] nested properties in @managed-bean-name can't work

2006-06-03 Thread phyopiyo
Hi I just found out why this is happening. If you have nested objects under your managed bean, and if it is a class defined by you, you must provide the getter method of that object to return a new instance when the object is null. I got the solution from Rolodex example ! Thanks for pr