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
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
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
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
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
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
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