I have created tree that each node displays several attributes of an object,
i.e., top node is Dept object that user could see a checkbox field <holds
DeptNo>, DeptNo field, DName field, Location field. clicking top node +
image, the second layer nodes display Employee object that user could see a
checkbox field<holds EmpNo>, EmpNo, EName field, Sal field, NumberOfDepents
field. Clicking the second node Employee + image, then displays Dependent
object...

You see my tree is not like a Windows folder like tree, it has more fields
to display for each row of the nodes. Its each parent node field header left
most position has a checkbox that could check or uncheck all the children
nodes' checkboxes.

I used the regular iterate and multibox tags and CSS to get this done really
straight forward, without using tree tag.



On 11/28/07, akash agrawal <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Trying to build a form having a tree where each node in the tree needs to
> have a checkbox to take input from the user. How can I accomplish this using
> struts tree tag?
>
> Thanks,
>
> -Akash
>
>
> ---------------------------------
> Get easy, one-click access to your favorites.  Make Yahoo! your homepage.

Reply via email to