JSTL startup question

2006-03-29 Thread Kevin Passey
Hi - I wonder if anyone can shed any light on this. I have started to read JSTL in action by Shawn Bayern. I have set up Tomcat5 and mysql on my XP machine and it all works fine - so I have my development environment. I have downloaded and published the JSTL1.1.2 zip - and that all seems to

RE: JSTL startup question

2006-03-29 Thread Kevin Passey
in the distribution has /jsp/ in the url. Thanks Kevin -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: 29 March 2006 10:56 To: Tag Libraries Users List Subject: Re: JSTL startup question Kevin Passey wrote: [snipped...] Would anybody be so good as to comment

RE: JSTL startup question

2006-03-29 Thread Kevin Passey
14:16 To: Tag Libraries Users List Subject: Re: JSTL startup question Kevin Passey wrote: Well I am new to this so bear with me. I am using Tomcat5.0.28 and jdk1.5.xx so can I assume that it would be 2.4. What's confusing me is that I have written a test page without the /jsp/ and it works

RE: JSTL startup question

2006-03-29 Thread Kevin Passey
OK Bob - thanks for the advice. I'll probably switch to Netbeans myself. -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: 29 March 2006 15:30 To: Tag Libraries Users List Subject: Re: JSTL startup question Kevin Passey wrote: Ha - I'm also using Websphere

jsp with mailer1.1 taglib no longer works on Tomcat 5.0

2006-01-09 Thread Kevin Passey
Hi, I have written a small JSP which basically sends me and a couple of other people e-mails when a form is submitted from our website - this has and still is running quite happily on Tmocat 4.x. However on 5.x it fails with a syntax error in the log - the question is quite simple - are these

RE: jsp with mailer1.1 taglib no longer works on Tomcat 5.0

2006-01-09 Thread Kevin Passey
Thanks Rahul, I'll probbly do it in java then. Regards Kevin -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: 09 January 2006 23:35 To: Tag Libraries Users List Subject: Re: jsp with mailer1.1 taglib no longer works on Tomcat 5.0 On 1/9/06, Kevin Passey [EMAIL

RE: Stored procedure

2003-07-02 Thread Kevin Passey
to write your own if a good Google search doesn't turn up anything. - MOD --- N. Chen [EMAIL PROTECTED] wrote: stored procedure? is that same as stored sql statement? if so: sql:query sql='${statement}'/ nick On Tue, 1 Jul 2003, Kevin Passey wrote: Hi, Are there any taglibs

Stored procedure

2003-07-01 Thread Kevin Passey
Hi, Are there any taglibs which I can use to call a stored procedure. Thanks Kevin

Simple question about comparisons

2003-02-15 Thread Kevin Passey
How do I code a select where one date is greater than the other using the DBtags Lib Thanks in advance Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Simple question about comparisons

2003-02-15 Thread Kevin Passey
How do I code a select where one date is greater than the other using the DBtags Lib Thanks in advance Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Select (ing) data based upon todays date

2002-12-19 Thread Kevin Passey
Hi all, I am building a small site for a charity, which I am doing for free. I have question I am struggling with.. Here is my query using the database tags. sql:query select ref, descr , start , end from rbh.prjhdr /sql:query start and end are defined as date fields within a mySQL database.

Connection Pooling - Example Please

2002-12-11 Thread Kevin Passey
Hi, Can anybody give me an example of connection pooling using the commons-dbcp. I want to connect to an AS400 using the database tags in a JSP page. I've managed to configure Tomcat to do this using a servlet. I'd prefer to use the tag libraries to do this. Thanks in advance Kevin -- To

RE: Mailer Tag library - any additions.

2002-07-15 Thread Kevin Passey
but give it a try. -Tim -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:17 AM To: Taglibs (E-mail) Subject: Mailer Tag library - any additions. As the rtexprvalue is set to no on all of the address parameters, am I to assume this tag library

RE: db taglibs questions

2002-07-15 Thread Kevin Passey
tdsql:getColumn position=11//td tdsql:getColumn position=12//td tdsql:getColumn position=13//td tdsql:getColumn position=14//td /TR Hope this helps Regards Kevin Passey -Original Message- From: Igor Bursin [mailto:[EMAIL PROTECTED]] Sent: 15

RE: db taglibs questions

2002-07-15 Thread Kevin Passey
results sql query through web. I want to write down results of sql query in variables that further them to use... - Original Message - From: Kevin Passey [EMAIL PROTECTED] To: 'Tag Libraries Users List' [EMAIL PROTECTED] Sent: Monday, July 15, 2002 6:31 PM Subject: RE: db taglibs questions

MAILER - addrecipient does not work - any help please

2002-07-12 Thread Kevin Passey
Hi, Well I've tried all combinations to try and get the value of a form into a to address with no success. My latest try was this mt:addrecipient type=to address='%= request.getParameter(Email) %'//mt:addrecipient Any other ideas listhas anybody had any success with this. Thanks

Has anybody used variables in the to address of the apache mailer tag library

2002-07-12 Thread Kevin Passey
this attribute nameto/name requiredyes/required rtexprvalueyes/rtexprvalue /attribute Any ideas - anybody... Kevin Passey -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Has anybody used variables in the to address of the apache mail er tag library

2002-07-12 Thread Kevin Passey
to be evaluated? $%=... -Original Message- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:54 AM To: Taglibs (E-mail) Subject: Has anybody used variables in the to address of the apache mail er tag library Well it looks like this does not work. This does not even work

Mailer Tag library - any additions.

2002-07-12 Thread Kevin Passey
a form. Anybody more experienced than me care to offer an opinion or a work around. Thanks for your help anyway Kevin Passey -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]