Christopher Prince ha scritto:
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?


Maybe I am wrong, but are you sure that you used <tiles:insert /> and not <tiles:getAsString /> in your layout page? This is just a suspect ;-)
Ciao

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

Reply via email to