On 11/1/06, fea jabi <[EMAIL PROTECTED]> wrote:

may I know the reason why do we have to use Serializable in the below.

>package com.example.myapp;
>public final class AccountForm extends DynaValidatorActionForm
>implements Serializable {...}

You don't.  DynaValidatorActionForm is already Serializable.

http://struts.apache.org/1.2.9/api/org/apache/struts/validator/DynaValidatorActionForm.html

http://java.sun.com/docs/books/jls/second_edition/html/interfaces.doc.html

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to