]
Byambaa MD commented on RF-13712:
---------------------------------
MY FILE UPLOAD XHTML PAGE CODE
--------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<ui:composition
lang="en">
<a4j:outputPanel styleClass="popup w402" layout="block">
<rich:fileUpload addLabel="#{cmn['do.select.file']}"
styleClass="lsn" id="UPLOADER" execute="@form"
fileUploadListener="#{CoreUFMBean.listener}"
acceptedTypes="#{CoreUFMBean.acceptedTypes}"
ontyperejected="alert('#{CoreUFMBean.acceptedTypes} files are
accepted');" maxFilesQuantity="#{CoreUFMBean.maxFilesQuantity}" />
<div class="popup_control">
<a4j:commandButton type="button"
value="#{cmn['do.confirm']}" action="#{CoreUFMBean.doUpload}"
status="CMN" execute="@form" render="WM, POPUP,
#{CoreUFMBean.render}" styleClass="cmn mr5" />
<a4j:commandButton type="button"
value="#{cmn['do.cancel']}"
action="#{CoreSUMBean.doClosePopup}"
actionListener="#{CoreUFMBean.doClear}" execute="@this"
render="WM, POPUP" styleClass="cmn esc">
<f:setPropertyActionListener target="#{CoreSUMBean.XUIPopup}"
value="#{null}" />
</a4j:commandButton>
</div>
</a4j:outputPanel>
</ui:composition>
FileUpload does not work on Wildfly 8.0 and Wildfly 8.1
-------------------------------------------------------
Key: RF-13712
URL:
https://issues.jboss.org/browse/RF-13712
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.3.7
Environment: 4.3.7 FileUpload does not work on wildfly
Reporter: Byambaa MD
Attachments: AS error log.png, can't Render.png, chrome js error log.png,
file upload done !.png, fileupload error on wildfly.png, Render code.png, Web application
libraries and main page structure.png