Re: Invoke methods in EL?

2017-04-10 Thread Tim Watts
Thanks Mark. That does help. On Mon, 2017-04-10 at 23:24 +0100, Mark Thomas wrote: > On 10/04/17 16:35, Tim Watts wrote: > > Environment: Tomcat 7.0.59; JRE 1.8.0_72 > > > > I suspect the answer to my problem is "You can't do that" but here goes: > > > > A simple JSP that tries to get a

Re: Invoke methods in EL?

2017-04-10 Thread Mark Thomas
On 10/04/17 16:35, Tim Watts wrote: > Environment: Tomcat 7.0.59; JRE 1.8.0_72 > > I suspect the answer to my problem is "You can't do that" but here goes: > > A simple JSP that tries to get a Calendar instance and outputs the year: > > <%@ page language="java" > contentType="text/html; >

Invoke methods in EL?

2017-04-10 Thread Tim Watts
Environment: Tomcat 7.0.59; JRE 1.8.0_72 I suspect the answer to my problem is "You can't do that" but here goes: A simple JSP that tries to get a Calendar instance and outputs the year: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib