Re: Newbie to struts - jdbc/dbtags

2001-06-05 Thread kuma.cra
Hi Ted , it did thanks. Ted Husted wrote: You can configure Postgresql in the struts-config.xml, and then use the same datasource with the Jakarta Taglibs JDBC. Works like a charm. Struts uses org.apache.struts.action.DATA_SOURCE as the datasource identifier (see Action.java).

Re: Newbie to struts - jdbc/dbtags

2001-06-04 Thread kuma.cra
Hi, im a newbie to struts basically applying the examples and reading the documentation (mvc). I am about to connect a psql datasource (Postgresql, luinx OS) database to a struts mvc utilizing a database URL . Thus is there a ActionForm example and what level if i have to create a ActionForm

Re: Newbie to struts - jdbc/dbtags

2001-06-04 Thread Ted Husted
You can configure Postgresql in the struts-config.xml, and then use the same datasource with the Jakarta Taglibs JDBC. Works like a charm. Struts uses org.apache.struts.action.DATA_SOURCE as the datasource identifier (see Action.java). kuma.cra wrote: Hi, im a newbie to struts basically