Author: dsvyatobatsko
Date: 2009-02-27 05:23:36 -0500 (Fri, 27 Feb 2009)
New Revision: 12765
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml
Log:
a place for non-form components added
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml 2009-02-27
01:46:12 UTC (rev 12764)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/dataTable.xhtml 2009-02-27
10:23:36 UTC (rev 12765)
@@ -20,6 +20,7 @@
<br/>
<h:message id="_auto_messageId"
for="componentId"></h:message>
</h:form>
+ <ui:insert name="outOfFormComponent" />
</h:panelGroup>
<h:outputText value="#{row}"
rendered="#{templateBean.dataTableRowIndex != row}" />
</rich:column>
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml 2009-02-27
01:46:12 UTC (rev 12764)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/modalPanel.xhtml 2009-02-27
10:23:36 UTC (rev 12765)
@@ -22,6 +22,7 @@
<br/>
<h:message id="_auto_messageId"
for="componentId"></h:message>
</h:form>
+ <ui:insert name="outOfFormComponent" />
<ui:include src="../../layout/controlLayout.xhtml" />
</rich:modalPanel>
</ui:define>
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml
===================================================================
---
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml 2009-02-27
01:46:12 UTC (rev 12764)
+++
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/template/autotest/simple.xhtml 2009-02-27
10:23:36 UTC (rev 12765)
@@ -13,7 +13,8 @@
<ui:insert name="component" />
<br/>
<h:message id="_auto_messageId"
for="componentId"></h:message>
- </h:form>
+ </h:form>
+ <ui:insert name="outOfFormComponent" />
</ui:define>
</ui:composition>
</html>
\ No newline at end of file
Show replies by date