users@woodstock.java.net

Re: Question on Tree and TreeNode control

From: Ratnadeep Bhattacharjee <Ratnadeep.Bhattacharjee_at_Sun.COM>
Date: Fri, 12 Oct 2007 18:30:57 -0400

I have filed a bug for this issue
https://woodstock.dev.java.net/issues/show_bug.cgi?id=829

and have fixed it too. Hopefully I can check in the fix sometime this
weekend or on Monday.

-Deep.

Brett M. Bergquist wrote:
> I have a page that looks like:
>
> +------------+------------------------------------------------------------+
> | root | SomeInput * [ ] |
> | | | OtherInput [ ] |
> | + Home | |
> | | | [Ok] {Other Action] |
> | + Other | |
> +-------------------------------------------------------------------------+
>
> On the left is a Tree with Tree Nodes, and on the right is a form with
> input fields
> and button actions. The first field is required. I would like to be
> able to
> click on the "Home" node and navigate to a new page even if the
> SomeInput field
> is not filled in. So basically, I would like the action of the Tree
> Node to be
> fired before the conversion and validations.
>
> Note that I do not want to use the "URL" capability of the Tree Node. I
> need
> to do some server side processing when the "Home" action is invoked so
> I need to use the action expression.
>
> I cant' seem to figure out how to do this. Any help will be greatly
> appreciated.
>
> Brett
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>