Could you try to define CATEGORY_ID as a field?
I've tried that way, but the result was the same. Currently I found only one "workaround" to use filter attribute in the dbform tag:
<% String filter = "CATEGORY_ID = " + request.getParameter("CATEGORY_ID"); %>
<% String filter = "CATEGORY_ID = " + request.getParameter("CATEGORY_ID"); %>
<db:dbform autoUpdate="false" followUp="/new/documents_list.jsp" maxRows="*" tableName="documents" filter='<%= filter%>'>
But that's not an elegant solution.
regards, Dziugas Baltrunas
------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ DbForms Mailing List
http://www.wap-force.net/dbforms