I am new to Java and myEclipse. In the Java editor, I can see my business object class methods in the code assist window. However, I do not see them on a line in a script block.
For Example:
<%
HelloWorld hw = new HelloWorld();
out.println(“message = ” + hw.getValue());
%>
When I type hw. in the second line and try to bring up code assist, my methods do not appear.
Should I see them? Do I have a problem with my configuration?