You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Meyer, Christian" <Ch...@godyo.com> on 2003/10/13 18:14:02 UTC

caching problem with an generated xsp

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org