RE: [Poll] Action Form data types

2003-10-14 Thread Trieu, Danny
#1

Danny Trieu 
Internet Business Group 
Downey Savings and Loan Association, F.A. 
[EMAIL PROTECTED]
(949) 509-4564

"The beginning of knowledge is the discovery of something we do not
understand."
- Frank Herbert (1920-1986)




-Original Message-
From: Daniel Haynes [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 1:37 AM
To: Struts Users Mailing List
Subject: RE: [Poll] Action Form data types


#1

-Original Message-
From: Mainguy, Mike [mailto:[EMAIL PROTECTED]
Sent: 13 October 2003 20:37
To: [EMAIL PROTECTED]
Cc: Green, Matt
Subject: [Poll] Action Form data types

Here's my weekly(ish) question:
For the purposes of this discussion, ActionForms also mean DynaActionForms
and the like...
Where does everyone cast their (String) request parameters to the 'proper'
datatype?

#1  My ActionForms only have Strings, I manually cast stuff somewhere else.
#2  My ActionForms only have Strings, I let (BeanUtils, JDBC,...) cast stuff
for me somewhere else.
#3  My ActionForms have java Datatypes, I let Struts(yeah, beanutils, I
know) cast stuff for me.
#4  I use strings for everything, I don't need to cast.

-
This message and its contents (to include attachments) are the property of
Kmart Corporation (Kmart) and may contain confidential and proprietary
information. You are hereby notified that any disclosure, copying, or
distribution of this message, or the taking of any action based on
information contained herein is strictly prohibited. Unauthorized use of
information contained herein may subject you to civil and criminal
prosecution and penalties. If you are not the intended recipient, you should
delete this message immediately.


-
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]


This message and any attachments are for the intended recipient(s) only and may 
contain privileged, confidential and/or proprietary information about Downey Savings 
or its customers, which Downey Savings does not intend to disclose to the public. If 
you received this message by mistake, please notify the sender by reply e-mail and 
delete the message and attachments.

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



RE: [Poll] Action Form data types

2003-10-14 Thread Edgar P Dollin
None of the above.  I use java data types but use getters and setters in the
ActionForm to perform the casting and any other manipulations necessary.

Edgar

> 
> Mainguy, Mike wrote:
> > Here's my weekly(ish) question:
> > For the purposes of this discussion, ActionForms also mean 
> > DynaActionForms and the like... Where does everyone cast their 
> > (String) request parameters to the 'proper' datatype?
> > 
> > #1  My ActionForms only have Strings, I manually cast stuff 
> somewhere 
> > else. #2  My ActionForms only have Strings, I let (BeanUtils, 
> > JDBC,...) cast stuff for me somewhere else. #3  My ActionForms have 
> > java Datatypes, I let Struts(yeah, beanutils, I
> > know) cast stuff for me.
> > #4  I use strings for everything, I don't need to cast.
> > 
> > -
> > This message and its contents (to include attachments) are the 
> > property of Kmart Corporation (Kmart) and may contain 
> confidential and 
> > proprietary information. You are hereby notified that any 
> disclosure, 
> > copying, or distribution of this message, or the taking of 
> any action 
> > based on information contained herein is strictly prohibited. 
> > Unauthorized use of information contained herein may subject you to 
> > civil and criminal prosecution and penalties. If you are not the 
> > intended recipient, you should delete this message immediately.
> > 
> > 
> > 
> -
> > 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]



RE: [Poll] Action Form data types

2003-10-14 Thread Daniel Haynes
#1

-Original Message-
From: Mainguy, Mike [mailto:[EMAIL PROTECTED]
Sent: 13 October 2003 20:37
To: [EMAIL PROTECTED]
Cc: Green, Matt
Subject: [Poll] Action Form data types

Here's my weekly(ish) question:
For the purposes of this discussion, ActionForms also mean DynaActionForms
and the like...
Where does everyone cast their (String) request parameters to the 'proper'
datatype?

#1  My ActionForms only have Strings, I manually cast stuff somewhere else.
#2  My ActionForms only have Strings, I let (BeanUtils, JDBC,...) cast stuff
for me somewhere else.
#3  My ActionForms have java Datatypes, I let Struts(yeah, beanutils, I
know) cast stuff for me.
#4  I use strings for everything, I don't need to cast.

-
This message and its contents (to include attachments) are the property of
Kmart Corporation (Kmart) and may contain confidential and proprietary
information. You are hereby notified that any disclosure, copying, or
distribution of this message, or the taking of any action based on
information contained herein is strictly prohibited. Unauthorized use of
information contained herein may subject you to civil and criminal
prosecution and penalties. If you are not the intended recipient, you should
delete this message immediately.


-
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]



RE: [Poll] Action Form data types

2003-10-13 Thread Andrew Hill
#1. Strings, strings and more strings for me please! (yes even for
checkboxes)

-Original Message-
From: Mainguy, Mike [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 14 October 2003 03:37
To: [EMAIL PROTECTED]
Cc: Green, Matt
Subject: [Poll] Action Form data types


Here's my weekly(ish) question:
For the purposes of this discussion, ActionForms also mean DynaActionForms
and the like...
Where does everyone cast their (String) request parameters to the 'proper'
datatype?

#1  My ActionForms only have Strings, I manually cast stuff somewhere else.
#2  My ActionForms only have Strings, I let (BeanUtils, JDBC,...) cast stuff
for me somewhere else.
#3  My ActionForms have java Datatypes, I let Struts(yeah, beanutils, I
know) cast stuff for me.
#4  I use strings for everything, I don't need to cast.

-
This message and its contents (to include attachments) are the property of
Kmart Corporation (Kmart) and may contain confidential and proprietary
information. You are hereby notified that any disclosure, copying, or
distribution of this message, or the taking of any action based on
information contained herein is strictly prohibited. Unauthorized use of
information contained herein may subject you to civil and criminal
prosecution and penalties. If you are not the intended recipient, you should
delete this message immediately.


-
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]



Re: [Poll] Action Form data types

2003-10-13 Thread Sgarlata Matt
#2, and sometimes #1
- Original Message - 
From: "Mainguy, Mike" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Green, Matt" <[EMAIL PROTECTED]>
Sent: Monday, October 13, 2003 3:37 PM
Subject: [Poll] Action Form data types


> Here's my weekly(ish) question:
> For the purposes of this discussion, ActionForms also mean DynaActionForms
> and the like...
> Where does everyone cast their (String) request parameters to the 'proper'
> datatype?
>
> #1  My ActionForms only have Strings, I manually cast stuff somewhere
else.
> #2  My ActionForms only have Strings, I let (BeanUtils, JDBC,...) cast
stuff
> for me somewhere else.
> #3  My ActionForms have java Datatypes, I let Struts(yeah, beanutils, I
> know) cast stuff for me.
> #4  I use strings for everything, I don't need to cast.
>
> -
> This message and its contents (to include attachments) are the property of
Kmart Corporation (Kmart) and may contain confidential and proprietary
information. You are hereby notified that any disclosure, copying, or
distribution of this message, or the taking of any action based on
information contained herein is strictly prohibited. Unauthorized use of
information contained herein may subject you to civil and criminal
prosecution and penalties. If you are not the intended recipient, you should
delete this message immediately.
>
>
> -
> 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]



RE: [Poll] Action Form data types

2003-10-13 Thread Jerry Jalenak
#2

Jerry Jalenak
Team Lead, Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496

[EMAIL PROTECTED]


> -Original Message-
> From: Mainguy, Mike [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 13, 2003 2:37 PM
> To: [EMAIL PROTECTED]
> Cc: Green, Matt
> Subject: [Poll] Action Form data types
> 
> 
> Here's my weekly(ish) question:
> For the purposes of this discussion, ActionForms also mean 
> DynaActionForms
> and the like...
> Where does everyone cast their (String) request parameters to 
> the 'proper'
> datatype?
> 
> #1  My ActionForms only have Strings, I manually cast stuff 
> somewhere else.
> #2  My ActionForms only have Strings, I let (BeanUtils, 
> JDBC,...) cast stuff
> for me somewhere else.
> #3  My ActionForms have java Datatypes, I let Struts(yeah, 
> beanutils, I
> know) cast stuff for me.
> #4  I use strings for everything, I don't need to cast.
> 
> -
> This message and its contents (to include attachments) are 
> the property of Kmart Corporation (Kmart) and may contain 
> confidential and proprietary information. You are hereby 
> notified that any disclosure, copying, or distribution of 
> this message, or the taking of any action based on 
> information contained herein is strictly prohibited. 
> Unauthorized use of information contained herein may subject 
> you to civil and criminal prosecution and penalties. If you 
> are not the intended recipient, you should delete this 
> message immediately.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

This transmission (and any information attached to it) may be confidential and
is intended solely for the use of the individual or entity to which it is
addressed. If you are not the intended recipient or the person responsible for
delivering the transmission to the intended recipient, be advised that you
have received this transmission in error and that any use, dissemination,
forwarding, printing, or copying of this information is strictly prohibited.
If you have received this transmission in error, please immediately notify
LabOne at the following email address: [EMAIL PROTECTED]


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



Re: [Poll] Action Form data types

2003-10-13 Thread Adam Hardy
#2

On 10/13/2003 09:37 PM Mainguy, Mike wrote:
Here's my weekly(ish) question:
For the purposes of this discussion, ActionForms also mean DynaActionForms
and the like...
Where does everyone cast their (String) request parameters to the 'proper'
datatype?
#1  My ActionForms only have Strings, I manually cast stuff somewhere else.
#2  My ActionForms only have Strings, I let (BeanUtils, JDBC,...) cast stuff
for me somewhere else.
#3  My ActionForms have java Datatypes, I let Struts(yeah, beanutils, I
know) cast stuff for me.
#4  I use strings for everything, I don't need to cast.
-
This message and its contents (to include attachments) are the property of Kmart 
Corporation (Kmart) and may contain confidential and proprietary information. You are 
hereby notified that any disclosure, copying, or distribution of this message, or the 
taking of any action based on information contained herein is strictly prohibited. 
Unauthorized use of information contained herein may subject you to civil and criminal 
prosecution and penalties. If you are not the intended recipient, you should delete 
this message immediately.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [Poll] Action Form data types

2003-10-13 Thread Koni Roth
#3

Mainguy, Mike wrote:
Here's my weekly(ish) question:
For the purposes of this discussion, ActionForms also mean DynaActionForms
and the like...
Where does everyone cast their (String) request parameters to the 'proper'
datatype?
#1  My ActionForms only have Strings, I manually cast stuff somewhere else.
#2  My ActionForms only have Strings, I let (BeanUtils, JDBC,...) cast stuff
for me somewhere else.
#3  My ActionForms have java Datatypes, I let Struts(yeah, beanutils, I
know) cast stuff for me.
#4  I use strings for everything, I don't need to cast.
-
This message and its contents (to include attachments) are the property of Kmart 
Corporation (Kmart) and may contain confidential and proprietary information. You are 
hereby notified that any disclosure, copying, or distribution of this message, or the 
taking of any action based on information contained herein is strictly prohibited. 
Unauthorized use of information contained herein may subject you to civil and criminal 
prosecution and penalties. If you are not the intended recipient, you should delete 
this message immediately.
-
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]


RE: [Poll] Action Form data types

2003-10-13 Thread Wendy Smoak
Mike wrote:
> Where does everyone cast their (String) request parameters to the
'proper' datatype?

#2a  My ActionForms only have Strings [and Booleans], I let (BeanUtils,
JDBC,...) cast stuff for me somewhere else.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM 


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