I don't think that the property binder works by gathering up all the
list parameters into a single list and then calling the setter once.
It works by calling the list getter and then setting each one
individually.


On Thu, Jun 25, 2009 at 2:25 AM, <[email protected]> wrote:
>
> Hi,
>
> But as far as I can tell, there is no way to see which entries (if any) were
> deleted from the list?
>
> Since the setter method actually takes a list I would think it was cleared
> before putting the new values (from the request) in it?
>
> -dennis
>
> Mike McNally <[email protected]> skrev den 24-06-2009 15:31:32:
>>
>> In this exact situation, I ended up "packing" my list in my data-layer
>> code. Our (home-grown) JPA layer provides for a "beforeSave" hook in
>> the DAO, so in there I make sure the list is contiguous.
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>



-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to