Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 1.7Beta1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ANY
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:put ice:outputText inside <a>
Description
An empty <a> with href="#" on the page will rendered the following page content inside another <a>. e.g:
<a href="#"></a>
<h2>hello</h2>
will be rendered as:
<a href="#"></a>
<h2><a href="#">hello</a></h2>
------------
Might be a more general issue:
On some pages appeared suddenly links where always have been text before.
Our finding is that if you have <p>Some text</p> in your xhtml pages it is rendered to <p><a href="">Some text</a></p> in the output.
<a href="#"></a>
<h2>hello</h2>
will be rendered as:
<a href="#"></a>
<h2><a href="#">hello</a></h2>
------------
Might be a more general issue:
On some pages appeared suddenly links where always have been text before.
Our finding is that if you have <p>Some text</p> in your xhtml pages it is rendered to <p><a href="">Some text</a></p> in the output.
Additional forum thread for this:
http://www.icefaces.org/JForum/posts/list/7205.page#30738