You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by ldr <ch...@niro-it.dk> on 2006/06/29 11:28:56 UTC

html text TabbedPane?

Is it possible to have plain html text in a panelTab -> like this:

<t:panelTab id="syncTab" label="Synkronisering" rendered="true">
			
			<table>
				<tr height="40">
					<td></td>
					<td></td>
				</tr>
   				<tr>
   					<td width="20"></td>
   					<td>
      					<h2>Synkronisering af Sony Ericsson K700i</h2><br><br>
      					<table>

.......


</t:panelTab>

thx in advance, ldr_
-- 
View this message in context: http://www.nabble.com/html-text-TabbedPane--tf1866451.html#a5099629
Sent from the MyFaces - Users forum at Nabble.com.


RE: html text TabbedPane?

Posted by ldr <ch...@niro-it.dk>.
thanks Julian, just found the verbatim tag didn't know about the
outputtext...

/ldr_
-- 
View this message in context: http://www.nabble.com/html-text-TabbedPane--tf1866451.html#a5100466
Sent from the MyFaces - Users forum at Nabble.com.


RE: html text TabbedPane?

Posted by Julian Ray <ju...@yahoo.com>.
Use <f:verbatim> or <t:htmlTag> or <h:outputText escape="false"
value="#{myBackingBean.htmlText}">

-----Original Message-----
From: ldr [mailto:christian@niro-it.dk] 
Sent: Thursday, June 29, 2006 5:29 AM
To: users@myfaces.apache.org
Subject: html text TabbedPane?


Is it possible to have plain html text in a panelTab -> like this:

<t:panelTab id="syncTab" label="Synkronisering" rendered="true">
			
			<table>
				<tr height="40">
					<td></td>
					<td></td>
				</tr>
   				<tr>
   					<td width="20"></td>
   					<td>
      					<h2>Synkronisering af Sony Ericsson
K700i</h2><br><br>
      					<table>

.......


</t:panelTab>

thx in advance, ldr_
--
View this message in context:
http://www.nabble.com/html-text-TabbedPane--tf1866451.html#a5099629
Sent from the MyFaces - Users forum at Nabble.com.