hi!
i'm doing nested statements for the first time so please tell me where i am wrong.
can i write
<bean:write name="newUser" property="name"/>
as
<nested:root name="newUser">
<nested:write property="name"/>
</nested:root>
would they give the same output? i'd think yes but my results dont seem to agree.
thanks
ajay
i'm doing nested statements for the first time so please tell me where i am wrong.
can i write
<bean:write name="newUser" property="name"/>
as
<nested:root name="newUser">
<nested:write property="name"/>
</nested:root>
would they give the same output? i'd think yes but my results dont seem to agree.
thanks
ajay