Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6.1
-
Component/s: Framework
-
Labels:None
-
Environment:Facelet application with any ICEfaces version
-
Workaround Description:just can't use the html markup around the text in these situations. With Seam a lot of their examples come this way to show the change of formatting for code fragments.
Description
First noted with <s:link component but when tested also not rendered properly for the following facelet fragment:-
<p>Testing view handler without seam components </p>
<h:messages globalOnly="true" styleClass="message"/>
<ice:form>
<ice:outputLink view="/selectItems.xhtml" name="testMe" >
<code>html Code Test</code>
</ice:outputLink>
</ice:form>
<p>Testing view handler without seam components </p>
<h:messages globalOnly="true" styleClass="message"/>
<ice:form>
<ice:outputLink view="/selectItems.xhtml" name="testMe" >
<code>html Code Test</code>
</ice:outputLink>
</ice:form>
Mark, please comment on the root cause of this problem.