RichDialog not Serializable?
I am passing a RichDialog to a template and the log files warn me that RichDialog is not Serializable. It does implement StateHolder, isn't that enough? Can I ignore the warning or should I change my code?
The reason I am passing a RichDialog to the template is because I want to control which DialogListener is added to it, and I can't pass a method name as a parameter. So I figured I'd just pass the entire RichDialog instead and set it as a binding of the af:dialog in the template.
Is this the way to do it?