I have a header.jspf which has some useBean tags. One of the beans for example, is called infoBean.
So in a file, let’s say, main.jsp, I have
<%@ include file="header.jspf">
Test : <%= infobean.getSomething() %>
However, the first line is highlighted saying infoBean may not have been initialized properly. And then in the main file, all the uses of infoBean are highlighted in red 🙁
Is there either
a) A way to ignore this error?
b) Some hack I could use to get around this?
c) A fix planned for ME?
I’ve disabled ALL validators and still get this 🙁
Thanks,
Greg