I\'m working to upgr开发者_运维问答ade an old web program written in PHP with a MySQL database as the backend.
How is Mojarra different from Sun\'s JSF Refere开发者_C百科nce Implemenation? Is it just a later version?Is it simply a rename?The Sun JSF Reference Implementation, also known as Sun JSF RI, was name
I get this error when I click an action button in my Icefaces 2 project: java.lang.UnsupportedOperationException: ICEfaces rendering required.
I have a Page that is 开发者_StackOverflow中文版called with a request parameter id that is used to select the drop down elements
I found a tutorial that is very close to what I am looking to do: http://www.andygibson.net/blog/tutorial/binding-dynamic-multi-select-checkboxes-with-jsf/
I have a JSF page with a few fields. I followed this tutorial from BalusC and all is good. I then added RichFaces support to it, which is working fine. I can see popups etc working.
A few days ago I posted a question : How to show up an outputPanel with slide effect when there is focus on specific input box?
I\'m using JSF 2.0, Maven 2, Springframework 3 and Glassfish 3. I\'m trying to use the FixedThemeResolver, but I cannot insert the taginto the facelet. I have written a page like this:
I\'ve defined my supported languages in faces-config.xml as follow: <locale-config> <default-locale>fa</default-locale>
How to programmatically or dynamically add ajax listener to JSF 2 component? I tried: ... FacesContext facesContext = FacesContext.getCurrentInstance();