Author: ppitonak(a)redhat.com
Date: 2010-11-10 06:29:26 -0500 (Wed, 10 Nov 2010)
New Revision: 20009
Modified:
modules/tests/metamer/trunk/application/
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attribute.java
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml
Log:
* method isBoolen() renamed to isBool() because of Tomcat 7
Property changes on: modules/tests/metamer/trunk/application
___________________________________________________________________
Name: svn:ignore
- .checkstyle
.classpath
.project
.settings
target
nbactions.xml
nb-configuration.xml
.pom.xml.swp
+ .checkstyle
.classpath
.project
.settings
target
nbactions.xml
nb-configuration.xml
.pom.xml.swp
profiles.xml
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attribute.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attribute.java 2010-11-10
04:39:44 UTC (rev 20008)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attribute.java 2010-11-10
11:29:26 UTC (rev 20009)
@@ -112,7 +112,7 @@
this.type = type;
}
- public boolean isBoolean() {
+ public boolean isBool() {
return type == Boolean.class || type == boolean.class;
}
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml 2010-11-10
04:39:44 UTC (rev 20008)
+++
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml 2010-11-10
11:29:26 UTC (rev 20009)
@@ -31,7 +31,7 @@
</h:panelGroup>
<c:choose>
- <c:when test="#{entry.value.boolean}">
+ <c:when test="#{entry.value.bool}">
<h:selectOneRadio id="#{entry.key}Input"
value="#{entry.value.value}" onchange="#{cc.attrs.type == 'server'
? 'submit()' : 'submitAjax()'}">
<f:selectItem itemValue="null"
itemLabel="null"/>
<f:selectItem itemValue="true"
itemLabel="true"/>
Show replies by date