Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by michaelcourcy: http://wiki.apache.org/tapestry/Tapestry5How_to_make_a_basic_crud ------------------------------------------------------------------------------ public class Save { - private MyBean myBean; + private MyBean myBean; - @Persist Long id; @Inject @@ -353, +352 @@ myBean = beanManager.getMyBean(id); } this.id = id; - } + } - public Long onPassivate(){ return id; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
