<c:set var="TimeOutURL" value="/abc/availability.d
try this ...
Main Topics
Browse All TopicsI 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.d
i pass the variable "TimeOutURL" as a query string when soem condition mets
<html:link href="/abc/continue.do?ses
when clicked on that link, the struts calls the corresponding action and inside the struts method. I retrive the timeOutURL.
String TimeoutURI = request.getParameter("time
System.out.println("Timeou
// it prints as
/abc/availability.do?isSea
where as I am expecting the value of it as:
/abc/availability.do?isSea
Any help is greatly appreciated
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The properycode value is dynamic. its like
<c:set var="TimeOutURL" value="/abc/availability.d
<html:link href="/abc/continue.do?ses
the overall link is /abc/continue.do?sesstimou
but when i get the sesstimoutURI as request parameter in the java.
it only gives till
/abc/availability.do?isSea
its ignoring the &propertyCode="sss" part..
I tried both the approached mentioned .it didnt work.
Business Accounts
Answer for Membership
by: MuraliKanthPosted on 2009-11-03 at 17:12:56ID: 25735594
try this,
o?isSearch =true&prop ertyCode=' sss'" scope="request" />
<c:set var="TimeOutURL" value="/abc/availability.d