I remember that i've made in php a link like this:
<a href = "url?text>...</a> like this i can access it on the next
page.
How can i do this in a servlet and how can i access from a servlet
the text
passed in parameter with the link.
so can i do something like this <a href="servlet/s
ervletname...">...</a>
or there is an other way to pass parameters from a link to a servlet.
<a href="servlet/servletname...">...</a>