You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Titi Wangsa <bl...@gmail.com> on 2007/05/24 04:22:42 UTC

myfaces 1.1.5 renderkit gives warning

hello to all.
i'm using myfaces 1.1.5 and tomahawk 1.1.5
no sandbox
i'm using tomcat 5.5.23 and java 1.5.0_11

due to not enough reseach with tiles and sitemesh, my pages are polluted
with lots of
include lines

the problem is
i get a lot of

2007-05-24 10:05:25,265
org.apache.myfaces.renderkit.html.util.DefaultAddResourcewriteMyFacesJavascriptBeforeBodyEnd
WARN: MyFaces special javascript could not be retrieved from request-map.

info from myfaces core at startup is
2007-05-24 10:04:59,140
org.apache.myfaces.shared_impl.config.MyfacesConfiggetBooleanInitParameter
INFO: No context init parameter '
org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default
value true
2007-05-24 10:04:59,140
org.apache.myfaces.shared_impl.config.MyfacesConfiggetStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS'
found, using default value
org.apache.myfaces.renderkit.html.util.DefaultAddResource
2007-05-24 10:04:59,140
org.apache.myfaces.shared_impl.config.MyfacesConfiggetStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH'
found, using default value /faces/myFacesExtensionResource
2007-05-24 10:04:59,140
org.apache.myfaces.shared_impl.config.MyfacesConfiggetBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER'
found, using default value true
2007-05-24 10:04:59,140
org.apache.myfaces.shared_impl.config.MyfacesConfiggetCurrentInstance
INFO: Starting up Tomahawk on the MyFaces-JSF-Implementation
2007-05-24 10:05:02,921
org.apache.myfaces.shared_tomahawk.config.MyfacesConfiggetBooleanInitParameter
INFO: No context init parameter '
org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default
value true
2007-05-24 10:05:02,921
org.apache.myfaces.shared_tomahawk.config.MyfacesConfiggetStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS'
found, using default value
org.apache.myfaces.renderkit.html.util.DefaultAddResource
2007-05-24 10:05:02,921
org.apache.myfaces.shared_tomahawk.config.MyfacesConfiggetStringInitParameter
INFO: No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH'
found, using default value /faces/myFacesExtensionResource
2007-05-24 10:05:02,921
org.apache.myfaces.shared_tomahawk.config.MyfacesConfiggetBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER'
found, using default value true
2007-05-24 10:05:02,921
org.apache.myfaces.shared_tomahawk.config.MyfacesConfig getCurrentInstance
INFO: Starting up Tomahawk on the MyFaces-JSF-Implementation

any ideas on why this happens?

i know that a warning is something "your program works, then just ignore it"
but i'm just curious.

anybody?