Ivan Garcia wrote:

> 
> Did you find the solution?
> 
> the xml you attached is not well nested:
> 
>    ?property name="paramName"/>
>    <value>action</action>
> 
> should be like:
> 
>    ?property name="paramName">
>    <value>action</action>
>                 ?/property
> 

Nor valid - a <value> tag should be closed with a </value> not a </action>!
-- 
derek

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

Reply via email to