Hi,

 

I have a question to Actions.

I’ve put an Action LogOnAction to the Sitemap. It works, but the problem is that he always performs the action. Wheter I append cocoon-action=logon or not.

 

Here’s my Sitemap entry.

 

�� <map:match pattern="creon/*.html">

��� <map:act type="logOn" action="logOn">

��� ������� <map:generate src="creon/{../1}.xsp.xml" type="serverpages"/>

��� ������� <map:transform src="creon/{../1}.xsl.xml"/>

��� ������� <map:serialize/>

��� </map:act>

������� <map:generate src="creon/{1}.xsp.xml" type="serverpages"/>

������� <map:transform src="creon/{1}.xsl.xml"/>

������ <map:serialize/>

�� </map:match>

 

What am I doing wrong? He’s alwayd oing the upper part.

 

bye

Reply via email to