[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

jsp/jstl  query string

Asked by mena123 in Java Server Pages (JSP)

Tags: jstl

I have a jsp which uses all the jstl tags.

I have this value set in the variable "TimeOutURL"
<c:set var="TimeOutURL" value="/abc/availability.do?isSearch=true&propertyCode="sss" scope="request" />                                                         

i pass the variable "TimeOutURL" as a query string when soem condition mets

<html:link href="/abc/continue.do?sesstimeoutURI=${TimeOutURL}">      

when clicked on that link, the struts calls the corresponding action and inside the struts method.  I retrive the timeOutURL.

     String TimeoutURI = request.getParameter("timeoutURI");
System.out.println("TimeoutURI " +TimeoutURI );
// it prints as

/abc/availability.do?isSearch=true

where as I am expecting the value of it as:
/abc/availability.do?isSearch=true &propertyCode="sss"

Any help is greatly appreciated
[+][-]11/03/09 05:12 PM, ID: 25735594Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/03/09 09:09 PM, ID: 25736564Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/04/09 11:22 AM, ID: 25742860Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/04/09 01:38 PM, ID: 25744225Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/04/09 05:16 PM, ID: 25745924Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625