Hi Hermod, I only forgot to close the <jsp:doBody> tag in the mail it is <jsp:doBody /> I actually use with my sample application
I checked the syntax over and over and it's all right :( [EMAIL PROTECTED] wrote:
Hi Is'nt he missing a </jsp:body> here? Hermod goodusername wrote:my sample.tag looks like this: ... includes ... <f:view> <tc:page> <jsp:doBody> <tc:out value="sampleLayout" /> </tc:page> </f:view> and my sample.jsp like this: .... includes .... <layout:login> <jsp:body> <tc:out value="sampleJspWithLayout" /> </jsp:body> </layout:login>

