How does 'binding' in JSF work?
        Posted  
        
            by Roman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Roman
        
        
        
        Published on 2010-05-10T16:31:28Z
        Indexed on 
            2010/05/10
            16:34 UTC
        
        
        Read the original article
        Hit count: 400
        
I've created custom component which shows chart.
Now I need to make binding support for this component i.e. generated chart-image should be available (as array of bytes) to backing bean via binding mechanism.
I'd like to know some general info about binding implementation techniques. Any links and examples are welcome as well.
Thanks in advance!
© Stack Overflow or respective owner