Hello together,
when i do some stuff on a transition between to states i want display a info message on the following view-state with something like that:
I dont know if this is the right way. Please give me a hint if there is a better solution.Code:context.getMessageContext().addMessage(new MessageBuilder().info().defaultText("Success!").build());
But the real problem is that the message is only shown when i do this on the following view-state on the previous view-state (where the stuff is done) nothing happens. Have someone a idea how to solve this problem?
thank you and regards
Willi


Reply With Quote