2008/10/7 dcosio <[EMAIL PROTECTED]>: > > I just noticed something.. on my content_layout.jsp..Here is the insert > <tiles:insertAttribute name="pageContent"> > <tiles:putAttribute name="sectionTitle"><tiles:getAsString > name="sectionTitle" ignore="true"/></tiles:putAttribute> > <tiles:putAttribute name="pageContent"><tiles:getAsString name="tabPane" > ignore="true"/></tiles:putAttribute> > <tiles:putAttribute name="tabs" ><tiles:getAsString name="tabs" > ignore="true"/></tiles:putAttribute> > <tiles:putAttribute name="activeTab" ><tiles:getAsString > name="activeTab" ignore="true"/></tiles:putAttribute> > </tiles:insertAttribute> > > the browser display from this is the path to the jsp.. not the rendered > results.. so this insertAttribute seems to just output it's value to the > browser.. I added an image to show you. Hopefully it attached correctly..
Do you mean that the JSP tags are not rendered at all? This could mean only one thing, there is a problem in the inclusion of the tag library. May I see your <@taglib> directive? Antonio
