On Mon, 25 Mar 2002, RAYMOND Romain wrote: > Specs indicate <c:out value="${request:myparameter}"/> to do an > equivalent to request.getParameter("myparameter") but it is not good > ... > > Have you the right syntax ?
The current specs don't say that. Are you reading documentation that's out of date? (If not, let me know what gives that incorrect syntax.) You can access a request parameter named 'myParameter' as: ${param.myParameter} Shawn -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>