RE: Pre Populating Fields - bit of a newbie question

2002-03-07 Thread Galbreath, Mark
You are right on that point, Don! I was assuming he had a known, captive population of users (I don't know why). Mark -Original Message- From: Donald Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 10:36 AM If you use JavaScript, the date will be based on the client's

RE: Pre Populating Fields - bit of a newbie question

2002-03-07 Thread Donald Miller
Subject: RE: Pre Populating Fields - bit of a newbie question

RE: Pre Populating Fields - bit of a newbie question

2002-03-06 Thread Steve Earl
st' Subject: RE: Pre Populating Fields - bit of a newbie question Anyone? Pre populating fields? John Mattos Sr. Developer and Architect iNDEMAND 345 Hudson St. 16th Floor New York, New York 10014 -Original Message- From: Mattos, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March

Re: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Jason B Menard
, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 2:28 PM Subject: RE: Pre Populating Fields - bit of a newbie question > This is an old, outdated argument; 99.99 percent of the web uses

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Galbreath, Mark
This is an old, outdated argument; 99.99 percent of the web uses JavaScript. Instantiating an object is very expensive, relatively speaking. But it's your app; do what you want. Mark -Original Message- From: Jay sissom [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:07 PM Yo

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Ross MacCharles
rs Mailing List' Subject: Pre Populating Fields - bit of a newbie question Hi I need to have a startDate and endDate field in my form, and I'd like to prepopulate the endDate field with today's date. There's a bean that has set/getEndDate() methods, and I get to the form from an Act

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Jay sissom
You can use JavaScript only if you guarantee that every user of your application has a browser that supports JavaScript and it is enabled. You're probably OK if you are intranet, but with internet applications, you never know if someone is running WebTV or something like that. In my mind, the

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Maturo, Larry
ge- From: Mattos, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 11:28 AM To: 'Struts Users Mailing List' Subject: RE: Pre Populating Fields - bit of a newbie question Anyone? Pre populating fields? John Mattos Sr. Developer and Architect iNDEMAND 345 Hudson St. 16th

Re: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread rajesh kalluri
TECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 12:56 PM Subject: RE: Pre Populating Fields - bit of a newbie question > Use JavaScript. What's the point of having the overhead of creating an > object

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Galbreath, Mark
Use JavaScript. What's the point of having the overhead of creating an object for something as simple as getting the current date? Mark -Original Message- From: Mattos, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:28 PM Anyone? Pre populating fields? I need to hav

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread keithBacon
York > 10014 > > > -Original Message- > From: Mattos, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 11:19 AM > To: 'Struts Users Mailing List' > Subject: Pre Populating Fields - bit of a newbie question > > > Hi > > I need

RE: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Mattos, John
bject: Pre Populating Fields - bit of a newbie question Hi I need to have a startDate and endDate field in my form, and I'd like to prepopulate the endDate field with today's date. There's a bean that has set/getEndDate() methods, and I get to the form from an Action.perform() cal

Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Mattos, John
Hi I need to have a startDate and endDate field in my form, and I'd like to prepopulate the endDate field with today's date. There's a bean that has set/getEndDate() methods, and I get to the form from an Action.perform() call What's the best way to prepopulate that field? -- To unsubscribe, e-