Allow using of compression (of names) for user suplied CSS class names
----------------------------------------------------------------------

                 Key: ADFFACES-196
                 URL: http://issues.apache.org/jira/browse/ADFFACES-196
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Martin Koci


For now if user supplied CSS class names in styleClass attribute it works as 
following:

styleClass="styleClass1" - output in HTML is "x1n" (for example)

styleClass="styleClass1 styleClass2" - output is "styleClass1 styleClass2"

Problem is in FormInputRenderer.renderRootDomElementStyles - this method should 
split styleClass values and pass it in renderStyleClasses.

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

        

Reply via email to