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

[1056 byte] By [Willi2793a] at [2007-11-27 11:11:41]
# 1

Hi,

i had a deeper look and found a lot more missing in the generated Page. I'm really stuck and any help is really much appriciated.

Regards,

Thomas

Willi2793a at 2007-7-29 13:49:49 > top of Java-index,Development Tools,Java Tools...