Description
After more time than I would like to publicly admin, I finally figured out why my palette was not working as expected. I was binding my component to a java.util.Set and while it would appear to work, the set that the palette was bound to never get updated.
I think this may be the fault of ognl, but wanted to share the pain that I experienced.