All,
   I have a form that is doing a file upload and on the confirmation page after the 
upload I'm trying to get a request parameter using the <c:out> tag.  The tag doesn't 
seem to find the request param.  I know the parameter exists - I can see it in the 
debugger.  The tag looks like this: <c:out value="${param.action}"/> and I tried this 
as well <c:out value="${param['action']}"/>.  I believe the problem is because the 
form is setup to use "multipart/form-data".  Any ideas on this?  Thanks.

Reply via email to