Author: nbelaevski
Date: 2007-04-30 17:47:26 -0400 (Mon, 30 Apr 2007)
New Revision: 595
Modified:
trunk/richfaces/tree/src/main/java/org/richfaces/component/UITree.java
Log:
comment added
Modified: trunk/richfaces/tree/src/main/java/org/richfaces/component/UITree.java
===================================================================
--- trunk/richfaces/tree/src/main/java/org/richfaces/component/UITree.java 2007-04-30
20:26:16 UTC (rev 594)
+++ trunk/richfaces/tree/src/main/java/org/richfaces/component/UITree.java 2007-04-30
21:47:26 UTC (rev 595)
@@ -718,6 +718,7 @@
String id = super.getId();
if (id == null) {
+ //set fixed id to prevent duplicate id exception
id =
"_defaultNodeFaceOutput";//FacesContext.getCurrentInstance().getViewRoot()
//.createUniqueId();
Show replies by date