Similar Java Code but in JavaScript...
911689Feb 27 2012 — edited Feb 27 2012Hi... My doubt is really simple... I have this Java Code:
FacesContext.getCurrentInstance().addMessage(this.getIdtFechaHastaField().getClientId(FacesContext.getCurrentInstance()), new FacesMessage(FacesMessage.SEVERITY_ERROR, "Se necesita un valor", null));
That let me show a "balloon text message" (I didn't find the words but the code should be familiar) !; Is there any JavaScript code that let me do the same ?...
Thankx !.