Author: thomas.heute(a)jboss.com
Date: 2008-10-23 08:22:03 -0400 (Thu, 23 Oct 2008)
New Revision: 12149
Modified:
tags/JBoss_Portal_2_6_7/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowTpl.xhtml
Log:
Fixed duplicated IDs
Modified:
tags/JBoss_Portal_2_6_7/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowTpl.xhtml
===================================================================
---
tags/JBoss_Portal_2_6_7/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowTpl.xhtml 2008-10-23
10:33:56 UTC (rev 12148)
+++
tags/JBoss_Portal_2_6_7/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowTpl.xhtml 2008-10-23
12:22:03 UTC (rev 12149)
@@ -26,7 +26,7 @@
<c:otherwise>
<c:choose>
<c:when test="#{newWindowWizard.enabled[0]}">
- <h:form id="new-window-wiz-form"><h:commandLink
id="goto-link" action="#{newWindowWizard.goTo}">
+ <h:form id="step0"><h:commandLink id="goto-link"
action="#{newWindowWizard.goTo}">
<f:param name="step" value="0"/>
<div class="wizardStepBox">
@@ -58,7 +58,7 @@
<c:otherwise>
<c:choose>
<c:when test="#{newWindowWizard.enabled[1]}">
- <h:form id="new-window-wiz-form"><h:commandLink
id="goto-link" action="#{newWindowWizard.goTo}">
+ <h:form id="step1"><h:commandLink id="goto-link"
action="#{newWindowWizard.goTo}">
<f:param name="step" value="1"/>
<div class="wizardStepBox">
@@ -90,7 +90,7 @@
<c:otherwise>
<c:choose>
<c:when test="#{newWindowWizard.enabled[2]}">
- <h:form id="new-window-wiz-form"><h:commandLink
id="goto-link" action="#{newWindowWizard.goTo}">
+ <h:form id="step2"><h:commandLink id="goto-link"
action="#{newWindowWizard.goTo}">
<f:param name="step" value="2"/>
<div class="wizardStepBox">
@@ -122,7 +122,7 @@
<c:otherwise>
<c:choose>
<c:when test="#{newWindowWizard.enabled[3]}">
- <h:form id="new-window-wiz-form"><h:commandLink
id="goto-link" action="#{newWindowWizard.goTo}">
+ <h:form id="step3"><h:commandLink id="goto-link"
action="#{newWindowWizard.goTo}">
<f:param name="step" value="3"/>
<div class="wizardStepBox">
@@ -154,7 +154,7 @@
<c:otherwise>
<c:choose>
<c:when test="#{newWindowWizard.enabled[4]}">
- <h:form id="new-window-wiz-form"><h:commandLink
id="goto-link" action="#{newWindowWizard.goTo}">
+ <h:form id="step4"><h:commandLink id="goto-link"
action="#{newWindowWizard.goTo}">
<f:param name="step" value="4"/>
<div class="wizardStepBox">
Show replies by date