Re: [dbforms] Re: [Jdbforms-developers] Problem with dbforms 1.1.2

2003-03-17 Thread Matthew Stein
I used to get that "can't find CONFIG object in application context" error, too. You need to specify, inside the dbforms servet config parameter in web.xml dbformsConfigparam-name> /WEB-INF/dbforms-config.xmlparam-value> init-param> Hope that

[dbforms] Re: [Jdbforms-developers] Required JARS for your own dbformsapp

2003-03-12 Thread Matthew Stein
Sorry, Richard Bondi and I left out Xalan and Xerces because the version of the JDK we used (1.4.x) included an acceptable XML parser and XSL transformation engine. As I recall, Protomatter, JDBC, commons-dbcp, commons-pool, and servlet (JARs, the whole of them) are required for compiling DBfor

Re: [dbforms] filter using fields of the same table

2003-03-03 Thread Matthew Stein
I ran into that problem once, and it was caused by the presence of spaces in the filter attribute. I'd try to re-run that code without the spaces (e.g. filter="categoryId<>pcategoryId"). Hope this helps. -- Matt At 12:58 PM 3/2/2003 -0600, Lazaro Fung wrote: Hi   Any one knows how to setup a filte

Re: [dbforms] Checkbox error

2003-02-13 Thread Matthew Stein
The checkbox tag uses embedded date to display a list of options, I think. Are you using the checkbox with no body content? If so, try using it with the tableData or queryData tag the checkbox tag's content. (Something along the lines of This will trick dbforms into displaying your data as

[dbforms] RE: [dbforms] Maximum number of processes exceeded. & cannot find Config object in application context.

2003-01-21 Thread Matthew Stein
Roy- I received the same error in the course of using dbforms 1.1.2 and 1.1.3 pr 1. If you add the init-param dbformsConfig with the value of dbforms-config.xml to the dbforms servlet section of web.xml, dbforms should start working. Hope this helps, Matt -- Original Message -- >OK. Here is the

[dbforms] Re: [dbforms] foreign key problem

2003-01-17 Thread Matthew Stein
Luca, thanks for your suggestion. Your first suggestion worked great, but when it came to changing the visible fields for a non-editable label view (e.g. list.jsp) we were stuck seeing only the id column. Do you know how to get dbforms to recognize defaultVisibleFields and visibleFields in foreign

[dbforms] CONFIG object in application context

2003-01-14 Thread Matthew Stein
I'm trying to build a set of dbforms files to manage some databases, and I've generated a set of dbforms JSPs for one table via the DevGui interface, but when I try to run them into Tomcat I get the following error: java.lang.IllegalArgumentException: Troubles with DbForms config xml file: can not