943,027 Members | Top Members by Rank

Ad:
  • JSP Discussion Thread
  • Unsolved
  • Views: 6749
  • JSP RSS
Oct 7th, 2006
0

How to send an action to servlet through hyperlink and display the data on to jsp.

Expand Post »
Hi all,
My code is as follows

JSP Syntax (Toggle Plain Text)
  1. <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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
seluru is offline Offline
2 posts
since Oct 2006
Oct 8th, 2006
0

Re: How to send an action to servlet through hyperlink and display the data on to jsp.

instead of the URI for the result JSP, place the URI for the servlet (as mapped in the web.xml deployment descriptor) in the link tag.
Then in the servlet place the result of its operation in the request or session (if it should be persistent between requests) and forward the request to the result jsp with request.getRequestDispatcher().forward() (or something like that).
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Oct 8th, 2006
0

Re: How to send an action to servlet through hyperlink and display the data on to jsp.

Could you please be more specific...
Reputation Points: 10
Solved Threads: 0
Newbie Poster
seluru is offline Offline
2 posts
since Oct 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JSP Forum Timeline: error
Next Thread in JSP Forum Timeline: having problem for display the piechart in JSP





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC