This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: JBoss EL not workingmp911de May 24, 2011 3:22 PM (in response to muralib12)have you tried #{sessionData.ID}? usually you would have a property named id, the getter would be getId() and in JSF #{sessionData.id}. If it won't work, please post your Stack-Trace. Best regards, Mark 
- 
        2. Re: JBoss EL not workingturocabrera May 24, 2011 5:46 PM (in response to muralib12)Hi, You defined correct the bean? or test with #{sessionData.id} 
- 
        3. Re: JBoss EL not workingmuralib12 May 25, 2011 2:14 AM (in response to mp911de)hi, My expression is #{sessionData.iD} small 'i' capital 'D'. if this is the expression then what would be the expected getter/setter method names?? where can i EL specification?? 
 
     
    