You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by le...@gmail.com on 2014/06/08 19:40:39 UTC

modify Palette values in js.

Hi all,

I am using Tapestry 5.3.
I have a page with a pallette and a custom component.
I need to modify the palette available values when the custom component
values changes by a user action.

If i do this by javascript then when i submit the form, tapestry pallete
complains because it has different values in its model.

1) Is there a known solution to this case in order to avoid calling the
server everytime my custom component values change and updating the pallete
model and its zone?


Cheers and thanks in advance!