File Upload inside modalPanel: UploadItem is empty.
---------------------------------------------------

                 Key: RF-3492
                 URL: http://jira.jboss.com/jira/browse/RF-3492
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: RF 3.2.1
Facelet
            Reporter: Andrei Markavtsov
         Assigned To: Andrei Markavtsov
            Priority: Critical
             Fix For: 3.2.1


<rich:modalPanel id="mpm" width="500" height="300">
                        <f:facet name="header"><h:outputText value="Modal 
Panel" /></f:facet>
                        <f:facet name="controls">
                                <h:graphicImage value="/pictures/close.png" 
style="cursor:pointer" onclick="Richfaces.hideModalPanel('mpm')" />
                        </f:facet>
                        
                        <rich:fileUpload  
fileUploadListener="#{testMBean.fileUploaded}" disabled="false"
                        addControlLabel="Legg til fil..." 
clearAllControlLabel="Ta bort alle" clearControlLabel="Ta bort" 
cancelEntryControlLabel="Ta bort"
                        stopEntryControlLabel="Stoppe opplasting" 
stopControlLabel="Stoppe opplasting" uploadControlLabel="Last opp fil"  
listWidth="480" listHeight="230"
                        onuploadcomplete="this.disabled=false" 
immediateUpload="false" autoclear="false">
                                <f:facet name="label">
                                        <h:outputText value="{_KB}KB from 
{KB}KB uploaded --- {mm}:{ss}" />
                                </f:facet>
                        </rich:fileUpload>
                </rich:modalPanel>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to