[JBoss JIRA] Created: (RF-10635) rich:fileUpload submitForm() function affects main window
by kevin 2 (JIRA)
rich:fileUpload submitForm() function affects main window
---------------------------------------------------------
Key: RF-10635
URL: https://issues.jboss.org/browse/RF-10635
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: kevin 2
When using submitForm() on a button to upload a file the window URL is changed so when uploading a too large file the result is a blank page.
Therefore, when refreshing the page, the form is submitted again.
Here is the code used for the button which is in the same form than the rich:fileUpload component:
{code:xml}
<a4j:commandButton id="uploadFormButton"
value="Validate"
onclick="#{rich:component('fileUploadId')}.submitForm();"/>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10616) Data grid rendered wrong
by Pavol Pitonak (JIRA)
Data grid rendered wrong
------------------------
Key: RF-10616
URL: https://issues.jboss.org/browse/RF-10616
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.CR1
Environment: RichFaces 4.0.0-SNAPSHOT SVN r.21928
Reporter: Pavol Pitonak
Attachments: dataGrid.png
Page with data grid is rendered wrong when attribute "columns" is too small.
For a data model with 9 elements, the following data grid is rendered wrong in Chrome 9
<rich:dataGrid value="#{gameBean.fieldStates}" var ="field" columns="9"> #{field} </rich:dataGrid>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10586) togglePanel : ignores validation on ajax switching
by Ilya Shaikovsky (JIRA)
togglePanel : ignores validation on ajax switching
--------------------------------------------------
Key: RF-10586
URL: https://issues.jboss.org/browse/RF-10586
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone6
Reporter: Ilya Shaikovsky
Assignee: Alex Kolonitsky
Priority: Critical
<h:form>
<rich:togglePanel switchType="ajax">
<rich:togglePanelItem name="wstep1">
<h:outputText value="Page 1" />
<h:inputText value="" required="true"/>
<rich:messages></rich:messages>
<a4j:commandButton value="Next >>">
<rich:toggleControl disableDefault="true" targetItem="wstep2" event="click"/>
</a4j:commandButton>
</rich:togglePanelItem>
<rich:togglePanelItem name="wstep2">
<ui:include src="/richfaces/togglePanel/samples/wstep2.xhtml" />
</rich:togglePanelItem>
</rich:togglePanel>
</h:form>
after clicking the button all seems fine at server side. messages appears and current 1 item encoded. But the problem seems at JS oncomplete which still switches the panel to the second(empty) item.
!Additionally: what about tabs and accordion?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (RF-10577) Poll - fires only one request
by Lukas Fryc (JIRA)
Poll - fires only one request
-----------------------------
Key: RF-10577
URL: https://issues.jboss.org/browse/RF-10577
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-push/poll
Affects Versions: 4.0.0.CR1
Environment: * RichFaces 4.0.0.20110220-CR1 r.21814
* Metamer 4.0.0.20110220-CR1
* Mojarra 2.0.4-b09
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.13 @ Linux x86_64
Reporter: Lukas Fryc
Priority: Critical
Poll is firing only one request then it stops to poll.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months