hi, try this, <%= request.getParameter("users.userId") %>
dirk wrote:
I have an action which contains the following:
String hulp=request.getParameter("users.userId");
return mapping.findForward(CONTINUE);
continue points to user.jsp. How can i use in the file user.jsp the value of hulp ?
eg: <%=hulp%> is not working.
Thx
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]