--- 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:

/editBean.do?id=42

So make sure the page with the modify button has
either a form with the ID of the bean you created or
some other way to access the id and either submit the
form or create the link.

When you hit the editBean action use the ID to
retrieve the bean instance.

> How do I retrieve it? 

It's in a database, right? So you retrieve it in your
Action and copy the bean properties to the form (or
however you're implementing your forms).

d.



 
____________________________________________________________________________________
We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to