Hello all, I'm currently evaluating some JSF controls and one of our requirements is that we be able to use the Tree control when Javascript is unavailable on the client side.
I have downloaded and tried the Tomahawk examples. The Tree2 control example given (http://localhost:8080/myfaces-example-simple-1.1.5-SNAPSHOT/tree2.jsf, assuming a local installation) does not seem to work without Javascript. The description here: http://myfaces.apache.org/tomahawk/tree2.html says that "...there is an option for client-side or server-side toggling of the expand/collapse state. " I take this to mean that the whole tree is submit to the server, and comes back with the clicked node expanded, and that this operation was performed without Javascript. Was I correct in assuming this? If no, is there any other way in which this behaviour can be acheived? Thanks Sawan