using tiles standalone (latest from the sandbox)  

the insert tag looks like

<tiles:insert definition="default-layout" flush="true" >
   <tiles:put name="title" value="sign-up for a new account"/>
   <tiles:put name="content" value="/signupContent.jsp"/>
</tiles:insert>

Problem is that the jsp pages in the <tiles:put> are placed into the
output as-is.  The JSP/JSF markup is not processed.  

I tried adding the type="page" to the tag but that didn't help.

How do i ensure that the JSP is processed?

Thanks
Chris




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to