Which JSTL code snippet can be used to import content from another web resource?

Which JSTL code snippet can be used to import content from another web resource?

Which JSTL code snippet can be used to import content from another web resource?

A.
<c:import url = “foo.jsp”/>

B.
<c:import page = “foo.jsp”/>

C.
<c:include url = “foo.jsp”/>

D.
<c:include page = “foo.jsp”/>

E.
Importing cannot be done in JSTL. A standard action must be used instead.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Fito

Fito

you can use standard action but it isnt a JSTL tag

Allan Santos

Allan Santos

A, JSLT Core has import function with url attribute.