RE: [ANNOUNCEMENT] Struts 1.1 Release Candidate 1 released

2003-02-23 Thread Swish
Thank You Martin!! :) James Turner [EMAIL PROTECTED] wrote:I'd like to take a second to thank Martin publically for all the (relatively thankless) work he does putting together the releases. Without him slaving over a hot terminal, we'd never get these puppies out the door. James

DB Connection pool (how)?

2003-02-19 Thread Swish
Hi, Please excuse my ignorance, but does struts have a libraries that implement a connection pool and if so, how does one configure and use this pool? Are there any examples? Any help will be greatly appreciated! Thanks in advance!

RE: DB Connection pool (how)?

2003-02-19 Thread Swish
the man who cannot read them. - Mark Twain (1835-1910) -Original Message- From: Swish [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:32 AM To: Struts Users Mailing List Subject: DB Connection pool (how)? Hi, Please excuse my

Validator Question

2003-02-08 Thread Swish
I was wondering, is there a way to configure the validator to perform a validation on a field only if value of another field is equal to a specific value? If so, how would one go about doing so? Can I write my own validator component to do this if not and how do I go about doing that (are

Date format question

2003-02-05 Thread Swish
Hello, I was wondering if there is a way to use the bean:write tag to convert a string in sql time stamp format to a format of my choosing. I believe one can write a Date object out using bean:write ...format=dd/MM//, but can I convert a string 2002-12-25 00:00:00 to 12/25/2002. Thanks

Re: Validator, HELP

2003-01-31 Thread Swish
Oops sorry if I wasn't clear. The actual message returned is correct, Start date is not a date The actual error message is ok, I just don't want the validator to look at the field if it's null. I went so far as to make sure that the get method returns a null if the length of the field is

Validator, HELP

2003-01-30 Thread Swish
Hi All, Got a question about configuring the validator. I have a date field that I would like validated only if it has been entered. I have the following entry in the validation.xml field property=startDate depends=date arg0 key=field.startDate/ var

RE: Validator, HELP

2003-01-30 Thread Swish
Thanks for the link, but I still don't see what I did wrong :( Any hints? Todd Pierce [EMAIL PROTECTED] wrote:This might help: http://home.earthlink.net/~dwinterfeldt/ -Original Message- From: Swish [mailto:[EMAIL PROTECTED]] Sent: Friday, 31 January 2003 10:28 AM To: [EMAIL

Validator, how to control when it gets triggered

2002-12-30 Thread Swish
Hi, I have the following situation. A user clicks on a link that gets sent to an action. This action retrieves info from db and fills in some info for the form bean and forwards to a jsp page. This form bean uses the validator. My problem is that the validator triggers before the request