Re: does JSP request.getParameterNames() work in Orion 1.4.5?

2001-05-10 Thread Garret Wilson
Actually, request.getParameterNames() works fine -- I just realized I was modifying one page and testing another. However, I was using request.getParameterNames() to try to find the source of my *real* problem. My JSP parameters really look like this: jsp:include page=menubar.jsp flush=true

Re: does JSP request.getParameterNames() work in Orion 1.4.5?

2001-05-10 Thread Attila Bodis
: does JSP request.getParameterNames() work in Orion 1.4.5? Actually, request.getParameterNames() works fine -- I just realized I was modifying one page and testing another. However, I was using request.getParameterNames() to try to find the source of my *real* problem. My JSP parameters really

RE: does JSP request.getParameterNames() work in Orion 1.4.5?

2001-05-10 Thread Robert Watkins
Title: RE: does JSP request.getParameterNames() work in Orion 1.4.5? Atilla Bodis wrote: From reading the JSP 1.1 spec (Sec. 2.13.6.1, p. 69): jsp:param name=name value=value/ This action has two mandatory attributes: name and value. Name indicates the name of the parameter; value