2007/12/10, NagsNags <[EMAIL PROTECTED]>:
>
>     <put name="contents" value="/new/contactHrC.jsp" />



If you insert this attribute (by using <tiles:insert>) the actual JSP page
is *included* in the layout page. This the default behaviour for all
attributes that have their values starting with the '/'.
Now if you want to insert the string, either use <tiles:getAsString> or add
in your <put> element the attribute type this way:
<put name="contents" value="/new/contactHrC.jsp" type="string" />

HTH
Antonio

Reply via email to