>Good morning Mario -
>
>I tried to create an issue, but Jira is not working correctly as it
>throws a javascript error in firefox.
>
>'id' is not a required attribute of body, but it can be very handy at
>times for use with css styles.  So it would be nice that when it is in
>the <t:documentbody> tag it is based along unchanged into the <body> tag
>in the html document.
>

Instead of another component, maybe the thing to do would be to make the 
BodyRenderer look in the Document's component attributes for render specific 
attributes?

Something like:
<t:document>
    <f:attributes name="body:id" value="myid"/>
</t:document>

Or, make the BodyRender used by the DocumentRender registred in the faces 
config so that you have the option of plugging in your own custom 
implementation for the three aggregated renderers?


>thank you
>
>Brad
--- Begin Message ---
Good morning Mario -

I tried to create an issue, but Jira is not working correctly as it
throws a javascript error in firefox.

'id' is not a required attribute of body, but it can be very handy at
times for use with css styles.  So it would be nice that when it is in
the <t:documentbody> tag it is based along unchanged into the <body> tag
in the html document.

thank you

Brad


On Mon, 2006-12-18 at 22:22 +0100, Mario Ivankovits wrote:

> Please open a JIRA at [1].
> 
> > <body id='some id'>
> >   
> Is this "id" required?
> 
> Ciao,
> Mario
> 
> 
> [1] http://issues.apache.org/myfaces
> 

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to