i have few confusion on
struts tile.
in my tutorial i have tiles-def.xml file in WEB-INF folder
i dont understand this tiles-def.xml file.
so i have a question.
question is >>>>>
in the above tiles-def.xml we have
i thought siteLayout.jsp is a simple
JSP file. but when i opened this file, i am surprised to see the [B]<tiles:insert> tag in this JSP! this is not a simple JSP...lots of tiles:insert tag in it!
look here i am providing the code for the siteLayout.jsp
look, so many tiles tag are crowded in this JSP!!
does it mean, my other JSP's (which are in the tiles-def.xml) e.g bookList.jsp,index.jsp etc etc should also contain <tiles:insert> tag in them as the above code ?
or , siteLayout.jsp is a special kind of JSP
which only can have <tiles:insert> tag in it and
no other JSP can have <tiles:insert> tag in them.
i am confused.
please explain this.
thank you