any tutorial to develop EL-compliant taglib?

2003-05-27 Thread marba
i'd like to develop my fisrt jstl-compliant taglib using EL is there any tutorial or documentation (apart of jstl API)? thank you --- Ing. Marco Baiguera Web Application Designer T.C.TELECENTRAL s.r.l. Via Fura, 10 25122 Brescia - Italy Tel +39

Re: AW: Is there tools for Jsp development ?

2002-09-03 Thread marba
> Dreamweaver MX support which version of Jsp ? from macromedia site: - JSP Tag Library Support JSP Tag Libraries abstract server logic from JSP pages. Dreamweaver MX imports JSP Tag Library information from TLD (tag library descriptor) files, and makes them available in Code Hints

Re: AW: Is there tools for Jsp development ?

2002-09-03 Thread marba
I use dreamweaver mx which support jsp & taglibs, even if sometimes crashes (!) - Original Message - From: "Thomas Colin de Verdière" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 7:09 PM Subject: Re: AW: Is there tools for Jsp dev

sql: getting columns count

2002-04-15 Thread marba
any way to get the number of columns using JSTL/sql taglib? thank you -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: how can I compare strings in c:if

2002-04-09 Thread marba
- Original Message - From: "Shawn Bayern" <[EMAIL PROTECTED]> To: "marba" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 6:36 PM Subject: Re: how can I compare strings in c:if > On Tue, 9 Apr 2002, marba wrote: > > > > Make sure t

how can I compare strings in c:if

2002-04-09 Thread marba
I'm try to compare two string fields in a MySql table row here's my code that evaluate false even if the strings are identical: SELECT * FROM FILIALI_EXT_LOG LEFT JOIN FILIALI_EXT USING (ID) WHERE FILIALI_EXT_LOG.LASTMODI >