RE: Display tobago selectable tree

2006-12-20 Thread Wong, Emmanuel \(Sam\)
. -Original Message- From: Wong, Emmanuel (Sam) Sent: Wednesday, December 20, 2006 9:41 AM To: 'MyFaces Discussion' Subject: RE: Display tobago selectable tree Hi Volker: I put it in action command or action method and it did pick up the unchecked leafs. Thank you very much. ---

RE: Display tobago selectable tree

2006-12-20 Thread Wong, Emmanuel \(Sam\)
m: Volker Weber [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 20, 2006 7:52 AM > To: MyFaces Discussion > Subject: Re: Display tobago selectable tree > > Hi, > > just add all nodes which should displayed as selected to the selected > set in the treeState: > > sel

RE: Display tobago selectable tree

2006-12-20 Thread Wong, Emmanuel \(Sam\)
ns at all? Thanks. -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 20, 2006 8:25 AM To: MyFaces Discussion Subject: Re: Display tobago selectable tree the getter of the TreeState is imho the wrong place to capture the selection. this should be do

Re: Display tobago selectable tree

2006-12-20 Thread Volker Weber
isplay tobago selectable tree Hi, just add all nodes which should displayed as selected to the selected set in the treeState: selectedTrees.getSelection().add(node); Regards, Volker 2006/12/8, Wong, Emmanuel (Sam) <[EMAIL PROTECTED]>: > Hi: > Is there a way you could ab

RE: Display tobago selectable tree

2006-12-20 Thread Wong, Emmanuel \(Sam\)
Discussion Subject: Re: Display tobago selectable tree Hi, just add all nodes which should displayed as selected to the selected set in the treeState: selectedTrees.getSelection().add(node); Regards, Volker 2006/12/8, Wong, Emmanuel (Sam) <[EMAIL PROTECTED]>: > Hi: > Is the

Re: Display tobago selectable tree

2006-12-20 Thread Volker Weber
Hi, just add all nodes which should displayed as selected to the selected set in the treeState: selectedTrees.getSelection().add(node); Regards, Volker 2006/12/8, Wong, Emmanuel (Sam) <[EMAIL PROTECTED]>: Hi: Is there a way you could able to display back what you have saved in the