Hi Gerald,

Earlier I was using t:htmlTag but it is very verbose and turns the
page into a mess. And using t:div won't solve the problem cause div is
not the only tag I need to use.

Besides that I need to know if this is a bug so I might be able to fix it...

Regards,
Behi

On 9/15/06, Gerald Müllan <[EMAIL PROTECTED]> wrote:
Hi,

try to get rid of the verbatim- and div tag; instead use t:div
component and embed the outputText in it.

cheers,

Gerald

On 9/15/06, Behrang Saeedzadeh <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The following code snippet:
>
> <h:form>
>             <h:dataTable var="slot" value="#{indexBean.slots}">
>                 <f:facet name="header">
>                     <f:verbatim>
>                         <div style="height: 50px; background-color:
> tan; font-size: 16px;">
>                             <h:outputText value="#{bundle.saturday}" />
>                         </div>
>                     </f:verbatim>
>                 </f:facet>
>
> Should generate the value of the <h:outputText> inside a div. But by
> looking at the generated code, it can be seen that div is place after
> the output of the <h:outputText>:
>
> <th scope="colgroup" colspan="7">Saturday
>    <div style="height: 50px; background-color: tan; font-size: 16px;">
>
>    </div>
>
> If I put the <f:verbatim> around the <h:dataTable> the div is not
> rendered in the output at all.
>
> Could someone please confirm this bug?
>
> (MyFaces version: 1.1.3)
>
> Regards,
> Behi
>
> --
> "We can only see a short distance ahead,
> but we can see plenty there
> that needs to be done." - Alan Turing
>
> "Science is a differential equation. Religion
> is a boundary condition" - Alan Turing
>
> Behrang Saeedzadeh
> http://www.jroller.com/page/behrangsa
> http://my.opera.com/behrangsa
>


--
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces



--
"We can only see a short distance ahead,
but we can see plenty there
that needs to be done." - Alan Turing

"Science is a differential equation. Religion
is a boundary condition" - Alan Turing

Behrang Saeedzadeh
http://www.jroller.com/page/behrangsa
http://my.opera.com/behrangsa

Reply via email to