| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/07/2008 03:51:09
|
Baleyba
Joined: 16/11/2006 00:00:00
Messages: 110
Offline
|
Hi,
I get the last SVN rev. 17242.
Since this version, the title from my webapplication renders with html code in the html <title> tag.
The code:
...<head><title><ice:outputtext value="title" /></title></head>...
renders:
...<header><title><span class="iceOutputTxt" id="j_id7">Title</span></title></header>...
instead of rendering:
...<head><title>title</title></head>...
You can see the attached screen capture for more details.
The workarround I found is to use <h:output> tag.
Is it one other solution to use the ice tag ?
regards,
Bal.
|
| Filename |
title_sample.jpg |
Download
|
| Description |
Screen capture sample |
| Filesize |
11 Kbytes
|
| Downloaded: |
113 time(s) |
|
JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2 |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/04/2009 09:50:42
|
lplotni
Joined: 29/04/2008 00:00:00
Messages: 12
Offline
|
Hi,
as I've got the same problem with ICEfaces 1.8, I just wanted to ask if somebody knows a solution for the title tag?
Cheers,
Lukasz
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/04/2009 10:22:11
|
Baleyba
Joined: 16/11/2006 00:00:00
Messages: 110
Offline
|
Hi,
I'm actually using the following work arroung with 1.8:
<title>
<ice:outputText escape="false" nospan="true" value="#{bean.title}" id="idxxx" />
</title>
I hope this will help.
regards,
Bal
|
JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2 |
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 29/04/2009 10:53:53
|
lplotni
Joined: 29/04/2008 00:00:00
Messages: 12
Offline
|
Thank you for the fast answer :)
The suggested solution works perfectly
Cheers,
Lukasz
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 30/04/2009 09:14:31
|
pswag
Joined: 24/07/2008 00:00:00
Messages: 36
Offline
|
Same problem here - nospan="true" does the trick.
Should be added to the Eclipse project script that generates the sample page.
Peter
|
Regards,
Peter |
|
|
 |
|
|