Re: Editing jsp pages

2005-04-24 Thread Martin Gainty
take a look at Oracle JDeveloper for user friendly IDE HTH Martin- - Original Message - From: "Simone-dev" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, April 19, 2005 10:26 AM Subject: Re: Editing jsp pages I think this is not what

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: Editing jsp pages

2005-04-19 Thread Simone-dev
I think this is not what Joe was looking for... you provided the solution for the question: "How can I edit an HTML text from a JSP?" I think he was looking for a JSP editor, to make JSP pages... unfortunately I cannot help you... I use e text editor, but I'm starting to use Eclipse... anyway ecl

Re: Editing jsp pages

2005-04-19 Thread James Mitchell
I took this thing for a test drive last week. It's an excellent Struts-aware IDE, including the only JSP editor I've seen that does includes correctly (visually too!!). If you are willing to fork over the cash... http://www.m7.com/ -- James Mitchell Software Engineer / Open Source Evangelist C

RE: Editing jsp pages

2005-04-19 Thread Mark Benussi
Joe, this message pops up every once in a while. FCK Editor is popular http://www.fckeditor.net/demo/default.html However I wrote my own, don't groan ;), based on this because I wanted to work with the back end integration more. An editable div is essentially the best way to go. -Original M