On 4/11/06, Santiago Vacas <[EMAIL PROTECTED]> wrote: > I've found the problem. I'm using WebSphere 6 that comes with his own > JSF implementation so I had to remove jsf-api.jar and ws-jsf.jar from > the base installation to fix the issue. The funny thing is that > everything worked fine before using tiles. > Is there any way to avoid removing those jars and have the application > working? > I've tried setting the classloader policy to PARENT_LAST with no success.
Removing the two jars is the only working solution that I've seen reported so far. Even if you load those jars last, my guess is that you're still triggering code in the JSF RI implementation, causing both implementations to be in use.

