Page 1 of 1

About Question enthuware.jwpv6.2.1212 :

Posted: Thu Jan 14, 2016 10:34 am
by efrain_salomon
Hi,

This question displays the next text:
Consider a JSP page that contains the following code:

<x:outer>
<x:middle>
<x.inner></x.inner>
</x:middle>
</x:outer>
I am wondering if the "<x.inner>" dot character is correct or it should be changed to "<x:inner>" colon character?

Regards, Efrain

Re: About Question enthuware.jwpv6.2.1212 :

Posted: Thu Jan 14, 2016 8:53 pm
by admin
Yes, it should be colon. Fixed.
thank you for your feedback!

Re: About Question enthuware.jwpv6.2.1212 :

Posted: Sat Jan 16, 2016 2:30 pm
by efrain_salomon
Excellent.
You are welcome.