Error: webuijsf not found
Hello,
I updated my Develop-PC to JDK 6 Update 2 and use NB with VWP 5.5.1 and SAS. After I upgraded the underlying JDK to 6 Update 2 I get errors in my JSF-Pages. The actions are not performed and I get an "Error on this page" saying that "webuijsf is not found". Comparing an old page with the same page but new generated I see that folloeing statement is missing:
<script type="text/javascript" src="/TWiBu/theme/com/sun/webui/jsf/suntheme/javascript/formElements.js"></script>
and the following statement is new and not included in the old page:
<script type="text/javascript">
djConfig={
"isDebug": false,
"parseWidgets": false,
"debugAtAllCosts":false
};
</script>
How can I get my pages back to work?
Regards,
Thomas

