cancel
Showing results for 
Search instead for 
Did you mean: 

Display Success/Error Message in Iview

SidBhattacharya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is there a way I can display a message in an iview (top/bottom) indicating success/error of an update?

I have seen this for standard iviews where a success/error message is displayed whenever an update happens!

Thanks

Sid

Accepted Solutions (0)

Answers (1)

Answers (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Sid,

for sure, I cannot really see the problem. Within your JSP, just print a message (choose red for failure, green for success) taken from a bean. If there is no message, nothing gets printed. If message is taken from the bean, just remove it from been, so that for the next request the message part is empty again (and can be filled by the application again).

Hope it helps

Detlev