Hi,all:
the sitemap looks like:
<map:act type="test">
<map:match pattern="apps/*/**">
<map:mount uri-prefix="apps/{1}" check-reload="true" src="apps/{1}/" />
</map:match>
</map:act>
the action will set an sitemap variable like action,so I can use it like
<map:parameter name="action" value="{action}"/>
It works if in the same sitemap,but if I mount sub sitemap ,can this sitemap
variable pass to sub sitemap so I can use {action} in sub sitemap?Roy Huang
