Hi
Please see the following snippet:
<nested:nest property="tree">
<nested:nest property="nodeDetails">
<nested:nest property="obj">
<nested:write property="strName"/>
</nested:nest>
</nested:nest>
</nested:nest>
obj is of class type Object. In the action bean, I assign different types(e.g ClassA,
ClassB etc) of objects into obj with a typecast and build my whole tree. Once the
tree is complete, I set the whole tree object into the form. In the JSP how will I
get the properties of ClassA, ClassB etc from the obj object within the nested:nest
taglib
Thanks for any help
Regards
Rajesh