snpe wrote:

I compile struts-faces2 from cvs and i get next error when I try log in
(I register, log off and try log in) :



You would get an exception like this if the custom renderers in struts-faces.jar were not registered with JSF, which might in turn happen if you didn't include all the JARs, or you're running on a broken servlet container that doesn't recognize TLDs inside JAR files. Could you double check that you've included struts-faces.jar, jsf-api.jar, and jsf-impl.jar inside /WEB-INF/lib? What container (and version) are you running on? Finally, were there any logged errors when the app was initially deployed?

If that all looks right, could you please give me a precise script to reproduce the problem? When I try what you describe above, it works fine for me.

Craig


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to