How to instantiate a property within a Control
I'm creating a cusom Control for input and at runtime everything works as long as the property is already on the clipboard but fails and generates a stack trace if the property is not instantiated beforehand.
How do you instantiate a property via Java or JSP from the context of a Control?