FileUpload: AjaxSingle not works
--------------------------------
Key: RF-8538
URL:
https://jira.jboss.org/jira/browse/RF-8538
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, regression
Affects Versions: 3.3.3.CR1, 3.3.2.SR1, 3.3.1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
this worder under 3.3.0 fine
<h:form>
<rich:fileUpload
id="upload1"
uploadData="#{bean.data}"
fileUploadListener="#{bean.listener}"
listWidth="#{bean.width}"
listHeight="#{bean.height}"
maxFilesQuantity="#{bean.maxFiles}"
acceptedTypes="#{bean.fileTypes}"
allowFlash="auto" ajaxSingle="true">
<f:facet name="label">
<h:outputText value="{_KB}KB from {KB}KB uploaded ---
{mm}:{ss}"></h:outputText>
</f:facet>
</rich:fileUpload><br/><br/><br/>
<h:inputText required="true"></h:inputText>
<rich:messages/>
</h:form>
under latest versions not works!
--
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