--- Balazs Michnay <[EMAIL PROTECTED]> wrote:
> Could you please provide a concrete example?
> I don't really understand what an "'edit' CRUD-type
> action" is.
Your "modify" button is basically a link to the form
that allows you to edit an instance of the bean. As a
URL it might look like:
/edit
Sure; use the id to retrieve the bean (just like you
would for a normal 'edit' CRUD-type action) and
pre-populate the form.
Could you please provide a concrete example?
I don't really understand what an "'edit' CRUD-type action" is.
> use the id to retrieve the bean
How do I retrieve it? Should I
--- Balazs Michnay <[EMAIL PROTECTED]> wrote:
> Is there a way to access all the data from the form
> page when someon pushes the "Modify" button without
> setting the bean scope to session?
Sure; use the id to retrieve the bean (just like you
would for a normal 'edit' CRUD-type action) and
pre-po
3 matches
Mail list logo