JSP HyperLinks

Hey im new to j2ee and i want to know if that i can call a servlet through a hyperlink i tried but i couldnt do that. i had to use buttons and i badly need to use hyperlinks to call the servlets pls pls help me. Thanks in advance
[285 byte] By [amila325a] at [2007-11-27 4:02:50]
# 1
<a href="ServletUrlPattern?request1=req1&request2=req2...">Static Text</a>
RahulSharnaa at 2007-7-12 9:07:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hey dudes thanx so much if this works again thanx (jk) ok man thanx for your help thank you so much
amila325a at 2007-7-12 9:07:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

> <a

> href="ServletUrlPattern?request1=req1&request2=req2...

> ">Static Text</a>

Hey man as i totally new to j2ee can you give me a small code that work with this.

thing the reason is i know url pattern and dnt know about wht is after next :(

sory to trouble you :)

amila325a at 2007-7-12 9:07:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Start off at chapter 3: http://java.sun.com/javaee/5/docs/tutorial/doc :)
BalusCa at 2007-7-12 9:07:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5
thanx man. now i hope to call through jsp to jsp with hyperlink and by sending some data without servelets. will i be able to do that. because i have done a project without servlets and if i change it to servlets it will be a disaster. so if you can plz plz help me
amila325a at 2007-7-12 9:07:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 6
Hey guys thanx for your help i was able to do that. i sent data from jsp to jsp without problem and also i sent a data to a servlet from a hyperlink :D
amila325a at 2007-7-12 9:07:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...