| Author |
html display
|
lynn fann
Ranch Hand
Joined: Oct 15, 2006
Posts: 115
|
|
in my database i have string like as followed: hello<br> <i> world</i> but when retrieve from database it retrieve as 1 whole string and display it. I want the text to be display as what it is format by the HTML tags. Is there anyway to do it? Ps, im using struts framework.
|
 |
suresh kalass
Greenhorn
Joined: May 15, 2007
Posts: 3
|
|
are you using c_rt ut? if yes then display without using c_rt ut as it displays everything as such.... or you can save it in some variable and then display that will work fine
|
 |
lynn fann
Ranch Hand
Joined: Oct 15, 2006
Posts: 115
|
|
|
what is c_rt: out??? how do i display using using that tag? but if i set as variable is 1 whole string right? so when i display out, it still as String, isn't?
|
 |
 |
|
|
subject: html display
|
|
|