On Wed, Jul 1, 2009 at 9:29 AM, Daniel, de la Cuesta
Navarrete<cue...@gmail.com> wrote:
> Is there any way to delete a value in a multi-valued property vía Sling POST
> Servlet?
>
> Something like
>
> <input type="hidden" name="myprope...@delete" value="the-value-to--delete"
> />
>
> I know the value attribute is ignored in this case, but is there any way to
> do this?

AFAIK you have to "recreate" the whole multivalue property, ie. post
the full property again as an array of values but with the value
missing that you want to delete.

Regards,
Alex

-- 
Alexander Klimetschek
alexander.klimetsc...@day.com

Reply via email to