Author: lu4242
Date: Mon May 2 22:01:18 2011
New Revision: 1098809
URL: http://svn.apache.org/viewvc?rev=1098809&view=rev
Log:
TOMAHAWK-1359 activeOnViewIds toggleActive does not work properly (thanks to Mats Andreassen
for find the bug on the documentation)
Modified:
myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlCommandNavigationItem.java
Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlCommandNavigationItem.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlCommandNavigationItem.java?rev=1098809&r1=1098808&r2=1098809&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlCommandNavigationItem.java
(original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlCommandNavigationItem.java
Mon May 2 22:01:18 2011
@@ -122,7 +122,7 @@ public abstract class AbstractHtmlComman
public abstract void setActive(boolean active);
/**
- * A semicolon separated list of viewIds for which this item
+ * A comma separated list of viewIds for which this item
* should be active.
*
* @JSFProperty
|