I have a field in a notes document called history
An example of a value stored in that field :
"Betsy Thiede created request on 09/06/2011 12:26:34 PM.
---------------------
Betsy Thiede submitted request on 09/06/2011 12:26 pm.
---------------------"
at the end of 12:26:34 PM. and ------------------------ and 12:26 pm and ------------------ I have an @Newline
works lovely in the notes client.
When I displayed this field on the browser, I used the following formula:
@replacesubstring(history;@newLine;"<br>")
that worked lovely as well..
Now I am trying to display in an xpage..
it is being displayed like this:
Betsy
Thiede created request on 09/06/2011 12:26:34
PM.<br>---------------------<br>Betsy
Thiede submitted request on 09/06/2011 12:26
pm.<br>---------------------<br>
What would I need to do to have my @newlines be recognized as line breaks in an xpage.
thanks so much in advance..