Which tag is used along with uri, to specify the tiles framework’s .tld file?

Options
- < %@taglib uri="/WEB-INF/tiles.tld" prefix="tiles"%>
- < %@taglib url="/WEB-INF/tile.tld" prefix="tiles"%>
- < %@taglibs uri="/WEB-INF/tiles.tld" prefix="tiles"%>
- < %@taglib uri="/WEB-INF/tlds/tiles.tld" prefix="tiles"%>


CORRECT ANSWER : < %@taglib uri="/WEB-INF/tiles.tld" prefix="tiles"%>

Discussion Board
Tiles

< %@taglib uri="/WEB-INF/tiles.tld" prefix="tiles"%> is used to specify the tiles framework file. Tiles work on the "include" feature which is provided by the JavaServer Pages. It provides specification for full-featured, robust framework for assembling presentation pages from component parts. Each part can also be called as "Tile" be reused as often as needed throughout the application. This reduces the amount of markup that needs to be maintained and makes it easier to change the look and feel of a website.

Rohit Sharma 10-15-2014 04:16 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement