About Question com.enthuware.ets.scwcd.v5.2.111 :
Posted: Mon Feb 20, 2012 10:19 am
pageContext.getOut().println("Hello");
throws IOException so there must be a try/catch
I've seen two other mistakes
In a question you say that ${none eq 0} will be evaluated to true because the value of the attribute none is "". I've tested it and it prints false.
And in another question you say that because the body-content of the tag is tagdependent <%= 3*4%> won't be evaluated and will be printed as it is. I've tested it and it prints nothing. I remember reading somewhere that scriptlet aren't printed in such a case but ELs are (of course without being evaluated)
Regards
throws IOException so there must be a try/catch
I've seen two other mistakes
In a question you say that ${none eq 0} will be evaluated to true because the value of the attribute none is "". I've tested it and it prints false.
And in another question you say that because the body-content of the tag is tagdependent <%= 3*4%> won't be evaluated and will be printed as it is. I've tested it and it prints nothing. I remember reading somewhere that scriptlet aren't printed in such a case but ELs are (of course without being evaluated)
Regards