core
core copied to clipboard
WicketStuff Select2 control does not seem to work inside TabbedPanel element.
Hi, WicketStuff Select2 control does not seem to work on the first tab of a TabbedPanel with non-default markup.
Here is a mini demo application that shows the issue and can be used for debugging and fixing. https://github.com/antonellyb/select2Bug
Hi @antonellyb ! Thanks for reporting the issue!
Could you please provide a mini demo application that could be used for debugging and fixing the issue ?
Hi @antonellyb ! Thanks for reporting the issue!
Could you please provide a mini demo application that could be used for debugging and fixing the issue ?
I'm working on this
Hi @martin-g The demo application is finally ready. https://github.com/antonellyb/select2Bug
Hi @martin-g I have made demo-application even simpler. No forms, just a TabbedPanel. I also added pom.xml that was missing in the repository by mistake.
Hello @antonellyb,
so far I see multiple issues with this demo project:
- (minor) wicket and wicketstuff are outdated
-
DictionaryBase
is NOTSerializable
-
ComponentNotFoundException: Component 'tabs:panel:choiceNotWorking' has been removed from page.
in the logs
I would say you are doing something unexpected ...