On Wed, 02 Oct 2013 16:22:39 -0300, Adriana Bojorquez <albojorq...@yahoo.com> wrote:

Hi Thiago,

Thanks for your answer.

Some more information:
- In the data, what distinguishes the first level from the second?
First level is an alphanumeric code
Second level options start with the first level code + "-" + additional code

- It's a static list to choose from

- Will choosing a checkbox in the first level change the options in the second? Yes, if level one is chosen then second level options are automatically chosen as well

So there's no ready-to-use component that does that. The answer to my last question is what makes Checklist not fit the scenario (if I understood it well).

You can use a Checklist for the first level, one Checklist for each possible option in the first level (this would be the second level) and some JavaScript to automatically select or deselect of the second level checkboxes according to the selection in the first level. That's a start. :)

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to