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:
<input type="textfield" name="delete_image1" value="true"/>
or
<db:textField fieldName="delete_image1"/>

in Interceptor:
(String) fieldValues.get("delete_image1").getFieldValue();
or
request.getParameter("delete_image1")

but In Interceptor I get always null.
The form is a multipart:
<db:dbform tableName="items" maxRows="1" followUp="items_single.jsp" followUpOnError="items_single.jsp" autoUpdate="false" multipart="true">


and it's generated via DevGui.
Thanks in advance,
Viviana



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to