Is it possible to store some amount of local data of client in browser using JSF/Richfaces? I tried to google it but did'nt found any link.I am using richfaces 4 on mobile.
            Asked
            
        
        
            Active
            
        
            Viewed 469 times
        
    2 Answers
0
            
            
        No, you cannot store data on the client side with JSF/Richfaces, because that is a server side technology. But if you want to use the HTML5 Local Storage feature, you should have a look at these links:
... and many more search results can be found on Google.
On Stackoverflow:
- 
                    2JSF is a server side technology. Simply with JSF you cannot do it. – Manuel Feb 02 '14 at 19:46
0
            
            
        You can store it in cookies, in session, in database. Any of them work in JSF.
 
    
    
        Vasil Lukach
        
- 3,658
- 3
- 31
- 40
 
     
    