Page 1 of 1

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

Posted: Tue Nov 04, 2014 2:08 pm
by bluster
It could be my tired head after finishing a test, but one of the question/answer tuples does not seem to make sense to me:
A BodyTag cannot be enclosed inside an IterationTag -> there is no such restriction.
If one thinks they are both interfaces and BodyTag extends IterationTag, it is difficult to see how a class implementing BodyTag could possibly be enclosed inside another one implementing IterationTag - or could it?

Thanks for any help.

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

Posted: Wed Nov 05, 2014 8:57 am
by admin
It is talking about the jsp page. Something like this:
<mytags:someIterationTag>
<mytags:someBodyTag>body</mytags:someBodyTag>
</mytags:someIterationTag>

HTH,
Paul.

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

Posted: Wed Nov 05, 2014 11:01 am
by bluster
Thanks, it makes sense now.