Author: chris.laprun(a)jboss.com
Date: 2008-10-14 15:45:06 -0400 (Tue, 14 Oct 2008)
New Revision: 12062
Modified:
branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml
Log:
- JBPORTAL-2103: Fixed issue with extra converter that got introduced when merging from
2.7
Modified:
branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml 2008-10-14
15:18:59 UTC (rev 12061)
+++
branches/JBoss_Portal_Branch_2_6/core-wsrp/src/resources/portal-wsrp-admin-war/WEB-INF/jsf/consumers/editConsumer.xhtml 2008-10-14
19:45:06 UTC (rev 12062)
@@ -105,8 +105,7 @@
valueChangeListener="#{consumer.regPropListener}"
disabled="#{consumer.registrationModified}"/>
<h:outputText styleClass="portlet-msg-error"
value="#{prop.status}"
-
rendered="#{prop.determinedInvalid}"
-
converter="faces.convert.RegistrationProperty.Status"/>
+
rendered="#{prop.determinedInvalid}"/>
</h:column>
</h:dataTable>
<h:commandLink id="cons-update-link"
action="#{consumer.update}"
@@ -152,8 +151,7 @@
<f:facet
name="header">#{i18n.edit_consumer_prop_value}</f:facet>
<h:inputText id="prop-value-input"
value="#{prop.value}" size="50"/>
<h:outputText
styleClass="portlet-msg-error" value="#{prop.status}"
-
rendered="#{prop.determinedInvalid}"
-
converter="faces.convert.RegistrationProperty.Status"/>
+
rendered="#{prop.determinedInvalid}"/>
</h:column>
</h:dataTable>
</c:when>
Show replies by date