sorry i couldnt complete my previous email i sent it even before i complet it. but i have tried all thing what you all guys have suggested. but none is workng' can you now pls clearify me where exactly i should put my test class. i have tried putting it at following folders 1) same folder where my xsp file is 2) folder where my xsp file is compiled into class file 3)WEB-INF classes folder 4)WEB_INF lib folder
anything else m i missing ? plz help\ thank you reuben -----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]
