hi
this is the view part, i have displayed the client name as a hyperlink and when i click the link it goes to the controller where i have defined the edit page.(where i should b navigated to)
<a href="controller?EVENT_NAME=EDITCLIENT_LINK "><%=cname%></a>
the problem is, im unable to capture the data "cname" which i have set as a hyperlink ..............where when i click the option it should capture that data and go to the controller part
so wat should i write to capture the data , i mean the "cname"
|