Re: "Null child not allowed" on the TreeTable

2005-12-29 Thread Sébastien Marin
Sorry, a bugg with my mail provider. I hope it will be ok now. Selon Nikita Shah <[EMAIL PROTECTED]>: -> Thanks Sebastein for your reply. -> -> Actually am having a scenario wherein i have a data table and each row of -> the data table has to have 3 columns with 1 of the cloumn having tree, a

Re: "Null child not allowed" on the TreeTable

2005-12-29 Thread Nikita Shah
Thanks Sebastein for your reply.Actually am having a scenario wherein i have a data table and each row of the data table has to have 3 columns with 1 of the cloumn having tree, as exaplined with the code in the previous post. Isnt there some workarounf to achive this..? Sébastien Marin <[EM

Re: "Null child not allowed" on the TreeTable

2005-12-29 Thread Sébastien Marin
Why do you want to insert your treeTable on a DataTable ? The treeTable component do it for you : On this exemple,

"Null child not allowed" on the TreeTable

2005-12-28 Thread Nikita Shah
 Hello Sebastein, Did you have a workaround for the problem you were facing of null child..? I am also using the MyFaces treeTable component. I have a list of tasks and their subtasks. I want to display task as the root node and sub-tasks as its children.Following is my jsp page -    

"Null child not allowed" on the TreeTable

2005-12-26 Thread Sébastien Marin
Hello, i would like to use the TreeTable Componant. When i try to display it on a JSP, i have an error : "Null child not allowed" But when i look at the structure of my objet, there is not any null child. I return a "DefaultTreeModel" made with a TreeNode. Thank for your help. |Cordialement,