Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RichDialog not Serializable?

Wendy TrompApr 11 2012 — edited Apr 16 2012
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2012
Added on Apr 11 2012
7 comments
115 views