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 <HR>
regards
Arun