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