Well, you will also need to change stuff in the web.xml as you will
need to take the MyFacesServlet instead of the default one, and you
might want to enable the extension filter.

So basically, this is not in contradiction....

regards,

Martin

On 7/10/05, Behrang Saeedzadeh <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I just clean built my application and the problem is solved now.
> 
> BTW - Isn't the necessity of adding the
> 
>         <listener>
> 
>         
> <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
>        </listener>
> 
> section to the web.xml in contradict with the specification? Shouldn't a
> JSF Web app I've
> developed with, say, JSF RI work fine with no modifications using MyFaces?
> 
> Best Regards,
> Behrang S.
>

Reply via email to