I have two classes as follows: @ManagedBean( name = \"randomBar\") @ViewScoped public class Soap { private List<Cat> cats;
I\'m using JSF 2 for the view and Spring for the business logic. I\'m trying to set a session scope to one of my spring beans using annotations(@Scope(\"session\")), but I\'m getting this exception:
I have a problem with the JSF-2.0 templating mechanism. I implement some snippet that are included to template file. But one of my snippet contains dynamic content.
I\'m having trouble with the following code: <h:inputHidden value=\"autoCompleteHidden\" id=\"administradorAutocompleteType\">
I have a problem with my composite component in JSF2. I implement a list using ui and li. But if I use my component nothing happens. My list-tag is not replaced in code generated by facelet. So whats
I\'m trying to forward \"f:validateRequired\" validator through a composite component without using required attribute.
I have a JSF 1.2 based webapp from which I copied the JSTL import xmlns:c=\"http://java.sun.com/jstl/core\"
Is there any significant difference between f:ajax and a4j:ajax tags? I know about a4j:ajax from Richfaces 4 is based on native f:ajax J开发者_如何学PythonSF2 tag adding some attributes not found in
I am trying to use <a4j:ajax> to feed a method with a value just entered on the form; <h:selectOneMenu id=\"aa\" value=\"#{colorClass.color}\">
I went thr开发者_开发技巧ough the user guide and the showcase but couldn\'t find a way to get the Captcha evaluation result in the backing bean. I can see the result on the top message bar on the UI b