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. Default implementation is found in org.dbforms.util.DefaultEscaperImpl - this implementation escapes the html tags. Hope that helps Henner > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von Audun V. Nes > Gesendet: Dienstag, 17. Mai 2005 13:06 > An: [email protected] > Betreff: [dbforms] DB stored HTML and formatting > > Hi > > I have a few tables containing HTML tags which I would like > to display on the web. When using DBForms, the stored HTML > tags are not shown as HTML tags, but as plain text, for > instance <br /> are by DBForms translated to <br /> > > Is the a simple way to get the HTML tags to show as HTML, or > do I need to write a cusom formatter class ? > > best regards > Audun > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_idt12&alloc_id344&op=ick > _______________________________________________ > DbForms Mailing List > > http://www.wap-force.net/dbforms > ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
