Author: konstantin.mishin
Date: 2011-01-26 13:34:44 -0500 (Wed, 26 Jan 2011)
New Revision: 21242
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/dataTableEdit-sample.xhtml
Log:
RF-10294
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/dataTableEdit-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/dataTableEdit-sample.xhtml 2011-01-26
18:10:37 UTC (rev 21241)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/dataTableEdit-sample.xhtml 2011-01-26
18:34:44 UTC (rev 21242)
@@ -67,7 +67,6 @@
<a4j:jsFunction name="remove" action="#{carsBean.remove}"
render="table" execute="@this"
oncomplete="#{rich:component('confirmPane')}.hide();" />
- </h:form>
<rich:popupPanel id="statPane" autosized="true">
<h:graphicImage value="/images/ai.gif" />
@@ -81,8 +80,7 @@
<a4j:commandButton value="Delete" onclick="remove(); return
false;" />
</rich:popupPanel>
- <rich:popupPanel header="Edit Car Details" id="editPane">
- <h:form>
+ <rich:popupPanel header="Edit Car Details" id="editPane"
domElementAttachment="parent">
<h:panelGrid columns="3" id="editGrid">
<h:outputText value="Vendor" />
<h:outputText value="#{carsBean.editedCar.vendor}" />
@@ -112,6 +110,6 @@
oncomplete="if (#{facesContext.maximumSeverity==null})
{#{rich:component('editPane')}.hide();}" />
<a4j:commandButton value="Cancel"
onclick="#{rich:component('editPane')}.hide(); return false;"
/>
- </h:form>
</rich:popupPanel>
+ </h:form>
</ui:composition>
\ No newline at end of file
Show replies by date