Re: Questions about BeanELResolver behavior

2016-05-09 Thread Coty Sutherland
Understood. Thanks for the walk through; I think I understand what's going on. I am going to read through the spec a bit more and verify though since I don't know much of anything about EL :( Thanks again! On Mon, May 9, 2016 at 5:14 PM, Mark Thomas wrote: > On 09/05/2016

Re: Questions about BeanELResolver behavior

2016-05-09 Thread Mark Thomas
On 09/05/2016 20:45, Coty Sutherland wrote: > <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt; prefix="fmt"%> > var="messageString" /> >

Questions about BeanELResolver behavior

2016-05-09 Thread Coty Sutherland
Hi all, I have a question regarding the way that the ResourceBundleELResolver (and the BeanELResolver) function as part of investigations into the changes made for https://bz.apache.org/bugzilla/show_bug.cgi?id=46915 and then reverted in https://bz.apache.org/bugzilla/show_bug.cgi?id=53001 (very