Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Tushar Kharbanda
I am making a dynamic tree by getting the data from some webservices and hence populating the tree. But I do not want to load the entire tree at one go... instead I want to load the children only if the parent is clicked upon... i.e. clicked on the (+) icon next to the Tree Node Now the p

< layout:optionsDependent > problem!!

2004-06-02 Thread Tushar Kharbanda
In the code below what would be my ActionForm class, and what all attributes will it have and of which type, do we need a City class too.. I am gettin an error HTML BEAN tag not found... so i guess some prroblem with the jsp/form