Through Hyperlink do some action ?

HI,

What i want to do is through a Hyperlink go to next page and on that page i want to get values from database .

Example:

suppose we have a page like this

FormidDepartmentNameViewDetails

and after clicking that Hyperlink it shows the values from the database

how can i do that

thanks

[350 byte] By [khan_vu2007a] at [2007-11-27 9:11:14]
# 1
In ViewDetails link, call do action which will bring values from the database. <a href="/path/details.do">ViewDetails</a>have an actionmapping in your struts-config.xml for details.do, which will have forwarding page.
skp71a at 2007-7-12 21:56:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...