
how to use tiles

Hi,
You can use Struts tiles tag and use in your jsp pages.
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
Read more at Struts Tiles tutorial page.
Or Apache tiles in your application.
Link of Apache Tiles.
Thanks

I have following error in my jsp sile at line
<%@taglib uri="WEB-INF/struts-tiles.tld" prefix="tiles"%>
error>Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.