Re: JSP development environments

2004-03-24 Thread Tony Grant
> emacs, et al) from a commandline, coupled with ant et al? Thanks for any > feedback on the subject! A combination of Dreamweaver MX and NetBeans Cheers Tony Grant -- www.tgds.net Library management software toolkit

Re: fmt:formatDate problems jstl 1.0.3

2003-09-03 Thread Tony Grant
))==null || > > oeuvre.wasNull())?"":oeuvre_data); > %> > > Thanks for that! Now I have located the root of my problem. My query is returning a string and not a date... Tony Grant -- www.tgds.net Library management software toolkit, redhat linux on

fmt:formatDate problems jstl 1.0.3

2003-09-02 Thread Tony Grant
("dateexpofin"))==null || oeuvre.wasNull())?"":oeuvre_data)%> I wish to have the date in the French locale. is set on the page and fmt:formatNumber works perfectly. I am using JSTL in Action JSTL reference as my source of information. Where to go from here??? TIA

Re: Tag Instantiation With JSP 1.2

2003-01-09 Thread Tony Colson
that said database container would be created each time the tag got instantiated since it was a data member. Perhaps there is no actual re-instantiation with enablePooling but rather just the lifecycle completed (i.e. doStartTag() -> doEndTag )? Tony --- Pierre Delisle <[EMAIL PROTECTED]&

Tag Instantiation With JSP 1.2

2003-01-07 Thread Tony Colson
bject on the next iteration. This is important to me because I have underlying data structures which are not behaving correctly because of this. Is this a bug? Are there ways to "force" it to always instantiate a new TagB? Are there alternate containers we can us

?? Can Taglib JARs be Global ??

2002-12-12 Thread Tony LaPaso
if it's a limitation of the JSP compiler and if so, should it be fixed? Any comments?? Thanks, Tony -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

?? Using Taglib JARs Across Multiple Contexts ??

2002-12-09 Thread Tony LaPaso
Hello all, Although I'm using Tomcat v4.1.12 with Apache's JSTL Taglib, this issue really applies to *all* taglibs, not just JSTL: I'm finding that if I have several webapps (i.e., several Contexts), all using JSTL, I need to replicate the taglib JARs (jstl.jar and standard.jar) to the "WEB-INF/l

Re: [ANN] Part 3 of my JSTL article at ONJava.com

2002-10-30 Thread Tony LaPaso
Hans, Does the article contain anything that's *not* in your book? - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: "A mailing list about Java Server Pages specification and reference" <[EMAIL PROTECTED]>; "Tag Libraries Developers List" <[EMAIL PROTECTED]>; "Tag Librar

RE: More custom taglib help please

2002-05-03 Thread tony
On Fri, 2002-05-03 at 14:51, Wim Bervoets wrote: > I'm a beginner myself and I was looking for the same thing. Can you put it > online somewhere ? When it works I'll put it on my Ultradev site Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions

More custom taglib help please

2002-05-03 Thread tony
found in the dbtaglib Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev with PostgreSQL http://www.animaproductions.com/ultra.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: &

dbtags

2002-05-01 Thread tony
stuff and am _very_ new to taglibs Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev with PostgreSQL http://www.animaproductions.com/ultra.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional

Re: How to split results over multiple pages with DBtags ?

2002-05-01 Thread tony
> documentation. Am I missing it ? A simple example would be very useful. I use Ultradev... RAD may not have the cleanest code for debugging but it is Rapid Application Developpement after all. All the recordset navigation methods are pre-rolled. Cheers Tony Grant -- RedHa

Re: dbtags: rowCount

2002-04-30 Thread tony
"Black" for catColor in the HTML form): If you have access to Macromedia Dreamweaver (MX or Ultradev) there is an included method that you can get inspiration from. It is the "show if recordset not empty" server behavior. Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http:/

Re: Dreamweaver MX (announced today) adds custom tag library support

2002-04-29 Thread tony
hen add the extras in NetBeans which gives much greater control and integrated bean writing anyway. Anyone doing this right now? Are there any issues? Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev with PostgreSQL http://www

escape SQL

2002-04-25 Thread tony
some other languages) TIA and sorry for the waste of time Tony PS any one who writes a simple taglib for escaping ' in sql queries wins my immediate estime =:-D -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev with

getting further

2002-04-25 Thread tony
I feel that I'm getting somewhere "org.apache.jasper.JasperException: No such tag escapeSql in the tag library imported with prefix sql" Excuse me? Well it is in the TLD!!! It is advertized as being in the jar... Tomcat 4.0.2 container BTW Any clues? Cheers Tony Grant --

still running in circles

2002-04-24 Thread tony
= (String)request$%> This doesnt work of course: <% String oeuvre__varNom = "%"; if (request.getParameter("nomArt")!=null) {oeuvre__varNom = (String)request$%> How do I insert the tag? Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaprod

Re: integrating dbtags into MM Ultradev code

2002-04-23 Thread tony
ert " ' " into a search box seems strange to me. There are several European languages which use the " ' ". How do people work around this? Why was it changed from JSP 1.0 where it worked just fine? Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.anima

integrating dbtags into MM Ultradev code

2002-04-22 Thread tony
Hello, Just beginning on java I am wondering how do I integrate the escapeSQL tag from the dbtags package into Macromedia Ultradev generated JSP code. TIA Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macromedia UltraDev with PostgreSQL http

docs for dbtags

2002-04-12 Thread tony
radev generated JSPs I will write the correct way to install the taglib on my site. You may then copy and paste the method into your docs. I hope this will help others get up and running. Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/linux2.html Macro

Re: string formatting

2002-04-10 Thread tony
ituted with ?. > I'm using char encoding ISO-8859-1. > (the same with \n\r) > Any ideas whereto look for ? ISO-8859-9 has the EURO Cheers Tony Grant -- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

problems starting out

2002-04-09 Thread tony
at worked with Tomcat 3.x don't work with 4.x when insering ') Can anyone point me to a step by step tutorial other than the one on the jakarta site? (like in medecine second opinions often help) Cheers Tony Grant -- RedHat Linux on Sony Vaio C1XD/S http://www.animaproductions.com/l

Re: Newbie question - what is wrong with this .war?

2002-03-09 Thread Tony Ziolkowski
/tnewardhttp://www.clrgeeks.com/tneward- Original Message -From: "Tony Ziolkowski" <[EMAIL PROTECTED]>To: "Tag Libraries Users List" <[EMAIL PROTECTED]>Sent: Saturday, March 09, 2002 7:25 AMSubject: RE: Newbie question - what is wrong with this .war? I

RE: Newbie question - what is wrong with this .war?

2002-03-09 Thread Tony Ziolkowski
B-INF > -Original Message- > From: Tony Ziolkowski [mailto:[EMAIL PROTECTED]] > Sent: 8. mars 2002 21:22 > To: Tag Libraries Users List > Subject: Re: Newbie question - what is wrong with this .war? > > > OOPS! Forgot attachment in previous. > > Tony Ziolkowski wrote: >

Re: Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
OOPS! Forgot attachment in previous. Tony Ziolkowski wrote: > Ok, I changed it so my two classes are under > WEB-INF/classes/org/apache/jsp and they are both in package > org.apache.jsp. Now I get a different error. The .war file is attached > &g

Re: Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
riginal Message----- >From: Tony Ziolkowski [mailto:[EMAIL PROTECTED]] >Sent: Friday, March 08, 2002 10:56 AM >To: [EMAIL PROTECTED] >Subject: Newbie question - what is wrong with this .war? > > >Hi. I'm trying my first taglib exercise and it doesn't work. I am using >tomc

RE: Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
Check the package path under the classes -Original Message----- From: Tony Ziolkowski [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 10:56 AM To: [EMAIL PROTECTED] Subject: Newbie question - what is wrong with this .war? Hi. I'm trying my first taglib exercise and it doesn

Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
Hi. I'm trying my first taglib exercise and it doesn't work. I am using tomcat4. Attched is the war file I tried. When I try to reach my test page i get the following error: org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. An er