doubt in myfaces

hi...

i want to know whether the application frm the jsf1.1 can be deployed in the myfaces........

i have used myfaces-all.jar,myfaces-api.jar,myfaces-impl.jar instead of jsf-api.jar and jsf-impl.jar

when i deployed the same application of jsf1.1 in myfaces......its giving error......

can anyone pls clear my doubt regarding this?

thanks in advance

[386 byte] By [honey17a] at [2007-11-27 2:37:47]
# 1

What kind of an error?

you might be missing this listener to your web.xml

<listener>

<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>

</listener>

There are more context params available too when using myFaces but I don't think they are always required.

Petros_Livadiaa at 2007-7-12 2:58:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...