Re: ELContext no longer available to tagfiles

2017-03-24 Thread Mark Thomas
On 24/03/17 22:52, Mike Strauch wrote: > On Fri, Mar 24, 2017 at 3:21 PM, Mike Strauch > wrote: >> ... I’ll take a look. > > Appears to be working. Thanks again! Great. Thanks for the confirmation. Mark - To unsubscribe, e-

Re: ELContext no longer available to tagfiles

2017-03-24 Thread Mike Strauch
On Tue, Mar 7, 2017 at 2:54 AM, Mark Thomas wrote: > > I think I have fixed this. The fix includes a simplistic test case. > Verification of the fix would be appreciated. > > Mark Hey Mark, Apologies, I just noticed your reply. I see the fix in the 8.0.42 release. I’ll take a look. -- Mike S

Re: ELContext no longer available to tagfiles

2017-03-24 Thread Mike Strauch
On Fri, Mar 24, 2017 at 3:21 PM, Mike Strauch wrote: > ... I’ll take a look. Appears to be working. Thanks again! -- Mike Strauch Lead Software Engineer, Hannon Hill w. www.hannonhill.com e mike.stra...@hannonhill.com - To u

Re: ELContext no longer available to tagfiles

2017-03-07 Thread Mark Thomas
On 03/03/17 19:58, Mike Strauch wrote: >> Exactly. An ELContext is being created so that listener should fire. > > Cool, thanks! I think I have fixed this. The fix includes a simplistic test case. Verification of the fix would be appreciated. Mark ---

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mike Strauch
> Exactly. An ELContext is being created so that listener should fire. Cool, thanks! -- Mike Strauch Lead Software Engineer, Hannon Hill w. www.hannonhill.com e mike.stra...@hannonhill.com - To unsubscribe, e-mail: users-unsubs

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mark Thomas
On 3 March 2017 18:08:26 GMT+00:00, Mike Strauch wrote: >>> The former solution looks possible and - based on a fairly quick >review >>> of the specs - should be happening anyway. > >Just wanted to clarify here. Are you saying that it is correct to >assume that each tagfile invocation should be

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mike Strauch
>> The former solution looks possible and - based on a fairly quick review >> of the specs - should be happening anyway. Just wanted to clarify here. Are you saying that it is correct to assume that each tagfile invocation should be accompanied by a ElContextListener.contextCreated() call? or wou

Re: ELContext no longer available to tagfiles

2017-03-02 Thread Mike Strauch
On Thu, Mar 2, 2017 at 1:02 PM, Mark Thomas wrote: > > I think you have correctly identified the commits responsible for the > change of behaviour you see. > > Of the two solutions you propose, I agree the latter solution is not viable. > > The former solution looks possible and - based on a fairl

Re: ELContext no longer available to tagfiles

2017-03-02 Thread Mark Thomas
On 02/03/17 20:18, Mike Strauch wrote: > Hello! > > I’ve recently upgraded from Tomcat 8.0.23 to 8.0.41 and noticed that the EL > context that is available to JSPs in my application is no longer available > in tagfiles used inside those JSPs (which was the case in 8.0.23). > > We have a servlet l