What it means it The jsp editor can offer u syntax help and code completion..in 
addition to syntax highlighting..

for example if u type <html: it will give u all the struts html tags available ...also 
if u miss some compulsory attribute, it will alert you..

-----Original Message-----
From: Dan Allen [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:41 AM
To: Struts Users Mailing List
Subject: Re: jsp editor



Ashish Kulkarni ([EMAIL PROTECTED]) wrote:

> Hi,
>  u may also wana look at macromedia dreamweaver MX, u
> can add any number of taglibs and it works fine, also
> have capability to do visual editing

I have never understood this request at all, I mean, what does it
really mean to have a JSP editor?  You need to deploy the site with
data and includes to see anything.  Sure, maybe it syntax highlights
or helps with the taglibs, but the preview is going to be totally
messed up until it is in the container.

The best way I found to test these things is just to edit and then
view in a local test container.  But most of the design should be
done without jsp tags anyway and those just thrown in at the last
minute to provide dynamic content.

I am interested to hear what a JSP editor really is.  VIM is a JSP
editor if you want something with syntax highlighting.

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, <[EMAIL PROTECTED]>
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Real programmers don't change their wardrobe too often: there 
are no clothes stores that are open at two o'clock in the morning. 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to