My application has been developed and deploys/executes without problems under the integrated WebLogic Server in Eclipse. Now that I'm deploying to a shared server, using the same version of WLS (10.3.6.0), I'm running into issues.
My form has a hidden button that allows Javascript to invoke a method in my backing bean. When the form is created in the browser (IE 9), the onclick event is
mojarra.ab(this,event,'action','@form','@none');return false
When the javascript reaches the point where it "clicks" the button, I'm getting an error that mojarra is undefined.
I've had to do all kinds of stuff differently when deploying on a shared WLS, but now I'm wondering what is causing this and does anyone have a solution?