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


Reply via email to