Agile (MOSC)

MOSC Banner

Java PX Recognize \r\n to <br> but it didn't work

edited Oct 13, 2017 8:25AM in Agile (MOSC) 2 commentsAnswered ✓

When I coding like this. It did not line feed to next row, and it show <br> like the picture.

But when I do the same thing on event px and it work.

Is there any solution to solve the problem?

version: 9.3.5

PX return:

return new ActionResult(ActionResult.STRING, "Hello world");

Event return:

return new EventActionResult(req, new ActionResult(ActionResult.EXCEPTION, new Exception("Hello \r world")));

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center