MyEclipse: bug in displaying message in jsf context using tiles- URGENT amir55 - Apr 20, 2010 - 07:07 AM Post subject: bug in displaying message in jsf context using tiles- URGENT
hi dear all
1 - I use myeclipse 8, win xp, mysql and jboss.
2 - I use strurs tiles with my jsf page.
3 - the bug with me that I could not get the error messages displayed on the jsf page near its related fields.
It seems I have to use the f:view which when using tiels I have to use it once only in the main-layout.jsp that insetes the tiles.
Is there any way to sort it out via a note from you or a simple example or code.
I use this code
MessageFactory mf = new MessageFactory();
FacesContext ctx = FacesContext.getCurrentInstance();
new FacesMessage(FacesMessage.SEVERITY_ERROR, mf.getMessage("errorUsername"), null));
in my faces-config.xml I use
<application>
<resource-bundle>
<base-name>bundle.messages</base-name>
<var>message</var>
</resource-bundle>
</application>
public String getMessage(String key) {
return bundle.getString(key);
}
}
please do find me a way as it has bothered me for quite a long time
yours faithully
Amirsupport-shalini - Apr 21, 2010 - 07:53 AM Post subject: RE: bug in displaying message in jsf context using tiles- UR
Amir,
I have escalated this issue to the dev team member, they will get back to you on this