[jdom-interest] JDOM and JSP

Jabba Laci jabba.laci at gmail.com
Thu Jan 8 12:00:17 PST 2009


> If you're using JSP >= 2.0 (for example Tomcat >= 5.0), you can avoid that
> old <%= notation.
>
> Instead, you can write:
>
> <xf:submission action="URL?file=${request.file}"/>

Hi,

Thank you, I needed exactly this. However, instead of ${request.file},
we need to write ${param.file} (that's what I figured out).

Thanks again,

Laszlo


More information about the jdom-interest mailing list