You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Chris Field <Ch...@oracle.com> on 2001/11/16 11:59:30 UTC

Helper class import in logicsheet?

I've written a logicsheet and want to move some of the processing into a

helper class.

My problem is that the generated java for the xsp using the logicsheet
does not include an import for the helper class and so it fails to
compile.

Can anyone tell me how to get helper classes imported?

Thanks,
-Chris

Re: Helper class import in logicsheet?

Posted by David Rosenstrauch <da...@dti.net>.
At 10:59 AM 11/16/01 +0000, you wrote:
>I've written a logicsheet and want to move some of the processing into a
>
>helper class.
>
>My problem is that the generated java for the xsp using the logicsheet
>does not include an import for the helper class and so it fails to
>compile.
>
>Can anyone tell me how to get helper classes imported?
>
>Thanks,
>-Chris


<xsp:structure>
         <xsp:include>java.util.StringTokenizer</xsp:include>
</xsp:structure>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>