I have read a couple of posts regarding a situation where the nested tags are calling properties on the wrong bean.
We are using a nightly build just after 1.1b2 and all seem to work fine. Once we try b3 then we get the odd problem. I have been using nested tags for all my pages without much problem. In this case all objects and Lists are stored in the formbean (not using root tag or the name attribute at all). A property that is several levels deep is being called on the form bean itself where is should be on the bean at it's own level. No getter method for property fullList of bean customerCreditForm' //snippet ... <nested:form method="post" action="/creditLoad"> .........<nested:nest property="creditVo" > ...............<nested:nest property="rcLocList"> <----- wrapper object ......................<nested:iterate property="fullList"> My problem seems similar to this recent post but the other way around.. http://www.mail-archive.com/struts-user@jakarta.apache.org/msg57884.html Is anyone else having this problem? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]