Tuesday 29 November 2011

PrimeFaces: How to nest a form in each Tab (hint: this is a lie)

1st attempt (failure)


  
    
    ...
    
  
  
    
       ... 
    
  

Error:Method getAsObject() of Converter myconverter is not executed

2nd attempt (failure)


  
    
      ...
    
    
       
         
            ... 
         
       
    
  

Error:Again the same.

3rd attempt (success)

Note:TabView must be enclosed in a (see 1, 2)

  
    
      ...
    
    
       ... 
    
  

Error:Again the same.

No comments:

Post a Comment