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]
