This may be a jsp question more than a jetspeed question.
Suppose I create a link, like so:
Name: <a href="?name=<%=p.getFirstName() %>"><%=p.getFirstName() %>

where p is an instance of a class that retrieves data from a database.
How do I retrieve the value of "name" in my java code? Or else, what is the best way to pass parameters with links?

dagdag
Christine

--
dagdag is just a two-character rotation of byebye.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to