On Thu, 13 Mar 2003 [EMAIL PROTECTED] wrote:

> Date: Thu, 13 Mar 2003 10:38:29 -0500
> From: [EMAIL PROTECTED]
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: JSF-Struts
>
> I'm getting a 'Renderer Not Found for Renderer Type:StrutsHtml' exception
> when I click on the 'Register with the MailReader Demonstration Application'
> link in the JSF-Struts example webapp.
>

I assume you haven't modified the sample app, and are just trying to run
it, right?

> What's up?
>

You would get this kind of error message if the ServletContextListener
that is included in the library wasn't run at startup time like it is
supposed to be.  The reference to this listener is embedded in the TLD,
which is in turn embedded in the struts-faces.jar file.

This works fine for me on containers like Tomcat 4.1.18.  What container
are you running?

> Michael

Craig

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

Reply via email to