On 24.Apr.2002 -- 10:30 AM, manish wrote: > Hello, > I am facing some problem while using Parameter Selector. I got one example in >cocoon API, but when I am executing this example it give the following error. > If I remove the line <parameter name="parameter-selector-test" >value="myParameterValue"/> then it don't give the error, but I need to declare the >parameter for selector. > I am struck due to this error, please help me..... > > Regards, > Manish Jain > > > Code > *************************** > <map:pipeline> > <map:match pattern="test"> > <map:act type="test"> > <map:generate type="serverpages" src="stylesheets/bptest.xsp"/> > <parameter name="parameter-selector-test" value="myParameterValue"/>
Old syntax. Please add "map" namespace: <map:parameter name="parameter-selector-test" value="myParameterValue"/> Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>