Hello Martin, I thought it worked that way before as well, however it's not the issue. The style that will get the highest priority will be the last one defined in the generated CSS not in the html element's class list. The order of the selectors within the generated CSS is not really easy to control. The easiest "doable" change would be to generate all non namespaced (starting with "af|") selectors after the namespaced ones IMHO.
Regards, ~ Simon On 9/21/06, Martin Koci <[EMAIL PROTECTED]> wrote:
Method FormInputRenderer.renderRootDomElementStyles renderes styleClass as first followed with styles from skin. I think styleClass should be the last one because common scenario uses skins and in special cases user overrides style in JSP with styleClass attribute. In my case is it style "important" which makes font bold and blue but with current renderRootDomElementStyles it has no effect. Martin
