Page 1 of 1

About Question com.enthuware.ets.scwcd.v5.2.111 :

Posted: Mon Feb 20, 2012 10:19 am
by ETS User
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

Re: About Question com.enthuware.ets.scwcd.v5.2.111 :

Posted: Mon Feb 20, 2012 5:15 pm
by admin
Although not relevant to the question (because it doesn't mention import statements either), you are right, it should have a try catch. This has now been fixed.

Regarding {none eq o}, I think I have identified the question and I am creating another topic for it: viewtopic.php?f=3&t=905

Regarding <%= 3*4%>, please let me investigate more before I confirm anything.

thank you for your feedback!
Paul.