Hello all. How can i see in debug time the value of a el expression? i.e. ${myBean.myProperty} ? Thank you
Put a breakpoint on the getter of myProperty- i.e. getMyProperty()
myProperty
getMyProperty()