Re: Editing jsp pages

2005-04-19 Thread edward griebel
I use My Eclipse, a plugin for Eclipse, http://myeclipseide.org. It works reasonably well and provides syntax coloring and XML validation for JSPs, and if things are set up right, it will provide context completion for standard JSP tags. I haven't had it work for JSTL tags, but that could be a setu

Re: help on accessing txt file

2005-04-15 Thread edward griebel
Were you intending to retrieve a file from within a WAR or just a random file on the web server box? The first case is much more interesting than just opening streams. -ed On 4/15/05, Andrew Thorell <[EMAIL PROTECTED]> wrote: > try{ > File file = new File("text.txt"); > FileReader in = ne