Hi,

Jones A wrote:

> I have a jar file \"test.jar\" which i have placed in the WEB-INF/ lib directory.
>
> The jar contains a class com/test/mail/send.class
>
> How can this class be used in xsp?
>
<xsp:page language="java" xmlns:xsp="http://apache.org/xsp";>
<xsp:structure>
  <xsp:include>com.test.mail.send</xsp:include>
</xsp:structure>
...

> Is it necessary to include the name of the jar file in the xsp ?
>
no if you meant cocoon/WEB-INF/lib.

>
>
>
>
> [Image]
>
>


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

Reply via email to