Rendering html "TITLE" tag problem in html header
[Logo]
Forums for ICEfaces and ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Rendering html "TITLE" tag problem in html header  XML
Forum Index -> General Help
Author Message
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.

[Thumb - title_sample.jpg]
 Filename title_sample.jpg [Disk] 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
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
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
lplotni

Joined: 29/04/2008 00:00:00
Messages: 12
Offline


Thank you for the fast answer :)

The suggested solution works perfectly

Cheers,
Lukasz
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
 
Forum Index -> General Help
Go to:   
Powered by JForum 2.1.7ice © JForum Team