I think you can use the setters after you initialize your class i.e.instead of
MyType mt = new MyType(...parameters.......);
to do :
MyType mt = new MyType();
mt.setParam1()....
e.t.c. I am not exactly sure if this is what you are after though.... Why do you want to do this ?

Leon

red phoenix wrote:
If I use no-argument constructor,how can i do to initialize some
information?
Thanks


On 8/16/07, Rec Floyd <[EMAIL PROTECTED]> wrote:
Hey,red.In my opinion, to use struts, you have to supply a no-argument
constructor.That is the point.

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



Reply via email to