[
https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.s...
]
Deb Owsley commented on RF-13151:
---------------------------------
Unfortunately, no.
The page that contains the extendedDataTable, data scroller, and the popup panel (call
this pageB.xhtml) is called from PageA.xhtml as an "include". Page A is a
tabPanel and has a form tag. Page B used to have a form element, but it was removed
because we were told form inside of form is not good. The PopUpPanel also had a form
around it, which was removed. When I added the form tag around the popUpPanel it allowed
for the 11th and 12th field to be added and still do the sort and paging but was unable to
submit the form. ( wasn't able to submit the form without the form element either)
Number of Data Fields in PopUpPanel appear to stop events for
DataScroller and sorting of extendedDataTable
-----------------------------------------------------------------------------------------------------------
Key: RF-13151
URL:
https://issues.jboss.org/browse/RF-13151
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Deb Owsley
Labels: waiting_on_user
In my rich:popupPanel, I have 10 elements, as follows:
{code}
<a4j:region id="addEquipmentRegion"
status="equipmentWaitStatus">
<rich:popupPanel id="addEquipmentModPanel"
autosized="true" width="600" height="400">
<f:facet name="header"><h:outputText value="Add
Equipment"/></f:facet>
<f:facet name="controls">
<h:panelGrid>
<h:graphicImage value="img/close_modal.png"
styleClass="hidelink" id="hideAddEquipmentModPanel">
<rich:componentControl target="addEquipmentModPanel"
operation="hide" event="onclick"/>
</h:graphicImage>
</h:panelGrid>
</f:facet>
<rich:panel id="addEquipmentPanel">
<s:decorate id="equipmentBaseIDDecoration"
template="layout/edit.xhtml">
<ui:define name="label">Base
ID</ui:define>
<rich:select id="addBaseID"
enableManualInput="true" required="true"
value="#{equipmentHome.instance.baseID}">
<f:selectItems
value="#{entityAttribute.baseIDs}"/>
</rich:select>
</s:decorate>
.....
{code}
This popup panel is called from a button on one of my pages that contains a data scroller
and an extendedDataTable.
If I add an 11th element inside of my PopUpPanel, then all data scrolling and sorting in
the extendedDataTable stops working.
I have removed different elements from the popup and it doesn't matter. As long as I
only have 10 all events fire. As soon as there are 11, everything stops.
I get absolutely no errors in my jboss console.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira