add(new Label("thing", stuffFromDatabase).setEscapeModelStrings(false));This does pose a possible security risk with cross site scripting/spam if you allow javascript and such in your database. Martijn On 1/28/07, Prashant Khanal <[EMAIL PROTECTED]> wrote: > hello all, > I want to load html formatted text to the table cell > with rendering of html markup. > Suppose the html formatted text is stored in the > database in this format: > > <ul> > <li>one</li> > <li>two</li> > </ul> > First line<br /> > second line > > My problem is i didnt find any way to load this text > such that it is loaded rendered. > > > > ____________________________________________________________________________________ > Cheap talk? > Check out Yahoo! Messenger's low PC-to-Phone call rates. > http://voice.yahoo.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > -- Vote for Wicket at the http://www.thebeststuffintheworld.com/vote_for/wicket Wicket 1.2.4 is as easy as 1-2-4. Download Wicket now! http://wicketframework.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
