|
|
Wednesday, October 16, 2002
|
|
| |
WOW! I posted a feature request on the Phoenix site for mouse gestures, and within a short time there were already two responses. Not only that, but they have an extension for it already implemented. Awsome. I've been converted! I'm moving Phoenix to be my default browser....Now I just have to move all those bookmarks over. ;)
10:52:07 AM
|
|
There is a new version of Phoenix. For those of you who aren't familiar with it, Phoenix is "a redesign of the Mozilla browser component, similar to Galeon, K-Meleon and Chimera, but written using the XUL user interface language and designed to be cross-platform"
10:36:23 AM
|
|
I cound a good definition of what a klog is.
9:46:30 AM
|
|
Well, I got the answer to that JSP problem. Programmer error. I was getting the object, but then I was calling a method on a different object. When I changed the object it worked like a charm. What does the code look like?
RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/" + filename);
dispatcher.forward(request, response);
The variable filename is a temporary file created based on content from the database. The content is queried from the database, and then saved to the filesystem. Then the above code is called and the page is processed. After the page has been processed, the file is deleted. I should call dispatcher.include(), but the current code works...so....I'm keeping it until I have a chance to really put it through its paces.
9:29:25 AM
|
|
|
|
© Copyright
2002
David Mitchell.
Last update:
11/4/2002; 9:29:31 AM.
This theme is based on the SoundWaves
(blue) Manila theme. |
|
|