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.
The moose likes Servlets and the fly likes JBuilder doesn't recognize the scope= Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "JBuilder doesn Watch "JBuilder doesn New topic
Author

JBuilder doesn't recognize the scope="session"

Linda Xu
Ranch Hand

Joined: Feb 14, 2000
Posts: 51
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

What's wrong here, how to fix it?
Thanks!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JBuilder doesn't recognize the scope="session"
 
Similar Threads
SCWCD@Whiz Test Simulator - qstn....
Session Issue
Usebean Error in JSP
Question about page scope and implicit object
problem while keeping scope as session