[JBoss JIRA] Created: (RF-6481) Note for columns component since 3.3.0 GA
by Andrei Markavtsov (JIRA)
Note for columns component since 3.3.0 GA
-----------------------------------------
Key: RF-6481
URL: https://jira.jboss.org/jira/browse/RF-6481
Project: RichFaces
Issue Type: Task
Components: docs updated
Affects Versions: 3.3.0
Reporter: Andrei Markavtsov
Assignee: Svetlana mukhina
Fix For: 3.3.1
Since 3.3.0GA columns requires custom definition of id for children components to work decode process properly.
Example how to define unique id for children compnent:
<rich:columns value="#{bean.columns}" var="col" index="ind" ....>
<h:inputText id="input#{ind}" value="">
<a4j:support id="support#{ind}" event="onchange" reRender="someId" />
</h:inputText>
</rich:columns>
Only if id defined as shown above ajax after onchange event will be proccessed as expected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (RF-6495) fileUpload behaves strange after stopping an upload with flash turned off
by Daniel Wiell (JIRA)
fileUpload behaves strange after stopping an upload with flash turned off
-------------------------------------------------------------------------
Key: RF-6495
URL: https://jira.jboss.org/jira/browse/RF-6495
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: RichFaces 3.3.0.GA JSF 1.2_12, Seam 2.1.1.GA on Tomcat 5.5.26
Reporter: Daniel Wiell
Using this:
<rich:fileUpload allowFlash="false"
immediateUpload="true" autoclear="true"
onuploadcanceled="alert('canceled');"
onuploadcomplete="alert('complete');"
onerror="alert('error');"/>
- Add a large file. Upload will automatically start.
- Stop the upload. IE6 gives an error alert directly. In Chrome, the progress bar locks up, and after a while, it gives an error alert. In Safari 4, the progress bar empties, no alerts and the Stop button/link is still active.
- Add a large file again. The upload will not start automatically.
- When manually initiating upload, IE6 gives an error alert.
Enabling flash solves all issues, except that the upload will still not start automatically the second time around.
I understand that it makes sense to not start the download immediately when autoclear is false, however with autoclear true it is feels inconsistent not to do that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months