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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Post your free ad now! Yahoo! Canada Personals


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!

__ 
Post your free ad now! http://personals.yahoo.ca

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: DB Connection pool (how)?

2003-02-19 Thread Swish
Thanks!!  Wow, struts is an awesome framework!

--- James Mitchell [EMAIL PROTECTED] wrote: 
http://jakarta.apache.org/struts/faqs/database.html
 
 
 
 --
 James Mitchell
 Software Engineer/Struts Evangelist
 http://www.open-tools.org/
 
 The man who does not read good books has no
 advantage over 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 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!
  
 

__
   
  Post your free ad now! http://personals.yahoo.ca
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
  

__ 
Post your free ad now! http://personals.yahoo.ca

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 there any examples out there)?

Thanks!



-
Post your free ad now! Yahoo! Canada Personals



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 in advance for your suggestions!!!



-
Post your free ad now! Yahoo! Canada Personals



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  1, but that had no effect.  Any other ideas?
 [EMAIL PROTECTED] wrote:Looks like 

field.startDate=Date

is missing in the resource bundle.

--Mahender

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




datePatternStrict
MM/dd/




As it stands, if the user does not enter a date, i get back an error saying that
the 
date is not a date. 

Also, where can I find some docs on the Validator other then the javadoc, cause the 
javadocs, ahm, well just don't seem to answer the questions I have?

Thanks!!!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Post your free ad now! Yahoo! Canada Personals



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
 var-namedatePatternStrict/var-name
 var-valueMM/dd//var-value
/var
   /field


As it stands, if the user does not enter a date, i get back an error saying that the 
date is not a date.  

Also, where can I find some docs on the Validator other then the javadoc, cause the 
javadocs, ahm, well just don't seem to answer the questions I have?

Thanks!!!



-
Post your free ad now! Yahoo! Canada Personals



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 PROTECTED]
Subject: Validator, HELP



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




datePatternStrict
MM/dd/




As it stands, if the user does not enter a date, i get back an error saying
that the date is not a date. 

Also, where can I find some docs on the Validator other then the javadoc,
cause the javadocs, ahm, well just don't seem to answer the questions I
have?

Thanks!!!



-
Post your free ad now! Yahoo! Canada Personals

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Post your free ad now! Yahoo! Canada Personals



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 makes it to an action and the user sees the 
blank form, asking them to fill in the required fields.  Is there any way for me to 
fix this situation.  Any ideas are greatly appreciated.  Thank you!



-
Post your free ad now! Yahoo! Canada Personals