RE: [Poll] Action Form data types

2003-10-14 Thread Trieu, Danny
lto:[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

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

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 l

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

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 dis

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

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 man

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 somewh

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, IR