[
http://jira.jboss.com/jira/browse/JBSEAM-1038?page=comments#action_12365197 ]
Jakub commented on JBSEAM-1038:
-------------------------------
Support for styleClass is added, thx. But shouldn't "styleClass" in a xhtml
source produce a "class" attribute instead of "styleclass"?
Current situation:
xhtml page:
<s:fileUpload styleClass="button"
data="#{playerManagement.uploadedPhoto}"/>
result html page:
<input type="file" id="player-edit:_id39"
name="player-edit:_id39" styleclass="button" />
Correct(?) result html page:
<input type="file" id="player-edit:_id39"
name="player-edit:_id39" class="button" />
Or maybe I have sth wrong with my configuration (JDK 1.5, Seam 1.2.1 GA)?
fileUpload should support styleClass
-------------------------------------
Key: JBSEAM-1038
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1038
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.1.7.CR1
Reporter: Reind D
Assigned To: Shane Bryzak
Fix For: 1.2.1.GA
fileUpload should support styleClass.
--
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