This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a jsp file begin with this line: <%@ page session="true" scope ="session" import = "ceava.*" %> This compiles well using JDK1.2.2 and JSDK2.1, and I can run it well under JRun 2.3. But when I compile the same jsp file using JBuilder 5 (JDK1.3, JSDK 2.1), it complains: "myJSP.jsp": Page directive: Invalid attribute, scope at line 1, column 1