[dbforms] WiKi

2004-08-09 Thread Henner Kollmann
Hi list! It's done! Our own wiki is only! Register and write what ever you want under http://jdbforms.sourceforge.net/wiki.php IMHO everybody should register before using - so we have clear names who changes what. So i added this. If you have suggestions, comment etc. please post them to the l

AW: [dbforms] [PATCH] html escaping in DbBlobContent tag

2004-08-09 Thread Henner Kollmann
Wo'nt you like to get developer state? So that you can check in your changes by yourself? Cheers Henner > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Dziugas Baltrunas > Gesendet: Montag, 9. August 2004 16:44 > An: dbf interest > Betr

[dbforms] [PATCH] html escaping in DbBlobContent tag

2004-08-09 Thread Dziugas Baltrunas
Hi list, blob content also needs html escaping and it's what this patch is for :) regards, Dziugas Baltrunas Index: DbBlobContentTag.java === RCS file: /cvsroot/jdbforms/dbforms/src/org/dbforms/taglib/DbBlobContentTag.java,v retrieving

[dbforms] [PATCH] escaping amersand

2004-08-09 Thread Dziugas Baltrunas
Hi list, again small patch - it might be necessary to escape ampersand ('&') when displaying data from the database in the HTML input fields like textarea. It's because one might want to use some """ in the text. regards, Dziugas Baltrunas Index: DefaultEscaperImpl.java =

[dbforms] [PATCH] double escaping and outputing in DbLinkURL

2004-08-09 Thread Dziugas Baltrunas
Hi list, attached is the small patch which prevents double escaping (makeUrl() already does that) of the URL as well as double outputing to the browser (somewhy there were two identical calls). Btw, Henner, thanks for applying my previous patches. regards, Dziugas Baltrunas Index: DbLinkURLTag.j