action 2 « Control « JSF Q&A





1. menu-popup action event not working    coderanch.com

2. Very basic problem-where should the action method will be in?    coderanch.com

I know Struts and trying to learn JSF. One very basic question-can we have a action method in the JSF backing bean? For e.g. I have a login.xhtml and loginBean.java. On clicking of the signIn or submit button-i want to invoke the loginAction which does the needful(via LDAP - doing the authentication). Where should i put the loginAction() method-can i put ...

4. JSF not working    coderanch.com

7. action method associated with h:command button is not working in IE9.    coderanch.com

I am showing some portion of jsf page. the action method associated with above h:command button is not called on Click in IE9. Up to IE8 and firefox browsers, it is working fine. I am clue less what is the reason of this failure. Please suggest me ...

9. How to call JSF action method in by popping up new window (JSF+ExtJs)    coderanch.com

Hi, I am new to EXT JS, I am using JSF+ExtJs in my project. I have a requirement like when clicking on Jsf command link (just a link in xhtml) , it should open new window in ext js and calls action method of Managed bean (JSF Managed bean). Managed beans fetches data from DB and displays those data in xhtml ...