Hubert Rabago wrote:

>You might find the nested tags interesting:
>
><%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
>
><nested:root name="information">
>    <nested:write property="name"/><br/>
>    <nested:write property="addr"/><br/>
>
>    <nested:iterate property="school">
>         <nested:write property="schoolname"/><br/>
>         <nested:write property="location"/><br/>
>    </nested:iterate>
></nested:root>
>
>Hubert
>  
>
Looks like what I want to do.  I'll go check it out, thanks for the link.
Brandon


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

Reply via email to