Hi all,
My code is as follows
<a href="/web/contacts/contactSearch.jsp">Search</a>
when i click this link, it will go to contactSearch.jsp. I want to send an action to the servlet when clicking this link, and display the data from the servlet on the contactSearch.jsp.
The data I mentioned is a dynamic data, which I am getting from backend through "collections".
Please help me on this....really stuck at this point