thank you very much all of you guys..but I m so sorry..i tried all the suggestions all of you guys made. but none of them are working..can you again clearify with me where exactly i should put my Test.class. i tried putting them following places..\ 1) same folder where i have x
-----Original Message----- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 8:17 PM To: [EMAIL PROTECTED] Subject: Re: how to creat object of a class in xsp Hi Reuben: Reuben Christie dijo: > > <xsp:logic> > Test t=new Test(); > ...... > ...... > </xsp:logic> You need to include the "import" for the classes in your XSP page. Use: xsp:structure && xsp:include The error below is clear: > > Line 68, column 3: class Test not found in class More info about XSP in wiki: http://wiki.cocoondev.org/Wiki.jsp?page=XSP Best Regards, Antonio Gallardo --------------------------------------------------------------------- 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]
