[dbforms] Please respond if you are still using Dbforms

2007-02-19 Thread Henner Kollmann
Hello, yes i am still using Dbforms. Our main project with it is ready and delivered to the customer. Dbforms works for me without any problems. I still do not need new features. So the only thing i do in the moment is bug fixing. I tried to find some more distributors for dbforms - but without

Re: [dbforms] DbForms and Resin. Null pointer exception.

2006-10-18 Thread Henner Kollmann
> I had no intention of requesting that DbForms be changed to > accomodate this, I posted to the mailing list for the benefit > of those who try to use Resin with DbForms. It's one of those > Gotchas. > > Could this be documented in the manual as a known problem > with DbForms and Resin? Yes

Re: [dbforms] DbForms and Resin. Null pointer exception.

2006-10-17 Thread Henner Kollmann
This is definitivly a bug in resin. Tomcat resuses the tags but but the initialize for each new loop. This is described in the jsp definitions as tag reusing. This tag reusing is the reason why we introduce the doFinally once. So i will not change this in dbforms. Best regards, Henner > -Or

Re: [dbforms] Using databse schemas inside dbforms_config + clustering

2006-10-05 Thread Henner Kollmann
> > Dear All, > I'm using PosgreSQL as DB Backend. > I want to use schemas to partition tables in different > logical partitions of my database. > So I need to enter into dbforms-config.xml tables such as > "schemaName.tableName " and then in the JSP code I need to > use the currentRow/searchFi

Re: [dbforms] Update with datefield / textfield problem

2006-08-08 Thread Henner Kollmann
Update of the parent form or update of the child form? For the child form you need an seperated update button or you must use the autoUpdate attribute of the form tag! Best regards, Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of O Karen

Re: [dbforms] Clustering dbforms applications

2006-07-07 Thread Henner Kollmann
Great up to know. > till now I defined as "implements Serializable" the > following classes: > * DataSourceSessionList > * DataSourceFactory > * DataSourceJDBC > but on this one I have three members that are transient > (connection, resultset and statement) Resultset: Is needed between cal

Re: [dbforms] DbForms: setAttribute non-serializable on JBoss 404 andTomcat 5.5.19

2006-07-04 Thread Henner Kollmann
Mailing list is working, i got your mail twice. Hey, we are all busy at the moment - maybe that's the reason you do'nt get a response. Adding searializing will be a big change with a high risk - i do not know what will happen. You can try it and report the results... Best regards, Henner > --

RE: [dbforms] How to start with dbforms?

2006-05-17 Thread Henner Kollmann
What's about testing the examples? They have all needed jars in their lib dir! Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nenad Bosanac > Sent: Wednesday, May 17, 2006 7:11 AM > To: jdbforms-interest@lists.sourceforge.net > Subject:

RE: [dbforms] inconsistent issue with select and table tags

2006-04-17 Thread Henner Kollmann
Any chance to debug with resin? Henner > > I installed the latest 2.6 snapshot and got the same issue. I > am using resin 3.18 and the latest jdk as well. Another using resin? > --- This SF.Net email is sponsored by xPML, a groundbreaking

RE: [dbforms] inconsistent issue with select and table tags

2006-04-06 Thread Henner Kollmann
Could you try if you have the same problem with the current 2.6 build? You can get it here: http://jdbforms.sourceforge.net/ Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jack Huynh > Sent: Thursday, April 06, 2006 1:05 AM > To: jdbfo

RE: [dbforms] Urgent, DISKBLOB

2006-04-04 Thread Henner Kollmann
That's not possible in the current version! But you can easily do the changes by yourself! > -Original Message- > From: Akasmika Dash [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 04, 2006 2:59 PM > To: Henner Kollmann > Cc: jdbforms-interest@lists.sourcefor

RE: [dbforms] Urgent, DISKBLOB

2006-04-04 Thread Henner Kollmann
Please feel free to change it! Should be quite simple within the table list! regards Henner > > Hi, > > Can the directory path in dbforms.config.xml be configured. > Because currently that is static one. If any case the path is > changed, that needs to be changed in config file and then > re

RE: [dbforms] Bug in HasRecords, HasNoRecords tags

2006-03-16 Thread Henner Kollmann
Thanks for your help! This has partially patched before, just the (getParentForm() != null) was missing. Are you using the current weekly build? Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, March 16

RE: [dbforms] Blob display in JasperReport

2006-03-16 Thread Henner Kollmann
Blob field in the database? Or only filename in the database and data on the disk? Which blob handling strategy you use? In classic mode the data is stored as fileholder object. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED]

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-16 Thread Henner Kollmann
> > > > > Any way I got the solution in getting the file name. I changed in > > postInsert(). > Could you debug why the full pathname is inserted? I thought > this should'nt happen... We try to elimate the pathname > inside the framework. > Wich server - client combination do you use? > I only

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-14 Thread Henner Kollmann
Hello, > > Any way I got the solution in getting the file name. I > changed in postInsert(). Could you debug why the full pathname is inserted? I thought this should'nt happen... We try to elimate the pathname inside the framework. Wich server - client combination do you use? I only develop and

RE: [dbforms] Problem in putting file name in database using diskblob

2006-03-12 Thread Henner Kollmann
That should'nt. Which version do you use? Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, March 13, 2006 6:57 AM > To: jdbforms-interest@lists.sourceforge.net > Subject: [dbforms] Problem in putting file

RE: [dbforms] can i use associatedRadio to copy the row i selected?

2006-02-05 Thread Henner Kollmann
Try it! > Can I use associatedRadio to copy the row I selected when I list rows? > > I think it should be allowed associatedRadio with copy button. If you think so feel free to implement it! This is an OpenSource framework where everybody is invited to help! Henner

RE: AW: [dbforms] Classic navigation reads too many rows

2006-01-24 Thread Henner Kollmann
This is used in classic navigation! Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of pvseznam > Sent: Tuesday, January 24, 2006 1:27 PM > To: jdbforms-interest@lists.sourceforge.net > Subject: Re: AW: [dbforms] Classic navigation reads to

AW: [dbforms] Using multiple dbforms in single page

2006-01-17 Thread Henner Kollmann
> > > At the moment I can put multiple separate dbforms on a single > page (master forms, not sub forms). Problems arise when I use > filter or sort tags, as they use java script to post the form > named "dbform", and every form has the same name. Effect is > that that the first defined form

RE: [dbforms] long char problems at db2....

2006-01-05 Thread Henner Kollmann
Hi Ivan, Nice to hear from you! Could you send me the whole files which you did you change? That's a little bit easier for me then applying a diff.. Thanks Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ivan F. Martinez > Sent: Thursd

AW: [dbforms] QueryDef where clause and Child Form

2005-12-23 Thread Henner Kollmann
Thank you very much for your path! I will put it into the CVS at the weekend! Regards, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von [EMAIL PROTECTED] > Gesendet: Mittwoch, 21. Dezember 2005 04:03 > An: jdbforms-interest@lists.

RE: [dbforms] how to show the accuate time in the DateField?

2005-12-22 Thread Henner Kollmann
Are you shure that the field has the right type in oracle? Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of kangi > Sent: Thursday, December 22, 2005 3:48 AM > To: jdbforms-interest@lists.sourceforge.net > Subject: [dbforms] how to show th

[dbforms] RE: Dynamic DbButtons!

2005-12-12 Thread Henner Kollmann
Great idea! Is it possible for you to work with the current weekly build or fresh cvs sources? That would make live for me much easier Thanks, Henner --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for pr

RE: [dbforms] DiskBlob reading files error

2005-12-10 Thread Henner Kollmann
Hmm, for me diskblobs work quite well in the current version which is 2.6-SNAPSHOT. What's about the log before the lines you posted? Could you try to debug while the filename is [EMAIL PROTECTED] Looks like an internal toString() call from an non string object Regards, Henner > -Origina

[dbforms] RE: searchFilterRequired

2005-12-08 Thread Henner Kollmann
One more aspect: Your solution will not work if the developer uses the filter attribute or some of the other filtering methods! --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Downlo

[dbforms] RE: searchFilterRequired

2005-12-08 Thread Henner Kollmann
Yes, the resultsetvector is rendered in any case. But you can specify a filter in the exceptor which never will return a row, e.g. where 1=0! Then you do not break the rendering and will not get a row too Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAI

RE: [dbforms] Fix for supporting Boolean type columns

2005-12-08 Thread Henner Kollmann
I use firebird which do not support boolean either.. So i just missed it! Thanks for the hint! Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, December 08, 2005 5:48 PM > To: jdbforms-interest@lists.so

[dbforms] RE: Bug fix in db:select tag

2005-12-05 Thread Henner Kollmann
Thanks, It's in the CVS now! Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 7:05 PM > To: jdbforms-interest@lists.sourceforge.net; [EMAIL PROTECTED] > Subject: Bug fix in db:select tag > > When specifying a [selec

[dbforms] New version

2005-12-03 Thread Henner Kollmann
Hello, I just added a new interesting feature to dbforms: An form based interceptor during the forms generating. It's called just before the tabel beforeSelect interceptor and can be used to preset form filter values by code. Example is in the howto section of the bookstore example, see howto/how

RE: [dbforms] It's possible to get key by generator?

2005-12-03 Thread Henner Kollmann
> > I went through the src code and I think in this case we can't > use interceptor. Interceptor does accept the parameters, but > used them to do "operation permission" check. Please see > Table.processInterceptors(). The return is int. The value is > related to something like "GRANT_OPERATIO

AW: [dbforms] Classic navigation reads too many rows

2005-12-02 Thread Henner Kollmann
Classsic navigation uses an algorithm which nobody understands any more. Inclusive the developer.. It's not generation TOP statements, because they are database specific. Instead of this it tries some key manipulation in the query. Most of the newer features do not work with classic navigation. It

RE: [dbforms] It's possible to get key by generator?

2005-12-02 Thread Henner Kollmann
Thanks for your work! But i am blind. :-) The interceptor has a param collection - just put your parameter there and retrieve it from there. That's much simplier Like we Germans say: "Sometime you can't see the forest because of the mass of trees" Regards Henner

RE: [dbforms] It's possible to get key by generator?

2005-12-01 Thread Henner Kollmann
Maybe you could implement this and send me the patch? > -Original Message- > From: Pang, Lihui [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 01, 2005 6:52 PM > To: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Subject: RE: [dbforms] It's

RE: [dbforms] It's possible to get key by generator?

2005-12-01 Thread Henner Kollmann
d to DBForm as a > optional attribte in Field. Thus I don't need to add this > patch in each DBForm release. > > Thanks, > Lihui > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Behalf Of Pang, Lihui

AW: [dbforms] It's possible to get key by generator?

2005-12-01 Thread Henner Kollmann
L PROTECTED] > Gesendet: Dienstag, 29. November 2005 21:48 > An: Henner Kollmann > Betreff: RE: [dbforms] It's possible to get key by generator? > > Thanks for quick reply. > > Actually this query works well in my Oracle database. I've > added this in the preInsert handle

RE: [dbforms] It's possible to get key by generator?

2005-11-29 Thread Henner Kollmann
That will only work for specific databases - not in general. Or do you now a method which will work with standard sql? Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pang, Lihui > Sent: Tuesday, November 29, 2005 8:41 PM > To: jdbforms-i

RE: [dbforms] Query Timeout

2005-11-22 Thread Henner Kollmann
Where do you change the source? Right place is in the DataSourceJDBC.open method for a test. If this helps we should think about a more general way. What's happen if the timeout is over? Do we get an exception? Regards, Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

RE: [dbforms] RE: JSP mode - update or Insert?

2005-11-11 Thread Henner Kollmann
Maybe this helps? http://jdbforms.sourceforge.net/UsersGuide/html/ch29.html Henner --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" pl

[dbforms] RE: JSP mode - update or Insert?

2005-11-10 Thread Henner Kollmann
Looking if you footer is reached. Inserts happens only then. Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 10, 2005 10:36 PM > To: [EMAIL PROTECTED] > Cc: jdbforms-interest@lists.sourceforge.net > Subject: JSP mode - update

RE: [dbforms] dateField calendar doesn't work on Mozilla

2005-11-08 Thread Henner Kollmann
> > Hi all! > > Try to use dateField calendar as a date picker, but when > calendar frameset window is open with Mozilla (v 1.7.3), any > actions on top frame (in order to change the current date) > result in a JavaScript error: > > "uncaught exception: Permission denied to get property >

RE: [dbforms] navCopyButton not copy image

2005-11-05 Thread Henner Kollmann
Hi, sorry for the late answer. > Hi, > this is my problem: > - I have a table field defined as diskblob in the > dbform-config.xml fieldType="diskblob" size="120" directory="/dir_images" > encoding="false" frontendName="The image" > notShowInList="true" isImage="true"/> (the upload is made by

RE: [dbforms] Problem while uploading files using DISKBLOB

2005-11-02 Thread Henner Kollmann
Could you create files in the directory? Could it be a problem with security? Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 03, 2005 5:25 AM > To: Henner Kollmann > Cc: jdbforms-interest@lists.sourcef

RE: [dbforms] Accumulating error messages

2005-11-02 Thread Henner Kollmann
Hi, Hmm, they should be in several lines. Could you post me the rendered html code too? In the XmlErrorsTag the errors are rendered as sequence. Is this on your page too? Thanks Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nicolas

RE: [dbforms] Problem while uploading files using DISKBLOB

2005-11-02 Thread Henner Kollmann
Could you try 2 things: 1. Change z:/ to z:\ 2. Try an unc path with \\computername\test\ Thanks Henner > Hi everyone, > > I'm facing a problem while uploading the files using diskblob. > I want to upload a file in a virtual directory that is that > directory exists in some other computer. >

RE: [dbforms] diskblobs don't work with in dbforms config

2005-10-11 Thread Henner Kollmann
This should work. Can youz build an testpage based on the bookstore example? There should be some querys for diskblobs wich could help. Or try to fix it? Thanks Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Roberto Bagnoli > Sent: Tue

RE: [dbforms] downloading filtring records using dbforms

2005-10-07 Thread Henner Kollmann
Then download bookstore example and have a look at tests/testExports.jsp and howto/howtoPrintaExcelReport.jsp Henner > -Original Message- > From: Bouhaik Said [mailto:[EMAIL PROTECTED] > Sent: Friday, October 07, 2005 10:41 AM > To: Henner Kollmann > Cc: jd

AW: [dbforms] downloading filtring records using dbforms

2005-10-07 Thread Henner Kollmann
In wich format? Excel, pdf, ascii? There are some examples to do this. Henner > -Ursprüngliche Nachricht- > Von: Bouhaik Said [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 7. Oktober 2005 10:19 > An: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.ne

RE: [dbforms] downloading filtring records using dbforms

2005-10-06 Thread Henner Kollmann
Could you explain your problem a little bit more? Thanks Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bouhaik Said > Sent: Thursday, October 06, 2005 6:17 PM > To: jdbforms-interest@lists.sourceforge.net > Subject: [dbforms] downloadi

RE: [dbforms] Searching & filtring records

2005-10-05 Thread Henner Kollmann
Could send the resulting jsp page? I asm not working with devgui - so please lets talk about the jsp pages! Regards Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bouhaik Said > Sent: Wednesday, October 05, 2005 5:29 PM > To: jdbforms-in

[dbforms] RE: Need Help in absence of Henner Kollmann

2005-10-04 Thread Henner Kollmann
Bill. Please read the chapters of special searching. Regards, Henner > -Original Message- > From: Bouhaik Said [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 04, 2005 11:49 AM > To: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Subject: Need Help in

RE: [dbforms] customEvent

2005-10-03 Thread Henner Kollmann
Do'nt use the update button! Use a simple html form button! Regards Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joseph Prosser > Sent: Monday, October 03, 2005 9:54 PM > To: jdbforms-interest@lists.sourceforge.net > Subject: [dbforms

RE: [dbforms] Help

2005-10-03 Thread Henner Kollmann
Hello, > I introduce myself. I'm Mr. bouhaik Said, and I work in > Capgemini company France. Initially I execuse if there are > errors in my English. No problem - i will have errors in my English too. What error do you get? > the name of my table is: "DFA2_IF_DR_LIST_VAL" It seems to > m

[dbforms] RE: Open Source DbForms Based CRM

2005-09-23 Thread Henner Kollmann
Hi Alfred, I personally like the idea of on opensource CRM based on dbforms. So setting up a project is a good idea. Why not use SF for the project instead of your own webserver? But your own webserver is ok for me too. Your screenshots are great - i do not understand the words but thy look gr

RE: [dbforms] DbForms and Apache Derby

2005-09-22 Thread Henner Kollmann
Could you try: if (rs.next()) { addRow(); } else { closeConnection(); } Thanks Henner --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. D

RE: [dbforms] Background generate jasperReports

2005-09-14 Thread Henner Kollmann
> > I need to generate in background a certain number of reports > and send them via email... > > the second side of the job is done (sending mail), but the > first is a problem ;) > > Has someone never generated a report done for jdbforms in background? > No i did'nt. This behind the scope

RE: [dbforms] a question of interceptor

2005-09-11 Thread Henner Kollmann
> I have two tables, table A is parent, B is child. > > In a jsp page, b is subform of A, i hide the ID of A in B. B > has only insert button, no navNew button. So B can insert a record. > but when i update A, it will call the preInsert of B's > interceptor. I wann't do this. > How can I do?

RE: [dbforms] a question about tag db:body

2005-09-06 Thread Henner Kollmann
You can find this in the tag lib doc!! Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ??? > Sent: Tuesday, September 06, 2005 1:37 PM > To: jDbForms-interest@lists.sourceforge.net > Subject: [dbforms] a question about tag db:body > > H

RE: [dbforms] Bookstore howtoMakeaPieChart.jsp error

2005-09-03 Thread Henner Kollmann
New build is online! Henner > -Original Message- > From: Alfred Certain [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 01, 2005 9:01 PM > To: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Subject: RE: [dbforms] Bookstore howtoMakeaPieChart

RE: [dbforms] Bookstore howtoMakeaPieChart.jsp error

2005-09-02 Thread Henner Kollmann
I just tested it and will do an upload soon. Henner > -Original Message- > From: Alfred Certain [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 01, 2005 9:01 PM > To: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Subject: RE: [

RE: [dbforms] how to get the value of ID field

2005-09-02 Thread Henner Kollmann
See here: http://jdbforms.sourceforge.net/UsersGuide/html/ch14s02.html and the bookstore examples Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ??? > Sent: Friday, September 02, 2005 3:30 AM > To: Henner

RE: [dbforms] Bookstore howtoMakeaPieChart.jsp error

2005-08-31 Thread Henner Kollmann
This will work in the next build again. If you can't wait - please update your cewolf.jar to the newest cewolf version! Thanks for the bug report Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alfred Certain > Sent: Tuesday, August 30

RE: [dbforms] how to show the current page of records

2005-08-24 Thread Henner Kollmann
Have a look in the bookstore/howto/howtoAddRowCountSupport.jsp example! Henner > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ??? > Sent: Thursday, August 25, 2005 6:47 AM > To: jDbForms-interest@lists.sourceforge.net > Subject: [dbforms] how

AW: AW: [dbforms] Interceptor and Error listing

2005-08-19 Thread Henner Kollmann
> I'm already doing that, look this: > > try { > System.out.print(query); > Statement stmt = con.createStatement(); > ResultSet rs = stmt.executeQuery(query); > System.out.print(rs); > if (rs.next()) > { > //return IGNORE_OPERATION; > throw new ValidationE

AW: [dbforms] Interceptor and Error listing

2005-08-15 Thread Henner Kollmann
Just throw an new validation exception. Message of this exception should be you custom error message.! Cheers, Henner > -Ursprüngliche Nachricht- > Von: Contacta Development [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 12. August 2005 00:59 > An: jdbforms-interest@lists.sourceforge.net

AW: [dbforms] JBOSS4 Error on TEI Classes

2005-08-15 Thread Henner Kollmann
Could it be possible that there some missing librarys? Henner > -Ursprüngliche Nachricht- > Von: Ivan Codarin [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 2. August 2005 08:57 > An: jdbforms-interest@lists.sourceforge.net > Betreff: [dbforms] JBOSS4 Error on TEI Classes > > Dear All

AW: [dbforms] how to get ID of subForm

2005-07-15 Thread Henner Kollmann
Insert a hidden text-field with the id in the sub-form! Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von ??? > Gesendet: Freitag, 15. Juli 2005 12:25 > An: jDbForms-interest@lists.sourceforge.net > Betreff: [dbforms] how to get I

AW: [dbforms] NullPointerException (newbie)

2005-07-13 Thread Henner Kollmann
    Seems that you have a problem in your config file. Look at the log files or try to debug!   Henner Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Carlos BrachoGesendet: Mittwoch, 13. Juli 2005 17:51An: jdbforms-interest@lists.sourceforge.netBetreff:

AW: [dbforms] Mulitiple Records Calcuations

2005-07-07 Thread Henner Kollmann
You can set the  overrideFieldCheck="true" to get the old behaviour!   Cheers, Hener Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Heather KirklandGesendet: Donnerstag, 7. Juli 2005 19:38An: jdbforms-interest@lists.sourceforge.netBetreff: [dbforms] Muli

AW: [dbforms] DBForms breaks Tomcat 5.5 logging

2005-07-07 Thread Henner Kollmann
servlets.ConfigServlet > source and see if I can disable the log4j loading in there, > compile and see if that was the root cause or not. I will > keep you updated with my findings. > > best regards > Audun > > > On 7/6/05, Henner Kollmann <[EMAIL PROTECTED]>

AW: [dbforms] DBForms breaks Tomcat 5.5 logging

2005-07-06 Thread Henner Kollmann
Do you use the current sources? I the current version logging will be unchanged if you have not configured it by your self.. Regards, Henner > -Ursprüngliche Nachricht- > Von: Audun V. Nes [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 30. Juni 2005 00:18 > An: jdbforms-interest@list

AW: [dbforms] Requesting guidance Date searches in DB forms

2005-07-05 Thread Henner Kollmann
Hello, Like is only defined for char fields. So dbforms generates like only for char fields. You can use the shortcuts with mm/dd/- but no like Regards, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Srinadhan Samudrala > G

AW: [dbforms] Connection pool problem

2005-06-28 Thread Henner Kollmann
You have a problem with maxIdle times. You could do 2 things: 1. Use more connections. 2. Or - even better - use the singleConnectionperThread connection provider. Cheers Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von pra

AW: [dbforms] empty date strings

2005-06-19 Thread Henner Kollmann
Could you try the current CVS version? I patch the fillWithData routine so that it should work now. Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Joseph Prosser > Gesendet: Freitag, 17. Juni 2005 16:05 > An: jdbforms-interest@

AW: [dbforms] case sensitive search

2005-06-16 Thread Henner Kollmann
onfig to tell to dbforms, to > do the search without case sensitive or it's a problem with > my Oracle Database. > > expl : > If i search i have results, if i search > i have no result :-( but i would like have > the same results. > > Thanks, > Pascal &g

AW: [dbforms] Jasper reports and dataLabels

2005-06-13 Thread Henner Kollmann
No you can not use this in jasperreports directly. But you can define a view in your database which contains all the data you need! Cheers, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von > Joseph Prosser > Gesendet: Dienstag, 7. J

WG: [dbforms] delete problem resultset

2005-06-13 Thread Henner Kollmann
Seems that the diskblobs resultset is closed to early. Code in DataSourceJDBC.java looks quite different. Best would be to copy the code from DataSourceJDBC into the classic.Delete class. If you succeed, please send me the patch! Thanks Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PR

AW: [dbforms] Problem with Ms Sql Server Connection

2005-05-31 Thread Henner Kollmann
Please remove the _ in your tablename. Maybe that could solve the problem Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von [EMAIL PROTECTED] > Gesendet: Dienstag, 31. Mai 2005 16:44 > An: jdbforms-interest > Betreff: [dbforms] Pro

AW: AW: [dbforms] dbforms date and blob questions

2005-05-30 Thread Henner Kollmann
Have you looked into the bookstore example? > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 30. Mai 2005 15:11 > An: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Betreff: Re: AW: [dbforms] dbf

AW: [dbforms] dbforms date and blob questions

2005-05-30 Thread Henner Kollmann
> > FirstPoint: > --- > i am working with WSAD5.1.2 and dbforms2.5.20050226 and oracle9i > > i my project i have some fields with date type. > [30/05/05 13:48:38:849 CEST] 6933387a WebGroup E > SRVE0026E: [Erreur de > servlet]-[org/apache/regexp/RESyntaxException]: > java.lang.NoCl

AW: AW: [dbforms] Position not encoded after update or insert

2005-05-22 Thread Henner Kollmann
h (UnsupportedEncodingException ex) { > logCat.error(ex); > throw new SQLException(ex.getMessage()); >} > > logCat.debug("pos-> " + firstPosition); > getRequest().setAttribute("firstpos_"

AW: [dbforms] Inserts and the select tag

2005-05-19 Thread Henner Kollmann
t; > > fieldName="site" > > > > > > name="pfirms" > > > query='<%= "SELECT DISTINCT c

AW: [dbforms] Position not encoded after update or insert

2005-05-19 Thread Henner Kollmann
That's a real problem. Encoding of html strings uses the % sign as encoding letter. Could you try to change the Util.decode / Util.encode methods to change the % to an double %%? Maybe this helps Thanks, Henner > -Ursprüngliche Nachricht- > Von: Steven Law [mailto:[EMAIL PROTECTED

AW: [dbforms] DB stored HTML and formatting

2005-05-17 Thread Henner Kollmann
You must write and configure your own escaper class. You can do this on a global base, on table or on a field base. I think there is no really good documentation about this - have a look at the release notes, the taglib doc and the docs about the config file. Or search the sources for IEscaper.

AW: [dbforms] RE:Inserts and the select tag

2005-05-06 Thread Henner Kollmann
Could you build a test page build on bookstore example to reproduce? Then we can help you! Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Joseph Prosser > Gesendet: Freitag, 6. Mai 2005 05:05 > An: jdbforms-interest@lists.source

AW: [dbforms] Inserts and the select tag

2005-05-02 Thread Henner Kollmann
Title: Inserts and the select tag If you want to use insert you must specify a table. Otherwise dbforms do not know in which table you want to insert data. The hidden value just refreshes the form - so which data from wich table do you show?   Why do want to insert data into an unknown table

AW: [dbforms] Nice-to-have argument in delete confirmMessage

2005-04-26 Thread Henner Kollmann
What's about some javascript code in the onClick: onClick="<%="return confirm('" + MessageResources.getMessage(request, "aucos.edit.delete.ask") + "')"%>" Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von [EMAIL PROTECTED] > Gese

AW: [dbforms] intercept sqlexception post create-update-delete

2005-04-26 Thread Henner Kollmann
There is a message resource file wich can be used for this!   Henner Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von - -Gesendet: Dienstag, 26. April 2005 14:01An: jdbforms-interest@lists.sourceforge.netBetreff: [dbforms] intercept sqlexception post creat

AW: AW: [dbforms] Using Queries

2005-04-21 Thread Henner Kollmann
> Thanks, Henner. Your response queued me in. The double-eol is > due to Opera mail client wrapping text. I do not mean the double-eol in your mail - the problem is the not matching line numbers in the java source. > > Anyway, I got past the Null Pointer. It seems that the big > indiscreti

AW: jstl behaviour fixed ? - Was: Re: AW: AW: [dbforms] jstl behaviour on record list page

2005-04-20 Thread Henner Kollmann
Another hint: Look at the generated java code of the page. There you can found that currentRow is setted at the end of the dbforms loop! Henner --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality d

AW: [dbforms] Using Queries

2005-04-20 Thread Henner Kollmann
Hi Bill, 2 points: please check out the sources with CRLF set to dos. You have doubled lines in the sources. With the debugger set a breakpoint in in the FieldValue.toString method an look wich field is not defined here. Seems that getField() returns null. Good luck Henner > -Ursprü

AW: [dbforms] Searching With Dates

2005-04-20 Thread Henner Kollmann
Good luck! If you got it - please make a report in the wiki! Thanks, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Bill Tribley > Gesendet: Mittwoch, 20. April 2005 05:34 > An: jdbforms-interest@lists.sourceforge.net > Betreff:

AW: jstl behaviour fixed ? - Was: Re: AW: AW: [dbforms] jstl behaviour on record list page

2005-04-20 Thread Henner Kollmann
cht- > Von: Luca Fossato [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 20. April 2005 12:46 > An: Henner Kollmann > Cc: jdbforms-interest@lists.sourceforge.net > Betreff: jstl behaviour fixed ? - Was: Re: AW: AW: [dbforms] > jstl behaviour on record list page > > Hi Henn

AW: AW: [dbforms] jstl behaviour on record list page

2005-04-18 Thread Henner Kollmann
I debugged it yesterday - only change is to move the currentRow to the body tag. Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Luca Fossato > Gesendet: Montag, 18. April 2005 10:58 > An: Henner Kollmann >

AW: [dbforms] jstl behaviour on record list page

2005-04-17 Thread Henner Kollmann
OK, understand it again... I tried to understand this months ago during implementation the dynamic table stuff. Here is a short metacode what's happening: currentRow is defined in dbform tag and read here from the page context the first time bevor the loop starts currentRow is reread from the pa

AW: [dbforms] jstl behaviour on record list page

2005-04-17 Thread Henner Kollmann
Hi Luca! I neeed the full syntax to build a test. Is this correct: <%=<%=currentRow_BOOK.get("BOOK_ID") %> There is a test page /tests/testBOOKSList.jsp to test this behaviour. Could you add a section which uses the c:out? Cheers, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL P

AW: [dbforms] Worth Adding to Bookstore?

2005-04-17 Thread Henner Kollmann
I think every example which shows a different aspect of dbforms is worth to be added to the bookstore example. If you build a howto - with some explanation text - i will add it to the CVS! Cheers Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im

AW: [dbforms] How-to set my locale

2005-04-09 Thread Henner Kollmann
You must'nt set them - They are setted by you browser. If you want to set them hard - e.g. english browser and italian text - you can use the org.dbforms.util.MessageResources.setLocale(request, locale) method! Regards, Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mail

AW: [MayBe Solved] [dbforms] Something really strange with dbforms on a new project.

2005-04-09 Thread Henner Kollmann
Hey, great! You found it without my help! Remember: Inside dbforms the currentPosition is defined in the body first. See DbBodyTag.doStart tag. Here is the only call to updatePositionPath in the whole framework. In the body and in the footer the current postion is undefined. In the header setted

AW: [dbforms] Something really strange with dbforms on a new project.

2005-04-08 Thread Henner Kollmann
In the moment the weekly build is more stable then the released version - there is a little bug fix inside. Ivan: the problem seems to be come from the _null_ name="ac_update_21_null_34"/> inside the name of the button. Could try to debug why there is null generated? There should be something l

  1   2   3   4   5   6   7   8   >