How to change all component values of parent panel on change of child panel in wicket -


in wicket have created dynamic panels (parent panel) using list view in have display slider have created panel(child panel) display slider. slider created each panel. on change of slider in child panel should calculation , change values in parent panel moved slider without refresh page. there way achieve in wicket without using javascript

the "wicket way" use wicket events broadcast.bubble. see example of wicket events @ http://www.wicket-library.com/wicket-examples-6.0.x/events/ , documentation @ http://ci.apache.org/projects/wicket/guide/6.x/guide/advanced.html#advanced_2.

send event parent. event payload may bring ajaxrequesttarget parent can repaint if needed.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -