In the latest version of the workbench (20604) when I do:
<jsp:useBean id=”bean” scope=”session” class=”myPackage.MyClass” />
<jsp:setProperty name=”bean” property=”*” />
I get the following error:
“de cannot be resolved”
on that line and I get
“de cannot be resolved or is not a valid superclass”
on the first line of the file.
But if I go back to version 20602 it works as it should without any errors.
Please help.