You're not required to place html tags inside f:verbatim within f:view,
althougt this is required inside h:panelGrid.

vlad

On 7/1/07, Dave <[EMAIL PROTECTED]> wrote:

Page title is dynamic and need to bind to backing bean variable. I put
<f:view> inside <body> so far. Can I put head and body inside <f:view>?  but
it does not look nice because I have to use <f:verbatim>

<f:view>
        <f:verbatim><head><title></f:verbatim>
        <h:outputText value="HELLO"/>
        <f:verbatim></title></head></f:verbatim>
</f:view>


Is this the right way for dynamic page title?
Thanks
dave

------------------------------
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo!
Games. <http://us.rd.yahoo.com/evt=49936/*http://videogames.yahoo.com>


Reply via email to