How to pass the parameter to event b/w <preprocessor></preprocessor> tag

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to pass the parameter to event b/w <preprocessor></preprocessor> tag

skpradeepkumar
Hi all,

    How to set the parameters for the event between  the
<preprocessor></preprocessor> tags in the controller.xml
file.


--
With regards,
S K Pradeep kumar
Reply | Threaded
Open this post in threaded view
|

Re: How to pass the parameter to event b/w <preprocessor></preprocessor> tag

Scott Gray
Hi Pradeep

I'm not sure if I know what you mean but the request parameters should be
available to the preprocessor events in the same same they are for any other
event.
String myParam = request.getParameter("myParam")

Regards
Scott

2008/6/22 Pradeep Kumar <[hidden email]>:

> Hi all,
>
>    How to set the parameters for the event between  the
> <preprocessor></preprocessor> tags in the controller.xml
> file.
>
>
> --
> With regards,
> S K Pradeep kumar
>