Hi,

Is it safe to create an instance of a action class in
another action class and use.

For example ..

public NewAction extends Action
{
   public ActionForward execute (....)
   {

         OtherAction oact = new OtherAction();
         oact.execute(....);
   }

}




Thanking you,
Chamal.


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

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

Reply via email to