Eg: https://gist.github.com/uklance/0d461f9618b3a131ca3b
On 28 May 2014 12:43, "Lance Java" wrote:
> Another solution is to override / decorate BeanModelSource. The easiest
> solution is call the default implementation then add the extra
> PropertyModel(s) to the BeanModel.
>
Just started to migrate my autocomplete-based controls to 5.4.
Several issues I've discovered immediately:
- list presentation it is no longer configurable, like it was in 5.3.x
version
- the mixin itself heavily modifies markup (in fact it breaks form styling
completely)
I guess the best option