wolverine my wrote:
Hi!How to decide if an Action class should be serializable or not? Thank you!
Action classes are instantiated per-request so, unless you're doing anything special with the action instance in your own code, they don't need to be serializable.
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]