Hi,
after your message I took a look to my own files: I had the same problem.
For me, it comes from an attribute copy in the auth taglib. I removed
<xsl:copy> tags around the <xsl:apply-templates select="@*"/> template, so
it now look like:
<xsl:template match="xsp:page">
<xsp:page>
<!-- opening copy tag removed -->
<xsl:apply-templates select="@*"/>
<!-- closing copy tag removed -->
<xsp:structure>
...
...
You may have the same kind of problem somewhere in a stylesheet processed
before XSP compilation.
Hope this helps
Olivier
> -----Message d'origine-----
> I use Sessions in my xsp page an included the
> create-session="true" in the
> xsp tag:
>
> <xsp:page language="java"
> xmlns:xsp="http://www.apache.org/1999/XSP/Core"
> xmlns:session="http://www.apache.org/1999/XSP/Session"
> create-session="true"
> >
>
> But I still need to put in something like this:
>
> <xsp:logic>
> session = request.getSession(true);
> </xsp:logic>
>
> is this ok? I thought the session is created by
> create-session="true". I
> have Cocoon 1.8.2 running with Tomcat 3.2.2
>
> Regards, Michael
---------------------------------------------------------------------
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]>