[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

FormParameter


I call a JSP page from a form via
	<form action="pagename.jsp">

and it turns out that the form's input fields are not available as
parameters inside the JSP page.

I think that they should be available via
<%=request.getParameter("inputname")%>
but its result is empty. and they should also be shown when I set
	<form action="/snoop.jsp">
but in fact they don't - at least in my configuration (I'm using Nexus 0.93
with GnuJSP 0.98). When I call the same page on a different server (IIS4
under NT, with ServletExec2) it works as expected.

Does that work on GnuJSP 0.98 with other servers/servlet engines?
Thanks / Werner