Works for me.  If you want, I can send you code later in the day. 
(Will be busy for most of the afternoon).  Or, you can post more of
your code and maybe someone else will spot something.

Hubert

On 5/20/05, Brandon Mercer <[EMAIL PROTECTED]> wrote:
> 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>
> >
> >
> Still a bit miffed.  I'm not sure if it's beanutils that is not copying
> the List into the new bean... or if I can't figure out this nested tag.
> I put that code snippet into my JSP and changed the information around
> several times and I still don't see the info being printed on my page.
> I guess my next question is... is the JSP code different if I have a
> list of beans, as opposed to a single Bean stored in my bean.  I have
> the List.  Another OT question is, will beanutils copy a List of Beans
> into the new Bean as a List of beans?  i.e.
> List school = mgr.getSchoolList(id);
> 
> BeanUtils.copyProperties(information,  schools);
> 
> Thanks Guys!
> Brandon
>

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

Reply via email to