Dynamic (variable) Form

2008-02-05 Thread strutting
Hi All, I have a problem when creating the action of a form: this form is generated dynamically using ajax and javascript depending on how the user fill in the form. In this form there are checkboxes, comboboxes and textfields (a variable number). And I don't know how to pick the values of each e

Building a tree ()

2008-01-24 Thread strutting
Hi All! I'm trying to use the tree tag in my web application, but I can't build it from a variable. I've been searching and I've found the showcase example, but these trees are created manually (witting the content of the label). %-| I'd like to populate the tree with data from the database. T

Combining the iterator tag with the tree tag (problem with label field)

2008-01-24 Thread strutting
Hi All, I'm new in struts and I can't solve a little problem... I'm trying to populating a tree with data from a database, and I'd like to do that using the iterator tag. My code is the following one: "> "/>