[ 
https://issues.apache.org/jira/browse/COCOON-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583088#action_12583088
 ] 

grek edited comment on COCOON-2187 at 3/28/08 9:38 AM:
-----------------------------------------------------------------------

Interesting problem. Reinhard, any chance to have a IT or sample block 
exhibiting this problem? This should greatly reduce my response time to this 
bug report. :-)

Actually, the test-case for cocoon-template-impl would be the best. We have 
planty of them already so it should be quite easy to provide one testing this 
problem.

      was (Author: grek):
    Interesting problem. Reinhard, any chance to have a IT or sample block 
exhibiting this problem? This should greatly reduce my response time to this 
bug report. :-)
  
> Sitemap parameters get lost in JX templates when used in jx:import
> ------------------------------------------------------------------
>
>                 Key: COCOON-2187
>                 URL: https://issues.apache.org/jira/browse/COCOON-2187
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Templating
>            Reporter: Reinhard Poetz
>
> This template doesn't work with trunk:
> <page xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
>   <p1>
>     <jx:import uri="servlet:/it/${cocoon.parameters.doc}"/>
>   </p1>
>   <p2>${cocoon.parameters.doc}</p2>
> </page>
> The second time when the 'doc' parameter is read, it is empty. That only 
> happens when the parameter is used within a jx:import expression.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to