You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Daniel Kies <da...@gmail.com> on 2006/03/24 16:28:33 UTC

Treeview with checkbox

Greetings.  I need to make a treeview for a web page that has check boxes
next to the items so that users can change their status.  Has anyone done
something like this before with struts?

I have gotten the Struts-Layout taglibs working, but I don't see any way to
configure these with checkboxes.

Here is an example:
        <layout:treeview>
                <layout:menuItem key="03/23/2006 - Approve Widget Controls -
Omaha" link="link2.html"/>
                <layout:menuItem key="03/22/2006 - Approve Widget Controls -
Store 5225" link="link2.html"/>
                <layout:menuItem key="03/21/2006 - Approve Widget Wonders"
link="link2.html"/>
                <layout:menuItem key="03/21/2006 - Approve Widget Figures"
link="link2.html"/>
        </layout:treeview>

Thanks for any help.