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>
Many thanks,
Fadi
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
