Possible BUG in JSP Code Compiler

2001-07-11 Thread Levent Gündogdu
Hi everyone, I assume there is a BUG in the JSP Code Compiler somewhere, because the following does not work as it should: [...] % // Retrieve user object for this session Object obj = request.getSession().getAttribute(user); // Just make sure, what class we have

Re: Possible BUG in JSP Code Compiler

2001-07-11 Thread Craig R. McClanahan
I do stuff like this all the time (although not with scriptlets :-). The best thing to do would be to create a small, reproducible test case and then submit it (with a bug report) to our bug tracking system: http://nagoya.apache.org/bugzilla/ On Wed, 11 Jul 2001, Levent Gündogdu wrote: Hi