Re: Is it now possible to dynamically define component trees on wicket?

2020-02-12 Thread Chris Colman
We've been doing "Java side" dynamic for some time. Key Java components override a createComponent(String tagId) method that will create a Java component on demand. The "demand" is dictated by the markup. So we can dynamically reconfigure markup to dictate the assembly of Wicket components

Re: Is it now possible to dynamically define component trees on wicket?

2020-02-12 Thread Andrei Kondratev
Hi Victor! Which sort of dynamism you expect? Repeaters such as RepeaterView and ListView are sort of dynamic. Also with JavaScript you could do with DOM whatever you want, this could even keep the ability to interact with wicket-ajax as long as components retain their ID's and you do not remove