« Return to Thread: JDOM and JSP

Re: JDOM and JSP

by Jabba Laci :: Rate this Message:

Reply to Author | View in Thread

> 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
_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/youraddr@...

 « Return to Thread: JDOM and JSP