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>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14730 | Fri Aug 24 18:44:55 MDT 2007 | judy.guglielmin | icefaces-seam-gen templates for Seam 1.2.1 and ICEfaces 1.6.1 release --update for changes to jsf-facelets |
Files Changed | ||||
ADD
/projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.2ForIce1.6.1/build.xml
ADD /projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.2ForIce1.6.1/build.properties ADD /projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.2ForIce1.6.1/USAGE ADD /projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.2ForIce1.6.1/README |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14717 | Fri Aug 24 17:46:44 MDT 2007 | judy.guglielmin | icefaces-seam-gen templates for Seam 2 and ICEfaces 1.6.1 release --update for changes to jsf-facelets |
Files Changed | ||||
MODIFY
/projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.6.1/icefaces/view/editproperty.xhtml.ftl
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14702 | Wed Aug 22 10:14:00 MDT 2007 | judy.guglielmin | icefaces-seam-gen templates for Seam 2 and ICEfaces 1.6.1 release --update for changes to jsf-facelets |
Files Changed | ||||
MODIFY
/projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.6.1/icefaces/view/view.xhtml.ftl
MODIFY /projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.6.1/icefaces/view/stylesheet/theme.css MODIFY /projects/icefaces-seam-gen/branches/icefaces-seam-gen-1.6.1/icefaces/view/viewproperty.xhtml.ftl |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14666 | Tue Aug 14 18:06:44 MDT 2007 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/OutputLinkRenderer.java
|