tc:tree and TreeNode

2006-07-22 Thread Daniele Bernardini
Hello, it seems to me the the tree component supports only DefaultMutableTreeNode as a nodes. Whenever I try to use another implementation I either get a classcast exception from the render kit if I initialize the treeState in the bean or just no rendering otherwise. Can anyone shed some

Re: t:columns and input fields

2006-06-22 Thread Daniele Bernardini
I am still looking for a solution/workaround. Can anyone confirm this bug? Am I overlooking something important? thanks Daniele On Fri, 2006-06-16 at 09:31 +0200, Daniele Bernardini wrote: I am not sure how I could do it. When I am at the datatable I still dont have a reference to the columns

Re: t:columns and input fields

2006-06-16 Thread Daniele Bernardini
, Cosma Colanicchia wrote: Have you tried to set the forceIdIndexFormula of t:dataTable to a proper field? Cosma 2006/6/15, Daniele Bernardini [EMAIL PROTECTED]: Hi people, maybe this is old news for you but I stumbled upon a problem with input fields inside t:columns. Namely

t:columns and input fields

2006-06-14 Thread Daniele Bernardini
Hi people, maybe this is old news for you but I stumbled upon a problem with input fields inside t:columns. Namely the generated id is equal across the whole row making it impossible to update data. A longer description can be found here: http://issues.apache.org/jira/browse/TOMAHAWK-491 If

[jira] Created: (TOMAHAWK-491) t:columns generates wrong name in children input fields

2006-06-13 Thread Daniele Bernardini (JIRA)
Environment: JSF 1.1 reference implementation Reporter: Daniele Bernardini Priority: Blocker following jsf: t:columns value=#{beanType.attributes} var=column t:inputText value=#{bean.attributeValues[column]} id=stringInput/ /t:columns generates: tr class=row tdinput id=_id0