Hi all, I have the following situation :

 

<map:pipeline>

<map:match pattern="login">

<map:generate src=""/>

<map:transform src="">

<map:parameter name="use-request-parameters" value="true"/>

  </map:transform>

<map:transform type="sql">

<map:parameter name="use-connection" value="newdb"/>

   </map:transform>

     <map:serialize type="xml"/>

    </map:match>

 

<map:match pattern="do-session">

<map:generate src=""/>

<map:transform type="session"/>

<map:serialize type="xml"/>

</map:match>

</map:pipeline>

 

The second match pattern builds a session context and loads its data from the first match pattern. How can I tell cocoon to automatically execute the second match pattern (i.e. without explicitly requesting it via the Internet explorer). is it possible to do this ?   

 

Many thanks,

Fadi

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to