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

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Thu Apr 24 05:52:08 EDT 2008


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: Andrei Markavtsov


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