[richfaces-issues] [JBoss JIRA] Commented: (RF-8341) CLONE -The Add Button in rich:upload remains disabled even though no item has been uploaded

Paolo Russian (JIRA) jira-events at lists.jboss.org
Tue Feb 2 04:39:19 EST 2010


    [ https://jira.jboss.org/jira/browse/RF-8341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12509768#action_12509768 ] 

Paolo Russian commented on RF-8341:
-----------------------------------

the upload code is:

<a4j:outputPanel ajaxRendered="true" id="FileUploader_1250326560765" >
		<rich:fileUpload fileUploadListener="#{FileUpload.listener}" id="FileUploader_1250326560765_id" styleClass="FileUploader_1250326560765" immediateUpload="true" acceptedTypes="" allowFlash="true" addControlLabel="Add file..." clearAllControlLabel="Clear all" clearControlLabel="Clear" stopEntryControlLabel="Stop process" uploadControlLabel="Upload File" >
			<f:param value="Patient_PRPA_MT201301UV02[ccName=Patient,classCode=PAT,statusCode=active].player[ccName=Person,classCode=PSN,determinerCode=INSTANCE].desc" name="binding" />
			<a4j:support ajaxSingle="true" event="onuploadcomplete" reRender="MediaOutput_1250328251000"/>
			<a4j:support ajaxSingle="true" event="onclear" reRender="FileUploader_1250326560765"/>
		</rich:fileUpload>
	</a4j:outputPanel>

> CLONE -The Add Button in rich:upload remains disabled even though no item has been uploaded
> -------------------------------------------------------------------------------------------
>
>                 Key: RF-8341
>                 URL: https://jira.jboss.org/jira/browse/RF-8341
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.3.1
>         Environment: Windows Xp
> Jboss 4.2.2
> Seam 2.2
>            Reporter: Paolo Russian
>            Assignee: Pavel Yaschenko
>             Fix For: 3.3.2.GA
>
>         Attachments: disabled-error.png
>
>
> Sometimes when i navigate to my page, I find disabled the add button for the Upload component (Even though i have not uploaded any Item). This is my code below
> <rich:fileUpload style="width:100%" id="upload"  fileUploadListener="#{newListing.listener}" allowFlash="true" maxFilesQuantity="5"  acceptedTypes="jpg, gif, png, bmp">
> <a:support event="onuploadcomplete" reRender="info" />
> </rich:fileUpload>
> 			

-- 
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

        


More information about the richfaces-issues mailing list