Hi All, now, I have integrated a wyswyg Editor with Wicket,and I save a lot of HTML tag into DataBase. The problem is, HTML tag could not show correct form, but display the ESC(transferred) tag for example:
in the database there is : <p>rr<p> in the html source code there is: <p>rr</p> and It can see <p>rr<p> in the browser,lost format So, It is there any Component not translate the HTML tag, and display the right format BestRegards, Mead
