Hey Matthias,
Thanks a ton.. i was missing
<filter-mapping>
<filter-name>MyFacesExtensionsFilter</filter-name>
<url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
</filter-mapping>
in my web.xml ..
<filter-name>MyFacesExtensionsFilter</filter-name>
<url-pattern>/faces/myFacesExtensionResource/*</url-pattern>
</filter-mapping>
in my web.xml ..
Regards,
Nimisha.
On 7/10/06, Matthias Fischer <[EMAIL PROTECTED]> wrote:
Hello Nimisha,
You need to use the extensions filter provided by MyFaces in order to
have images displayed.
See http://myfaces.apache.org/tomahawk/extensionsFilter.html
Kind regards from the Lake of Constance,
Matthias

