You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Eugen <eu...@gmail.com> on 2013/10/07 08:46:45 UTC

Re: many checklist's with one selected list

Hi Thiago,
thanks for Your help!!!
the checklists works fine now, each checklist has its own list of
enums and in processSubmission() of the parent component all list are
merged and copied back  to desired list.


Best regards
Eugen

2013/9/28 Thiago H de Paula Figueiredo <th...@gmail.com>:
> On Fri, 27 Sep 2013 18:39:46 -0300, Eugen <eu...@gmail.com> wrote:
>
>> The mean of the grouping is only for display: each group becomes a
>> caption and is placed in a separate column, but the selected list to
>> persist should be unique
>> All would be nice if the checklist would append to the list and not empty
>> it...
>
>
> Then you're asking for a component (Checklist) to do what it was never
> supposed to do.
>
>
>> One option would be to to have separate lists for each group and to
>> merge they all in one list by form submition, but I would like to make
>> a component from the checklists and inject it in a form, in this case
>> the componet should be parametrized with more lists parameters that is
>> redundant...
>
>
> It wouldn't be redundant. You need one parameter for the list to be set and
> another for the options. Inside your component, you'll have three different
> lists edited by different Checklist component instances.
>
>
>> what would be an alternative to do that?
>
>
> I don't think so. You have a very specific requirement.
>
>
> --
> Thiago H. de Paula Figueiredo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org