| Author |
h:messages issue
|
Ayub ali khan
Ranch Hand
Joined: Oct 20, 2005
Posts: 375
|
|
Hi, When I click the button, in the managed bean, following steps will be executed FacesContext context = FacesContext.getCurrentInstance(); context.addMessage (null, new FacesMessage("Step was created successfully")); in my jsp I have the following code: <h:messages style="color: blue" globalOnly="true" showDetail="false" showSummary="true"/> However the message is not being displayed in jsf, any clues on what I am doing wrong ? Thank you. Regards Ayub [ May 13, 2007: Message edited by: Ayub ali khan ]
|
SCEA part I
|
 |
 |
|
|
subject: h:messages issue
|
|
|