RE: More custom taglib help please

2002-05-03 Thread Wim Bervoets
Hi Tony, I'm a beginner myself and I was looking for the same thing. Can you put it online somewhere ? Best regards, Wim > -Original Message- > From: tony [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 3 mei 2002 14:01 > To: [EMAIL PROTECTED] > Subject: More custom taglib help please > >

Validation error messages

2002-04-16 Thread Wim Bervoets
lect date_published, title, content, category, author, icq, email from dancevibes_news, dancevibes_author where dancevibes_author.author_id = dancevibes_news.author_id and (category = '') ORDER BY news_id DESC <% } directly executing news.jsp does wo

Mailer taglib Bug with addRecepient ?

2002-04-03 Thread Wim Bervoets
Hello, Why is the address variable not reset to null in the doAfterBody() function ? (as is done in the doStartTag() in AddReceipientTag ) The problem I had was when I was doing: friendsEmail1 is always set, friendsEmail2 can be the empty string. When outputs an empty string then the mailer

RE: JSP1.2 & JRun ver3.1

2002-04-03 Thread Wim Bervoets
Tomcat 4 ( http://jakarta.apache.org ) Resin 2.x ( http://www.caucho.com ) ... -Original Message- From: Yee Tsun Min, Ben [mailto:[EMAIL PROTECTED]] Sent: woensdag 3 april 2002 9:57 To: '[EMAIL PROTECTED]' Subject: RE: JSP1.2 & JRun ver3

RE: testing on empty string or null with jstl

2002-04-02 Thread Wim Bervoets
> Well, on the previous page (with the form post) there is a type="text" maxLength="50" size="25" name="friendsEmail1"> , so the > parameter friendsEmail1 is probably in the http request > (value: empty string > but not null) empty string if the user didn't fill in anything offcourse... -- To

RE: testing on empty string or null with jstl

2002-04-02 Thread Wim Bervoets
> according to the specs, I believe EL will evaulate null value to zero > length string. > > if you treat zero length string and null as the same condition, does > that work for your situation? > > I'm a little confused by the example you provide. the first > when checks > to make sure name a

RE: testing on empty string or null with jstl

2002-04-02 Thread Wim Bervoets
> > instead of > > > > Greetings > > Wim Bervoets wrote: > > > Hello, > > > > I have the following code: > > > > > > > > email something > > > > > > [] > &

testing on empty string or null with jstl

2002-04-02 Thread Wim Bervoets
Hello, I have the following code: email something [] [] [] [<%=request.getParameter("yourName")%>] [<%=request.getParameter("yourEmail")%>] [<%=request.getParameter("friendsEmail1")%>] If the request paramaters are not em

RE: DB taglib - which use??

2002-03-29 Thread Wim Bervoets
I would go with the JSTL DB tags as it's part of the standard taglib and the db tags project seems pretty dead now. (eg. some fixes I put in bugzilla are still not fixed). Wim > -Original Message- > From: Andrea Grittini [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 29 maart 2002 12:04 > To

standard tag library: resultset problems

2002-01-03 Thread Wim Bervoets
tag library latest build Best regards Wim Bervoets -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: standard taglibrary examples not working

2002-01-03 Thread Wim Bervoets
this bug occurs with any IterationTag or just with > the JSTL RI's > tag handlers, that would be very useful over the short term. Thanks! > > Shawn > > On Thu, 3 Jan 2002, Wim Bervoets wrote: > > > Hello, > > > > This is the output I get from the

standard taglibrary examples not working

2002-01-03 Thread Wim Bervoets
Hello, This is the output I get from the http://localhost:8080/standard-examples/iterators/SimpleRange.jsp Simple Range Iteration 1 to 10 1 * That doesn't seem correct (should be displaying numbers from 1 to 10) I always only get the first element displayed. I'm using the latest nightly b

RE: DBTags and connection pooling, jndi, etc.

2001-12-12 Thread Wim Bervoets
c driver. What are the error messages you are receiving ? Best regards, Wim Bervoets > -Original Message- > From: Bill Moss [mailto:[EMAIL PROTECTED]] > Sent: woensdag 12 december 2001 15:50 > To: [EMAIL PROTECTED] > Subject: DBTags and connection pooling, jndi, etc. > &

RE: nullpointer exceptions when using DBTAGS !

2001-12-07 Thread Wim Bervoets
Hi, I solved this bug in DBTags and submitted into bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5258 Wim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: dinsdag 4 december 2001 15:36 > To: [EMAIL PROTECTED] > Subject: Re: nullpointer exc

RE: nullpointer exceptions when using DBTAGS !

2001-12-04 Thread Wim Bervoets
Yes, that makes no difference,using or Maybe it's a bug in Resin 2.0.x ? The thing works correctly in Tomcat 3.2.3 on my localhost. The strangest thing is that when there is exactly one row in the db, it works. In most cases (not with more complex sql queries) I can fix the nullpointer error

nullpointer exceptions when using DBTAGS !

2001-12-04 Thread Wim Bervoets
Hello, Can someone please tell me why the following doesn't work: select wanted_text from wanted_bios ORDER BY wanted_text The error I get: [2001/12/04 11:07:26] null java.lang.NullPointerException at org.apache.taglibs.dbtags.r

dbtags and resin 2.0.x

2001-11-28 Thread Wim Bervoets
Hello, I've tried to use DBTags in combination with Resin 2.0.x One problem I had was that when more then one result was in the resultset I would get a null pointer exception: null java.lang.NullPointerException at org.apache.taglibs.dbtags.resultset.BaseGetterTag.getColumnNumber(BaseGe

RE: DBTags and Poolman

2001-09-21 Thread Wim Bervoets
ou give JNDI a handle to a > > connection to the database and have the DBTags get their > > connection info > > from JNDI, then JDBC will automatically pool the connections. > > > > --Mark > > > > -Original Message- > > From: Wim Bervoets [

RE: DBTags and Poolman

2001-09-20 Thread Wim Bervoets
e database and have the DBTags get their > connection info > from JNDI, then JDBC will automatically pool the connections. > > --Mark > > -Original Message- > From: Wim Bervoets [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 19, 2001 5:38 AM > To: &

DBTags and Poolman

2001-09-19 Thread Wim Bervoets
Hello, I have a few questions about DBTags: 1) I open a connection and close a connection in each jsp that accesses the database I'm using the latest mysql JDBC driver is there connection pooling built in in that driver or not ? 2) I have tried to use DBTags and Poolman together but it didn