Hi,
I have the following problem when I try to pass <%=something%> on a
call
of a <jsp:include page="<%=something%>" /> function.
This work, but i need pass a request which parameters, like
this:
/babu/tienda/damelibros.jsp?genero=pesia&genero=narrativa
<%
String url = "/babu/tienda/verlibros.jsp?"+gustos;
getServletContext().getRequestDispatcher(url).include(request,
response);
%>
Any sugestion?
Thanks.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".