Dean,

This is like the blind leading the blind. I wonder why you don't want
to 
declare a form but something like this should work:

<nested:root name="attributeNameOfBeanContainingYourCollection">
<nested:nest property="myCollection">
<nested:iterate property="myCollection">
<nested:write property="myDate"/>
</nested:iterate>
</nested:nest>  
</nested:root>  

David Morris

>>> [EMAIL PROTECTED] 06/03/02 04:07PM >>>

...This works, where filter.do maps to the form that holds
myCollection:
<html:form action="/filter.do">
        <nested:nest property="myCollection">
                <nested:iterate property="myCollection">
                        <nested:write property="myDate"/>
                </nested:iterate>
        </nested:nest>  
</html:form>  

This doesn't:
        <nested:nest property="myCollection">
                <nested:iterate property="myCollection">
                        <nested:write property="myDate"/>
                </nested:iterate>
        </nested:nest>  

Thanks in advance.

Dean Chen

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

Reply via email to