I'm using a servlet to collect information from a database and build a
Jsp-output file with the ResultSet. (I actually read the ResultSet into
a String[][] ResultArray which I then set as a sessionAttribute to be
able to close the Connection)
Can I navigate within this Jsp-page using anchor tags with 'href' and
'name' being Strings from my ResultSet maintaining my ResultSet ?
I can jump to <a name="home"> with a
<a href= "/jsp/Jobs_Read.jsp#home">GOHOME</a>
but then I have no ResultSet any more
If I go through the Servlet again with
<a href= "<%= response.encodeURL("Jobs_Read")
%>?anchor=home">GOHOME</a><br><b
and then
dispatch("jsp/Jobs_Display.jsp#"+req.getParameter("anchor"),req,res);
it won't find my Jobs_Display.jsp (because of the #home).
Any Ideas ?
Thank you
wk
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html