Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

'DynaFaces' is undefined

843844May 21 2008 — edited May 22 2008
I'm having a problem when trying to invoke DynaFaces.fireAjaxTransaction, a javascript error telling me that DynaFaces is undefined. This only happens in a UNIX environment, but I have it working in Windows on several different app servers. I have this in my page:

<jsfExt:scripts/>

Which expands to:

<script type="text/javascript" src="/KEServer/static/META-INF/libs/scriptaculous/version1.6.4/prototype.jsf"></script>
<script type="text/javascript" src="/KEServer/static/META-INF/com_sun_faces_ajax.jsf"></script>

How can I diagnose the problem? I'm not sure how to verify the existence of those jsf files, though I see that jsf-ext-dynafaces.taglib.xml has been implicitly loaded at startup. Those script includes I am assuming contain the definition of DynaFaces, so I wonder if there is something wrong with the path, because in UNIX casing is important.

Any ideas on what to do?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2008
Added on May 21 2008
4 comments
147 views