Re: It is there any Component not translate the HTML tag, and display the right format

2008-01-30 Thread Sébastien Piller




In fact: setEscapeModelString
;)

Gerolf Seitz a écrit :

  .setEscapeOutputStrings(false) (or something like that)

  Gerolf

On Jan 30, 2008 10:04 AM, laiqinyi [EMAIL PROTECTED] wrote:

  
  
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 :
prrp

in the html source code there is:
lt;pgt;rrlt;/pgt;

and It can see prrp in the browser,lost format

So, It is there any Component not translate the HTML tag, and display the
right format

BestRegards,
Mead







  
  
  





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: It is there any Component not translate the HTML tag, and display the right format

2008-01-30 Thread Gerolf Seitz
.setEscapeOutputStrings(false) (or something like that)

  Gerolf

On Jan 30, 2008 10:04 AM, laiqinyi [EMAIL PROTECTED] wrote:

 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 :
 prrp

 in the html source code there is:
 lt;pgt;rrlt;/pgt;

 and It can see prrp in the browser,lost format

 So, It is there any Component not translate the HTML tag, and display the
 right format

 BestRegards,
 Mead








It is there any Component not translate the HTML tag, and display the right format

2008-01-30 Thread laiqinyi
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 :
prrp

in the html source code there is:
lt;pgt;rrlt;/pgt;

and It can see prrp in the browser,lost format

So, It is there any Component not translate the HTML tag, and display the right 
format

BestRegards,
Mead