I had a quick peek and found out that JDEE uses bsh to find the completion for some classes. So in theory it ought to be possible to kludge it so that it first compiles the *.jsp to a *.java by invoking Tomcat (say), and then have it compile the *.java, and then bsh can do its thing.
Right? How would one go about this? I apologize for claiming previously that JDEE wasn't able to do completion in JSP files. Shame on me. Kai
