Re: Loop of checkboxes in form
Nathan Quirynen <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Organization | Pension Architects |
| Message-ID | <[email protected]> |
Thanks all for your answers. And yes JumpStart has been a reference for me lots of times, so thank you for that! In my search I've found that Tapestry actually has a component that does what I need: https://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Checklist.html I had never seen this component before. In the example in the documents it does @Persist the "selected" parameter value though, but I don't think there is any need for this, so I'm not sure why it is like that in the example. Nathan Op 23/01/2017 om 17:35 schreef Thiago H. de Paula Figueiredo: > On Mon, Jan 23, 2017 at 9:21 AM, JumpStart < > [email protected]> wrote: > >> Another way without @Persist: >> >> http://jumpstart.doublenegative.com.au/jumpstart7/examples/tables/ >> loopwithdeletecolumn1 > > Tapestry JumpStart providing us the correct way of doing stuff again. :) > The key here is to avoid @Persist is providing a ValueEncoder. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]