If it says "class not found", It doesn't seem likely to me that it's
your extension filter mapping. It sounds more like you are not
picking up the correct jar files.
Class not found for component
org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader
Your extension filter setup looks fine, except you probably shouldn't
have the .jsp entry. That's a educated guess without knowing your
servlet mapping for JSF. I find servlet-name mapping preferable to
url-pattern.
http://myfaces.apache.org/tomahawk/extensionsFilter.html
On 4/18/07, robfaces <[EMAIL PROTECTED]> wrote:
Hi, instead of using the snapshot, I'm using the released 1.1.5 version of
Tomahawk and I receive the same error. I have a feeling this has to do with
a faulty extensionsFilter or mapping of some sort.
My filter is set as:
<filter-name>extensionsFilter</filter-name>
<filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
and the mappings:
<filter-mapping>
<filter-name>extensionsFilter</filter-name>
<url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>extensionsFilter</filter-name>
<url-pattern>*.jsf</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>extensionsFilter</filter-name>
<url-pattern>*.jsp</url-pattern>
</filter-mapping>
does anyone have any other ideas to try?
Mike Kienenberger wrote:
>
> Is it possible that you're using an old 1.1.5-snapshot of tomahawk?
> I'd recommend upgrading to the released 1.1.5.
>
> http://people.apache.org/builds/myfaces/tomahawk-1.1.5/
>
>
> On 4/18/07, robfaces <[EMAIL PROTECTED]> wrote:
>>
>> Hello everyone. I'm trying to upgrade an application from MyFaces 1.1.1
>> to
>> the latest build. I'm using the latest MyFaces (1.1.5) and Tomahawk
>> (1.1.5-SNAPSHOP) builds.
>>
>> Everything is working relatively well, except for components that use
>> javascript, namely the JSCookMenu. The JSCookMenu doesn't appear, and I
>> get
>> the error message:
>>
>> Class not found for component
>> org.apache.myfaces.renderkit.html.util.MyFacesResourceLoader
>>
>> I assume it's that classes responsibility for loading things like js
>> files
>> that are used for components. Does anyone have any idea why this error
>> could
>> be occuring?
>> --
>> View this message in context:
>>
http://www.nabble.com/1.1.1---%3E-1.1.5-Migration-Problems-tf3601736.html#a10061122
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/1.1.1---%3E-1.1.5-Migration-Problems-tf3601736.html#a10063742
Sent from the MyFaces - Users mailing list archive at Nabble.com.