martin-g / wicket-bootstrap

Apache Wicket components for Twitter Bootstrap - Wicket-Bootstrap is based on Twitter's toolkit (bootstrap) and the Apache Wicket Framework.
https://wicketbootstrap.teliclab.info/
296 stars 162 forks source link

wicket 6.25 breaks ButtonGroup #652

Closed gsaviane closed 7 years ago

gsaviane commented 7 years ago

Wicket-bootstrap 0.9.20 and Wicket 6.25.0 together makes ButtonGroup component to throw an exception:

org.apache.wicket.WicketRuntimeException: The component(s) below failed to render...

Reverting back the project reference to Wicket 6.24 make it working. See attached quickstart

broken-buttonList.tar.gz

johnjcool commented 7 years ago

we also have this issue. from 0.9.19 to 0.9.20 the tag wicket:fragment is replaced with wicket:container. could this be a hint?

martin-g commented 7 years ago

Indeed the problem is related to https://issues.apache.org/jira/browse/WICKET-6219. I'll release 0.9.21!

martin-g commented 7 years ago

0.9.21 is released!

Happy New Year!