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!