| Author |
Struts Tiles
|
Boon Subra
Ranch Hand
Joined: Jul 18, 2001
Posts: 69
|
|
Hi , I tried to include the static pages of the weblayout say,header,sideglance ,footer of the web page using tiles. When the same function works same well with the include tag of jsp,why do you need the tiles concept. Also: I included in the jsp file called AdminPanel.jsp as follows: <tiles:insert page="/AdminPanel.jsp" flush="true"/> . . . </tiles:insert> When I put the file name in the page attribute and run the page. I was able to view the pages in tiles one below the other. Later I changed the page attribute as page="/" and retried the page,it was a single required one. Can you please explain. Thanks and regards, Bhuvana
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
Originally posted by Bhuvana Bala: When the same function works same well with the include tag of jsp,why do you need the tiles concept.
This article should answer your question.
|
Jason's Blog
|
 |
 |
|
|
subject: Struts Tiles
|
|
|