Allen,
thanks! I figured out the cause of my problem, it was
actually tricky(or trivial). I forgot to put <%@
taglib uri="/WEB-INF/tiles..."%> on top of the page
and when I use , struts didn't complain, it
just treat them as regular html tags so they don't
show up on the page. I wonder why the j
I usually don't use the tiles taglib other than in my layout files...
here is how I would accomplish the same thing you want to do..
1) Modify your layout.jsp
note body wasn't there before.
2) Modify the tiles-def.xml
then just forward to assessment
I am using struts tiles
here is my struts-config:
Here is my tiles-defs.xml
Here is the essence in my layout file:
Here is the jsp that uses the tiles
<%@ taglib uri=
3 matches
Mail list logo