Getting EL variable properties in eclipse
        Posted  
        
            by wheresrhys
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by wheresrhys
        
        
        
        Published on 2010-03-15T15:23:01Z
        Indexed on 
            2010/03/15
            15:29 UTC
        
        
        Read the original article
        Hit count: 479
        
I'm using Eclipse/Spring source to edit JSP tags and EL. If I want to check what all the properties of a variable are is there a way to do this? Or even find out which file is generating the variable that's passed in. I'm thinking something along the lines of firebug for Javascript, where you can select an object and drill-down to get it's properties.
© Stack Overflow or respective owner