Hi,
I am having trouble passing more than one parameter via the URL:-
The username has been received by this jsp page and obtained via:-
This has definately recieved the value as I can see this with:-
Has anyone got any ideas please?
thanks
I am having trouble passing more than one parameter via the URL:-
Code:
<a href="[URL unfurl="true"]http://127.0.0.1:8080/feedback/dispatch?event=1?username="<%=[/URL] username %>"">Display feedback</a>
The username has been received by this jsp page and obtained via:-
Code:
String username=request.getParameter("username")
This has definately recieved the value as I can see this with:-
Code:
out.println(username);
Has anyone got any ideas please?
thanks