---- [EMAIL PROTECTED] schrieb: > Hi, > > I want to use custom calendar component in websphere 6.0,for that > I need to include the apache jars to my application lib directory.There > arises some conflict in running the application thast I am getting an error > "Unable to register PMI module due to Duplicate Face servlet" > Can you suggest a solution for using the apache myfaces jar and > tomhawk har along with jsf-ibm jars in the WEB-INF/lib directory.
The custom components in tomahawk, trinidad and tobago do not need the myfaces-jsf library. They work with *any* JSF implementation (well, in theory anyway). If your environment already has a JSF environment, then you should not add the myfaces-jsf jars; having two JSF implementations at the same time is a very bad idea... Regards, Simon

