This error usually means you have not imported the class into the xsp
using 

  <!-- java imports for any classes we depend on -->
  <xsp:structure>
    <xsp:include>java.util.Vector</xsp:include>
  </xsp:structure>

Or the imported class can't be found - make sure the jar is in your
WEB-INF/lib directory...

Hope this helps.

Rob


> -----Original Message-----
> From: Vlad Ali [mailto:[EMAIL PROTECTED] 
> Sent: 04 March 2004 18:46
> To: [EMAIL PROTECTED]
> Subject: cocoon dont define class in XSP
> 
> 
> Hi!
> there is some code in my XSP page :
> <xsp:logic>
> ...
> java.util.Properties connInfo = new Properties();
> ..
> </xsp:logic>
> and cocoon generate error: "Properties cannot be resolved or 
> is not a type"
> 
> explain me  pls, why?
> 
> thx
> 
> ---------------------------------------------------------------------
> 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