appending parameters t querystring on the fly

P

parkarumesh

i want to attach certain parameters to a querystring on the fly. plz go
thru following

<%
ArrayList innerList = (ArrayList)activityStructure.outerList.get(i);
Description node = (Description)innerList.get(0);
if(node.userType.equals("admin"))
{
adminName = node.userName;%>
<%out.println("user = "+node.userName);
}
%>

now in the if stmt i want to redirect the user to other page with the
name of the user, i.e. node.userName attached.

so i wanna do something like

<a href="/parser/index.jsp?name=node.userName </a>

How to do
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top