This is a discussion on Link to show another JSP with Detail from the selected entry - Websphere ; I am having a portlet where i am saving the list of records received via SOAP in a request scope request.setAttribute("SOAPLIST", soaplist); In the jsp I display the content of this list as followed Course Details Id Name Day Time ...
I am having a portlet where i am saving the list of records received via SOAP in a request scope
request.setAttribute("SOAPLIST", soaplist);
In the jsp I display the content of this list as followed
Course Details
Id Name Day Time Adress
Edit
My challenge is how to build a link that can show the rest information in a another detail page by Clicking on the 'Edit' in the last Column above.
Each entry do have a unique key.
Any idea what to do an how to b