I think you wrote to the wrong mail list - try the Torque user list.

WILL

----- Original Message ----- From: "Veerappan Sridhar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 19, 2005 4:22 AM
Subject: Is it possible to have constructor in Apache Torque


Hi ,
I had one doubt.How i can declare a variable in a constructor in
Apache Torque.

public class DTReportSQL extends SecureAction
{
//static int[] test=new int[100];
//static int[] test;
                DTReportSQL ()
               {
                      static int[] test=new int[100];
               }
}

so how to do it,pls provide ur inputs.

sridhar


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


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

Reply via email to