Can you explain me why we need in String clientId
in the method
void addMessage(String ClientId, FacesMessage msg);
?
Is it true that when client sent an initial request to server then server assign to this client a specific String ClientId
. As i understand FacesContext
created when aplication deployed and runnig the first time and this FacesContext
is unique for application. Is it true?