I put a System.out of "request.getParameter("delete_image1")" in both
preInsert and preUpdate methods, but I get always null. I tried to modify
also other parameters in update, but always get null. I suppose that this
happens becouse the form is multipart and so request.getParameter doesn't
wor
On Mon, 09 Feb 2004 10:05:12 +0100, Viviana Tessari
<[EMAIL PROTECTED]> wrote:
Hi all.
How can I retrive a parameter from a jsp in an Interceptor if this
parameter is not specified in the dbforms-config.xml?
I tried this way:
in jsp:
_This way works for me:
request.getParameter("delete_imag
Hi all.
How can I retrive a parameter from a jsp in an Interceptor if this
parameter is not specified in the dbforms-config.xml?
I tried this way:
in jsp:
or
in Interceptor:
(String) fieldValues.get("delete_image1").getFieldValue();
or
request.getParameter("delete_image1")
but In Interceptor I