Hi there,

i have a caching problem with a generated xsp. That xsp is cached by cocoon,
but the serverpagesgenerator is generating the java source all times of
calling. The timestamp of the generate-layout match is constant.

<map:match pattern="generate-layout-*">
                <map:generate src="http://an-XML-URL"/>
                <map:transform src="stylesheets/xsl/fields.xsl"/>
                <map:serialize type="xml"/>
            </map:match>
            
            <map:match pattern="layout-*">
                <map:act type="request">
                    <map:parameter name="parameters" value="true"/>
                        *
                                *
                        some actions

                                *
                    <map:generate type="serverpages"
src="cocoon:/generate-layout-{../1}((UserID={UserID}))"/>
                    <map:serialize type="xml"/>
                </map:act>
            </map:match>

Any idea or solution.

Thanks cham

Christian A. Meyer
Software Development
GODYO AG
Pr�ssingstra�e 35
D-07745 Jena

Internet: www.godyo.com

-------------------------------------------------
Kaum macht man 's richtig, schon funktioniert 's!
-------------------------------------------------

This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.
Thank you. 

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

Reply via email to