Hi,
I would like to transmit parameters on several levels like this...
By this way, I want to transmit the name of another jsp page but with a parameter. I have:
String aString = request.getParameter("name"
I would like aString to be equals to tutu.jsp?dodo=fifi.jsp ...
How can I transmit special character like ?, =, &
Thank you
I would like to transmit parameters on several levels like this...
By this way, I want to transmit the name of another jsp page but with a parameter. I have:
String aString = request.getParameter("name"
I would like aString to be equals to tutu.jsp?dodo=fifi.jsp ...
How can I transmit special character like ?, =, &
Thank you