Help, can I do this..two fields one property.

2001-11-19 Thread Alex Colic
Help, I have a page that is dynamically created. One of the fields is a date field. I have a javascript calendar that allows the user to input the date into that field. Now I have been told that they also need to select the time. I need to create a select box with values of (12am-11pm) and have

Re: Help, can I do this..two fields one property.

2001-11-19 Thread Scott Atwell
, 2001 2:58 PM Subject: Help, can I do this..two fields one property. Help, I have a page that is dynamically created. One of the fields is a date field. I have a javascript calendar that allows the user to input the date into that field. Now I have been told that they also need to select

Re: Help, can I do this..two fields one property.

2001-11-19 Thread Sean Owen
(); } ... } Sean - Original Message - From: Alex Colic [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Monday, November 19, 2001 2:58 PM Subject: Help, can I do this..two fields one property. Help, I have a page that is dynamically created. One of the fields is a date field

RE: Help, can I do this..two fields one property.

2001-11-19 Thread Tom Klaasen (TeleRelay)
november 2001 16:27 To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: Re: Help, can I do this..two fields one property. And the server-side option, how about: public class MyActionForm extends ActionForm { private Calendar theDateAndTime; ... public void reset