HTML tag custom skinning
------------------------
Key: TRINIDAD-1342
URL: https://issues.apache.org/jira/browse/TRINIDAD-1342
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Affects Versions: 1.0.10-core
Reporter: Tomas Havelka
Cannot skin generated HTML elements with specificly generated component skin
selector.
For example, I want to skin inputText component, but renderer renderes its skin
selector af_inputText_content to different output HTML elements for different
situations. What I need here, is to render css selector like
input.af_inputText_content in generated css file, but I can't do that, because
skin selector input.af|inputText::content is rendered in wrong way.
I've tried to solve issue TRINIDAD-1118 with this approach, but I cannot.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.