Author: wesleyhales
Date: 2008-07-09 14:50:28 -0400 (Wed, 09 Jul 2008)
New Revision: 11381
Modified:
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml
Log:
a little dot notation magic
Modified:
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml 2008-07-09
18:35:06 UTC (rev 11380)
+++
branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml 2008-07-09
18:50:28 UTC (rev 11381)
@@ -142,6 +142,16 @@
rendered="#{prop.determinedInvalid}"/>
</td>
</tr>
+ <c:forEach var="prop"
items="#{consumer.expectedRegistrationInfo.registrationProperties}">
+ <tr
title="#{prop.value.description.label.value}">
+ <td>#{prop.value.name}</td>
+
<td>#{prop.value.description.label.value}</td>
+ <td>
+ <h:inputText
value="#{prop.value.value}" size="50"/>
+ <h:outputText
styleClass="portlet-msg-error" value="#{prop.value.status}"
+
rendered="#{prop.value.determinedInvalid}"/></td>
+ </tr>
+ </c:forEach>
</table>
</c:when>
<c:otherwise>
Show replies by date