This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Richfaces and h:commandLinksergeysmirnov Jul 10, 2008 6:54 PM (in response to enda)This is one of the most popular problem. 
 h:commandLink was designed in the pre-Ajax era when nobody has an idea to re-render part of the page, but not the whole page. h:commandLink is designed to be re-rendered only together with the whole form. Any ajax kills it otherwise.
 rich:tabPanel switchType="ajax" means and ajax.
 There are no other reason for a4j:htmlCommandLink than solve this problem.
 Read:
 http://livedemo.exadel.com/richfaces-demo/richfaces/htmlCommandLink.jsf?c=htmlCommandLink
 http://livedemo.exadel.com/richfaces-demo/richfaces/form.jsf?c=form
- 
        2. Re: Richfaces and h:commandLinkenda Jul 10, 2008 6:57 PM (in response to enda)Thank you this is it 
 
    