Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Similar Java Code but in JavaScript...

911689Feb 27 2012 — edited Feb 27 2012
Hi... 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 !.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2012
Added on Feb 27 2012
6 comments
77 views