help in controller servlet...

i hav a controller servlet..i want to redirect all links in my site to this servlet, i am able to use controller in pagers having html <form>'s...my problem is how do i call the servlet when someone clicks html link plz help..
[254 byte] By [saravanan.chennaia] at [2007-10-2 17:20:48]
# 1
if u need to redirect all the links in your servlet ucollect this link in collection object (util.pack) then u make display the same link at here--raj-chennai
RAJAVAa at 2007-7-13 18:36:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
The url for a form post or a link remains the same. If your controller is named "Controller" then you link to it like:<a href="Controller?param1=value&param2=value">link title</a>
gimbal2a at 2007-7-13 18:36:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...