RE: Populating a Form from the Model before view

2002-11-07 Thread Donald Dwoske
lots of required fields, 'firstName', 'ssn', etc... -don -Original Message----- From: Marcus Biel [mailto:Marcus.Biel@;bmw.de] Sent: Thursday, November 07, 2002 6:18 AM To: [EMAIL PROTECTED] Subject: Re: Populating a Form from the Model before view Your Action ... (){

Re: Populating a Form from the Model before view

2002-11-07 Thread Marcus Biel
Your Action ... (){ perform(...ActionForm form..) { ... .. . YourActionForm yourActionForm = (YourActionForm)form; ... .. . yourActionForm.setYourProperty(yourProp

Re: Populating a Form from the Model before view

2002-11-04 Thread Craig R. McClanahan
On Mon, 4 Nov 2002, Mark Ayad wrote: > Date: Mon, 4 Nov 2002 10:03:48 +0100 > From: Mark Ayad <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Populating a Form from the Model before view > > Hello, > > Could someone point out the p

Re: Populating a Form from the Model before view

2002-11-04 Thread Mark Ayad
... and for dynamic forms, what then ? Mark - Original Message - From: "Hohlen, John" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 5:59 PM Subject:

RE: Populating a Form from the Model before view

2002-11-04 Thread Hohlen, John
being executed. -Original Message- From: Mark Ayad [mailto:mark@;javamark.com] Sent: Monday, November 04, 2002 10:38 AM To: Struts Users Mailing List Subject: Re: Populating a Form from the Model before view John, I have solved this using an EditForm Action with it execute method

Re: Populating a Form from the Model before view

2002-11-04 Thread Mark Ayad
lt;[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 5:17 PM Subject: RE: Populating a Form from the Model before view > If I understood your question properly, you might want to look at my post > from several months ago. > > http://www.mail-archive.com/struts-user@;jakarta.apache.o

RE: Populating a Form from the Model before view

2002-11-04 Thread Hohlen, John
If I understood your question properly, you might want to look at my post from several months ago. http://www.mail-archive.com/struts-user@;jakarta.apache.org/msg43480.html -Original Message- From: Mark Ayad [mailto:mark@;javamark.com] Sent: Monday, November 04, 2002 3:04 AM To: [EMAIL P