111
Points
Questions
26
Answers
15
-
- 1179 views
- 3 answers
- 0 votes
-
- 1020 views
- 3 answers
- 0 votes
-
- 1304 views
- 2 answers
- 0 votes
-
- 1439 views
- 2 answers
- 0 votes
-
- 2303 views
- 3 answers
- 0 votes
-
Hello Arif,
Thank you..!! Actually, I want to display the “Hello World..!!” as an error on the screen.
Ex:
if(str.matches(str2))
continue;
else
{
String msg = “Please enter the correct value for ” + str2;
return new EventActionResult(req, new ActionResult(ActionResult.EXCEPTION,new Exception( msg)));
}I tried this way, still, it doesn’t show the message on the screen. And I didn’t see “ActionResult.ERROR”, there is only Exception.
- 2303 views
- 3 answers
- 0 votes
-
- 1610 views
- 3 answers
- 0 votes
-
- 1689 views
- 2 answers
- 0 votes
-
- 1883 views
- 3 answers
- 0 votes
-
- 2226 views
- 4 answers
- 0 votes