Question -  tag work in every circumstance?' href='Struts-Interview-Questions-and-Answers-11.aspx'>Why doesn't the focus feature on the  tag work in every circumstance? 
          
        
        Answer - 
        Unfortunately, there is some disagreement between the various browsers, and different versions of the same browser, as to how the focus can be set. The  tag provides a quick and easy JavaScript that will set the focus on a form for most versions of most browsers. If this feature doesn't work for you, then you should set the focus using your own JavaScript. The focus feature is a convenient "value-add" -- not a core requirement of the tag. If you do come up with a JavaScript that provides the final solution to this project, please post your patch to this Bugzilla ticket.