Re: t:document tags and xhtml

2006-12-19 Thread Brad Smith
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

Re: t:document tags and xhtml

2006-12-19 Thread Gary VanMatre
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

t:document tags and xhtml

2006-12-18 Thread Brad Smith
I have seen recommendations on the myfaces wiki that performance of JSF can be improved if t:document tags are used. Will these tags produce valid and well formed xhtml? Or can they be configured to do so? The documentation seems sparse. Thanks, Brad signature.asc Description: This is a

Re: t:document tags and xhtml

2006-12-18 Thread Mario Ivankovits
Hi Brad! I have seen recommendations on the myfaces wiki that performance of JSF can be improved if t:document tags are used. Will these tags produce valid and well formed xhtml? Or can they be configured to do so? They are just replacements for html's html, head, body. So if a page

Re: t:document tags and xhtml

2006-12-18 Thread Gary VanMatre
I have seen recommendations on the myfaces wiki that performance of JSF can be improved if t:document tags are used. Will these tags produce valid and well formed xhtml? Or can they be configured to do so? The documentation seems sparse. I think this component has a couple hidden purposes.

Re: t:document tags and xhtml

2006-12-18 Thread Brad Smith
Hi Mario I did not experience problems but I also did not get what I am looking for. Specifically, I would like the following basic outline in a web page: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html

Re: t:document tags and xhtml

2006-12-18 Thread Mario Ivankovits
Hi Brad! !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; lang=en xml:lang=en Yep, these attributes are missing, as far as a know. Please open a JIRA at [1]. body id='some id'

Re: t:document tags and xhtml

2006-12-18 Thread Matthias Wessendorf
Brad, in there is a tr:document in trinidad it uses facets (like metaContainer) for adding custom / third party js (like dojo) -Matthias [1] http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_document.html On 12/18/06, Brad Smith [EMAIL PROTECTED] wrote: Hi Mario I did not

Re: t:document tags and xhtml

2006-12-18 Thread Gary VanMatre
Hi Mario I did not experience problems but I also did not get what I am looking for. Specifically, I would like the following basic outline in a web page: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html