JSF Interview Questions Explain the way be which we can declare the Message Bundle in JSF? Usually this can be done in two ways: (Let’s assume com.j2eebrainJsf.messages is the properties file) The easiest way is to include the following elements …
Read more »
JSF Interview Questions How to reload the page after ValueChangeListener is invoked? At the end of the ValueChangeListener, call FacesContext.getCurrentInstance().renderResponse() How to download PDF file with JSF ? This is an code example how it can be done with action …
Read more »
JSF Interview Questions What is JavaServer Faces? JavaServer Faces (JSF) is a user interface (UI) framework for Java web applications. It is designed to significantly ease the burden of writing and maintaining applications that run on a Java application server …
Read more »