[richfaces-issues] [JBoss JIRA] Resolved: (RF-3225) fileUpload: "align" attribute doesn't work.

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Thu Apr 24 11:39:12 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3225?page=all ]

Andrei Markavtsov resolved RF-3225.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Mikhail Vitenkov  (was: Andrei Markavtsov)

File Upload can not be positioned by its own attibutes. Use styles and attributes of fileupload's parent tags.

> fileUpload: "align" attribute doesn't work.
> -------------------------------------------
>
>                 Key: RF-3225
>                 URL: http://jira.jboss.com/jira/browse/RF-3225
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: IE, FF, Safari, Opera(3.2.1.CR1)
>            Reporter: Mikhail Vitenkov
>         Assigned To: Mikhail Vitenkov
>             Fix For: 3.2.1
>
>
> Use following code, as example:
> <rich:fileUpload id="fileUploadID".. align="#{fileUpload.align}">
> </rich:fileUpload>
> <h:outputText value="Align"></h:outputText>
> 			<h:selectOneRadio value="#{fileUpload.align}">
> 			<a4j:support event="onchange" reRender="fileUploadID"></a4j:support>
> 			<f:selectItem itemLabel="right" itemValue="right"/>
> 			<f:selectItem itemLabel="left" itemValue="left"/>
> 			<f:selectItem itemLabel="center" itemValue="center"/>
> 			</h:selectOneRadio>
> Java bean:
> private String align;
> public FileUpload() { 
> 		...
> 		align = "left";
> 	}
> +getter & setter for align field.

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

        



More information about the richfaces-issues mailing list