In my logicsheet i must use java.uitl.Calendar in import.
How i can include it in basic xsp, from which my logicsheet called?
 do i must write something like this in logicsheet:
<xsl:template match ="ratty:xxx">
<xsp:page ....>
<xsp:structure>
<xsp:include>java.util.Calendar</xsp:include>
</xsp:structure>
<page> ...</page>
</xsp:page>
</xsl:template>  ?
when i tried it i give me error - something like "; expected"!
in generated code i see import java.util.Calendar inside my xsp generated
class - as i unterstood its wrong
Please help me!!



---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to