why not just use a respond.sendRedirect? that will behave as you like.
if(session.isNew()){
session.invalidate();
response.sendRedirect(response.encodeRedirectURL("/SS30/default.jsp")) ;
-Original Message-
From: Raghavendra i Rao [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July
I had a similar situation.
I brought both lists into the JSP as arrays.
I then created duplicate javascript arrays on the client. Thenwhen the
user clicks the select box containg the parent item I used dhtml to dispolay
a "bound" list in the child select box. Does this make sense?
-Origin
Does anyone know if there is a simple way to get all the values for a
multiple select box using the request object?
Curently if I use request.getParameter("paramName") I only get the first
parameter.
I'm sure I could figure out how to get this using a sring tokenizer on the
querystring but this is
;%%> tags and I can call on properties
within html using expression <%=myProp%> tags, then what do I gain by using
JSP specific tags?
Thanks again, List!
Jt.
-----Original Message-
From: Jon Thomas [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 10:03 AM
To: [EMAIL PROTECTED]
S
Ok. So in my JSP I call on a servlet that returns data to me via a
"Computer" object which has name and description properties, but I can't
seem to get to those properties once I'm back in my JSP. The jsp code is
this:
<%
if (request.getParameter("selComputers") != null) {