how to send & characters in the URLs in JSP code.
like

vendor.jsp?name=Intel&Mentor&Samsung

now in the JSP when I call

String name = request.getParameter("name");

// The name must be Intel&Mentor&Samsung
// instead of Intel only.

Best Regards.
Shakeel Ahmad.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to