1

I have created a TLD with expression language enabled <%@ page isELIgnored="false"%> , but still problem is that it doesnt recognise the EL

Nalaka526
  • 11,278
  • 21
  • 82
  • 116

1 Answers1

0

Inside TLD file, under attributes add < rtexprvalue> true < /rtexprvalue>.

freepublicview
  • 716
  • 2
  • 12
  • 25