You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Divya B Sridhar <di...@cisco.com> on 2004/01/20 12:14:59 UTC

JSP editor - plugin for eclipse ?

Hi All,
Do we have a plugin for eclipse which would check JSP syntax at save
time/compilation time or so? 
Since Eclipse would recognise Java keywords if JDK is installed;
similarly, do we have a plugin for eclipse which enables eclipse to
recognise JSP tags?
 
Thanks for any inputs,
Regards,
Divya.

Re: [OT] JSP editor - plugin for eclipse ?

Posted by Guido GarcĂ­a Bernardo <gg...@itdeusto.com>.
You asked the right mailing list.

Divya B Sridhar wrote:

>Hi All,
>Do we have a plugin for eclipse which would check JSP syntax at save
>time/compilation time or so? 
>Since Eclipse would recognise Java keywords if JDK is installed;
>similarly, do we have a plugin for eclipse which enables eclipse to
>recognise JSP tags?
> 
>Thanks for any inputs,
>Regards,
>Divya.
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: ActionForm boolean properties - Newbie question

Posted by Andrew Hill <an...@gridnode.com>.
If its a primitive , it will look for 'is' , but for the Boolean object it
will look for 'get' (same as any other object).

-----Original Message-----
From: Renato Romano [mailto:r.romano@set-network.com]
Sent: Tuesday, 20 January 2004 23:00
To: 'Struts Users Mailing List'
Subject: ActionForm boolean properties - Newbie question


I have some trouble using a boolean (the primitive type) property inside
an ActionForm. What I'd like to know is if Struts looks for a
getProperty method or isProperty method... It seems Struts always calls
the getProperty, but as I know it should call the isProperty!!
Is the behavior with a Boolean (Object type) property the same ?
Thanks everyone
Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


ActionForm boolean properties - Newbie question

Posted by Renato Romano <r....@set-network.com>.
I have some trouble using a boolean (the primitive type) property inside
an ActionForm. What I'd like to know is if Struts looks for a
getProperty method or isProperty method... It seems Struts always calls
the getProperty, but as I know it should call the isProperty!!
Is the behavior with a Boolean (Object type) property the same ?
Thanks everyone
Renato

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: JSP editor - plugin for eclipse ?

Posted by Norm Deane <no...@vanderbilt.edu>.
I've been using Eclipse 3.0M6 with Lomboz
(http://www.objectlearn.com/products/lomboz.jsp) and really like it.  It
supports code completion in JSP pages, syntax checking, syntax highlighting,
and even shows you the generated servlet.

FWIW, I've also been very happy with XMLBuddy for XML editing.
(http://www.xmlbuddy.com/)

--Norm

-- 
Norm Deane
MIS Consultant
Vanderbilt University
(615) 322-7855
norm.deane@vanderbilt.edu 

> -----Original Message-----
> From: Divya B Sridhar [mailto:disridha@cisco.com] 
> Sent: Tuesday, January 20, 2004 5:15 AM
> To: Struts-User@jakarta.apache.org
> Subject: JSP editor - plugin for eclipse ?
> 
> 
> Hi All,
> Do we have a plugin for eclipse which would check JSP syntax 
> at save time/compilation time or so? 
> Since Eclipse would recognise Java keywords if JDK is 
> installed; similarly, do we have a plugin for eclipse which 
> enables eclipse to recognise JSP tags?
>  
> Thanks for any inputs,
> Regards,
> Divya.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org