On Fri, Aug 19, 2005 at 11:05:55AM -0400, Rick Reumann wrote:
> Cool tag Eugeny. Could you provide a sample of its use - or maybe add the 
> sample usage in the comments of the tag file.

Well, I'm not sure if my previous mail arrived:

you need to do

<prefix:recursive object="<%=pageContext.getAttribute("object")%>"
name="obj" start="<div>" stop="</div>" method="getNestedBeans">
...
<c:out value="${obj}"/>
...
</prefix:recursive>

on the tree
object1
  object2
    object2.1
  object3

this will produce something like

<div>
object1
    <div>
    object2
        <div>
        object2.1
        </div>
    </div>
    <div>
    object3
    </div>
</div>

Have a fun =)

-- 
Eugene N Dzhurinsky

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

Reply via email to