Re: How to let custom component participate in form submission
abangkis <[email protected]> Tue, 6 Nov 2018 19:12:21 +0700
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAGqeSzWhjuM_q5xHH4T5t02PnNH-77OqnxhOTkUaUcB1y_1YPA@mail.gmail.com> |
Hi chris, thanks for the reply. On Sun, Nov 4, 2018 at 8:19 PM Chris Poulsen <[email protected]> wrote: > > With a few exceptions, I would generally say that using @Persist in > components is a smell, instead pass the information as a parameter - Pages > are ultimately the things driving the components, they should worry about > how to configure the components (if that means that a value should be > persisted, it should happen in the page). > > Yes, we currently uses this approach. Thanks a lot.