You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by an...@claire.co.jp on 2001/12/10 03:49:39 UTC

Constructor in a Action class not being called

Hi

I have a Action class with a constructor in it,

public final class BbsAction extends Action {

     public BbsAction()
     {
          System.out.println("BbsAction.BbsAction() I am testing 
constructor call");
     }

}

but this constructor is not being called.  How can I make it be
called?

Cheers

Tony






--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>