Hi,
I am using myfaces 1.1.5,tomahawk 1.1.6.
I am using t:schedule component in my application.
To improve the performance of applivcation, I did following changes
1.
<param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name>
<param-value>org.apache.myfaces.component.html.util.StreamingAddResource</param-value>
2. replaced html,head and body tags with
t:document,t:doccumenthead,t:documentbody.
But I getting following Error when login the application:
No Renderer found for component {Component-Path : [Class:
javax.faces.component.UIViewRoot,ViewId: /Login.jsp]}
(component-family=javax.faces.ViewRoot,
renderer-type=org.apache.myfaces.Document)
[6/19/09 14:53:52:203 EDT] 00000089 UIComponentBa W
javax.faces.component.UIComponentBase getRenderer No Renderer found for
component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:
/Login.jsp]} (component-family=javax.faces.ViewRoot,
renderer-type=org.apache.myfaces.Document)
Thanks
--
View this message in context:
http://www.nabble.com/no-renderer-when-t%3Adocument-is-used-tp24117312p24117312.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.