Re: Where do you convert (form) strings to other data types?

2002-10-08 Thread David Whitmarsh
"David Whitmarsh" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > Sent: Wednesday, October 02, 2002 10:38 PM > > Subject: Re: Where do you convert (form) strings to other data types? > > > > > >

Re: Where do you convert (form) strings to other data types?

2002-10-03 Thread David Whitmarsh
hitmarsh" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, October 02, 2002 10:38 PM > Subject: Re: Where do you convert (form) strings to other data types? > > > > -- > To unsubscribe, e-mail: <mai

Re: Where do you convert (form) strings to other data types?

2002-10-03 Thread Ronald Rotteveel
t;[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 10:38 PM Subject: Re: Where do you convert (form) strings to other data types? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Where do you convert (form) strings to other data types?

2002-10-02 Thread David Whitmarsh
Faced with a similar problem, I took a different approach. I created a tag that generates a set of day/month/year fields in the jsp and gets and sets values in a "FormDate" class which is a member of my form. The FormDate class handles conversions to/from a java.sql.Date. Although following the ot

RE: Where do you convert (form) strings to other data types?

2002-10-01 Thread Charles McClain
Tuesday, October 01, 2002 5:12 PM To: Struts Users Mailing List Subject: Re: Where do you convert (form) strings to other data types? Thank you very much Charles! I will try to do it with that. If anyone feels great today and feels like adding some sample code it would make my day comple

Re: Where do you convert (form) strings to other data types?

2002-10-01 Thread Ronald Rotteveel
ers Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 10:06 PM Subject: RE: Where do you convert (form) strings to other data types? > Ronald: > > I was too lazy before to look up Ted Husted's Struts Tip that I referred > to in my previous repl

RE: Where do you convert (form) strings to other data types?

2002-10-01 Thread Charles McClain
McClain" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 4:29 PM Subject: RE: Where do you convert (form) strings to other data types? > Ronald: > > In one of his Struts Tips on Jguru (sorry, I can'

Re: Where do you convert (form) strings to other data types?

2002-10-01 Thread Ronald Rotteveel
uot; <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 4:29 PM Subject: RE: Where do you convert (form) strings to other data types? > Ronald: > > In one of his Struts Tips on Jguru (sorry, I can't remember which one > exactly), Ted Husted recommends creating a ValueUtil

RE: Where do you convert (form) strings to other data types?

2002-10-01 Thread Charles McClain
data transfer/conversion. -Original Message- From: Ronald Rotteveel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 7:04 AM To: Struts Users Mailing List Subject: Where do you convert (form) strings to other data types? Dear all, I'm building a web application with t

RE: Where do you convert (form) strings to other data types?

2002-10-01 Thread Galbraith, Paul
here, just a convenience method. Paul -Original Message- From: Ronald Rotteveel [mailto:[EMAIL PROTECTED]] Sent: October 1, 2002 7:04 AM To: Struts Users Mailing List Subject: Where do you convert (form) strings to other data types? Dear all, I'm building a web application with t

Where do you convert (form) strings to other data types?

2002-10-01 Thread Ronald Rotteveel
Dear all, I'm building a web application with the help of struts 1.0.2 (stable release). In this webapp there are several forms with a date input field. I like to make these input fields available in the following form: 1 2 3 etc. January Februa