Style 4) Martin and Mario on the road ;-)

<f:view>
    <t:document>
        <t:documentHead>
....
        </t:documentHead>
        <t:documentBody>
....
        </t:documentBody>
    </t:document>
</f:view>

There is still work to do, e.g all the html attribute on the
documentBody, but this is the way I would propose for the long term as
this allows you
to get rid of the extensionFilter buffering.

Ciao,
Mario

>> STYLE 1) JSF In Action
>> ----------------------
>> <f:view>
>>        <html>
>>                ...
>>        </html>
>> </f:view>
>>
>>
>> STYLE 2) Core JSF
>> -----------------
>> <html>
>>        <f:view>
>>                <head>
>>                        ...
>>                </head>
>>                <body>
>>                        ...
>>                </body>
>>        </f:view>
>> </html>
>>
>> STYLE 3) Mastering JSF
>> ----------------------
>> <html>
>>        <head>
>>                ...
>>        </head>
>>        <body>
>>                <f:view>
>>                        ...
>>                </f:view>
>>        </body>
>> </html>
>>
>>
>> Greg
>>
>

Reply via email to