Skip to Content
0
Former Member
Nov 11, 2005 at 08:08 AM

Write HTML code in webdynpro

70 Views

Hi All,

Can anyone tell me how two to write HTML code in

webdynpro application

to make myself clearer. this is what i want.

IWDTextView txt = (IWDTextView) view.createElement(IWDTextView.class, "txt" );

txt.setText("<hr>" + "Today Order");

But the above code is displaying literal string <hr> by the mean of &lt;HR&gt;

regards

Arun