jsf 2 - Textbox Focus in Richfaces -


i have make sample project of focus in textbox the demo of richfaces showcase. use jsf 2.0, richfaces 4.3.0 final.jar , jboss 7 server. can sucessfully run project focus did not work. when press tab key, focus arrives @ textbox. if there need congifure, please advise me.

thanks in advance.

finally, got it. put javascript code in jsf form this. <h:form id="frm"> <script type="text/javascript">  window.onload = function() {         document.getelementbyid('frm:txtstaffid').focus(); } </script> ... ... <h:inputtext id="txtstaffid"/> ... ... </h:form> 

Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -