Hi Gabriela, Gabriela Chiribau <[EMAIL PROTECTED]> writes: >Scenario: a list of records with a link; when we click >on a link we want to edit the record; > >1. how can I populate the edit form with the values >from the list ? the link must have a parameter with the "id" of the record, so a controller method can load the data from the data source. > >2. how can i return and redisplay the list ? another action state after the edition calls a controller method to do that. In my case I'm caching in the session the original search parameters used to fill the first time (before the user selection) and applying again.
> >Thank you, >Gabriela > You're welcome. --------------------------------------------------------------------------- Walter Itamar Mour�o - Diretor de Tecnologia e Projetos - Arcadian S/A www.arcadian.com.br ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
