Hi,
I am trying to implement pre-controller in my project. I have written component having precontroller code as:
[html]
Content XML
com.interwoven.livesite.runtime.controller.impl.SampleTask
methodOne
com.interwoven.livesite.runtime.controller.impl.SampleTask
methodTwo
Some value goes here
Another value here
com.interwoven.livesite.runtime.controller.impl.SampleTask
methodOutput
com.interwoven.livesite.runtime.controller.impl.SampleTask
methodRedirect
Appearance
[/html]
and added this component in a page. My SampleTask.java file is attached with this forum.
I have put this java file at location
"/usr2/Interwoven/TeamSite/local/config/lib/content_center/livesite_customer_src/src"
and then run the toolkit.
Now when I am hitting the URL
"
http://servername/mysites/sitename/PreControllerPOC.page?&submit=true&ComponentID=1264614790248&iwPreActions=one;"
nothing is happened

.
Please suggest me how I can find if there is any error and also suggest me if there is any other way to implement pre controllers.
Thanks in advance.