JSF do not work in Weblogic9
my JSF application work fine in the tomcat 5.5 but when I deploy it to the weblogic 9,the weblets make error(I use it for my tag),I checked the source code ,that thegetDefaultContentType() just returnnull.
then I remove the weblets and resolve the resource problem myself,
it work ,but the actionlistener bouned to a bean's method never invoked
and I still find the decode method of my tag never called,I find many many article,such as add config to the web.xml
<listener>
<listener-class>com.sun.faces.config.ConfigureListener</listener-class>
</listener>
itdo not work yet,and there is not any exception being throwed
anyone can help me?

