On 3/25/08, shai200 <[EMAIL PROTECTED]> wrote:
>  And my sitemap entry is:
>         <map:match pattern="xmlaction">
>                         <map:act type="xml-injection">
>                                  <map:generate>
>                                      <map:parameter name="param" 
> value="{paramAction}"/>
>                                 </map:generate>
>                         </map:act>
>                         <map:transform src="demo/welcome.xslt"/>
>                         <map:serialize type="xhtml"/>
>                 </map:match>

This code would be illegal if the Action does not return true because
the pipeline would have no Generator.  Move the code from the Action
into a custom Generator.

solprovider

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to