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 process in Struts in which a Form is
> poulated form the model before being viewed.
>
> Most of the examples for Struts assume the Form is origianlly populated
> from the view. I looking for the **reverse solution**. The sort of
> workflow for editing data ?
>

The Struts example app includes a use case like this, because it lets you
either create new database info or edit existing database info.  In the
latter case, the pre-population is done with a separate Action than the
database update.

> Best Regards
>
> Mark
>

Craig



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to