Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.3
-
None
-
None
-
w2k, jdk1.5_06, tomahawk-1.1.3.jar, myfaces-impl-1.1.3.jar, myfaces-api-1.1.3.jar, adf-faces (last one from oracle)
Description
The inner htmlTag (span) doesn't render the 'span',
it renders it if i add a ' ' (blank) getting <apan >...</span >
-----------------------------------------------------------------------
xmlns:h="http://java.sun.com/jsf/html"
...
xmlns:t="http://myfaces.apache.org/tomahawk"
<t:htmlTag value="div" styleClass="xyz" >
<t:htmlTag value="span"><h:outputText value="#
"/></t:htmlTag>
</t:htmlTag>
-----------------------------------------------------------------------