I have an old enterprise application that was developed using WAS 6.1, now my company is trying to implement this application in WAS 8. But I am having problems providing JSF content, there are some links that when I click on the JS Debugger says Uncaught ReferenceError: myfaces is not defined is displayable HTML:
onclick = "return myfaces.oam.submitForm ('top_nav: frmTopNav', 'top_nav: frmTopNav: lnkCP', null, [['default_sort', 'name']]);"
So, I think this does not do it well due to different versions of JSF between my old application and WAS 8.
Now I decided to get him to download MyFaces 1.1 from Tomahawk 1.1.7 and put them in the WEB-INF / lib folder, and now he says java.lang.IllegalArgumentException - Class org.mything.LocaleViewHandler is no javax.faces.application.ViewHandler
Why can this happen?
Thanks in advance.
source share