Re: AW: [dbforms] DB stored HTML and formatting

2005-05-18 Thread Audun V. Nes
Hi Thanks for your reply Henner After a closer look at the samples I also found a DBForms way to do it: <%=(String)currentRow_NEWS.get("STORY")%>< best regards Audun Henner Kollmann wrote: You must write and configure your own escaper class. You can do this on a global base, on table or on a field

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.