Re: [appfuse-user] How to add html values in sample data

2008-04-22 Thread Dustin Pearce
I recently implemented a comments section that used Textile formatting like in confluence. In fact it uses the ConfluenceDialect. I really liked how it turned out. Of course there is some end user training about wiki/textile markup rather than HTML. I need to look at Confluence and see

[appfuse-user] How to add html values in sample data

2008-04-22 Thread Martin Homik
I am writing a simple blog application. Each entry has a title and a body. The body may contain html elements such as "". However, if you add the following value into your sample data, the html elements are cut off and hence not inserted into the database: London is a great city. The soluti