Urgent ! HyperLink in JSP

Dear fellows,

What i want to do is

for example :

I have following JSP page which look like

FormIDDepartmentID ViewDetails

***********************************************

cs101dcsviewdetails (this is hyperlink)

and FormID and DepartmentID are fatched from database

what i want to is when is click that (viewdetails) hyperlink go to next page where data will be fatched from database according to formID.

Thanks.

if any don't understand. just mail me at khan_vu2007@yahoo.com

[559 byte] By [khan_vu2007a] at [2007-11-27 9:59:35]
# 1

It looks like you have posted this last week too.

In ViewDetails link, call do action which will bring values from the database.

<a href="/path/details.do">View Details</a>

have an actionmapping in your struts-config.xml for details.do, which will have forwarding page.

skp71a at 2007-7-13 0:30:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...