Hi Mike,

>   <definition name="temp" >
>     <put name="var1" value="var1" />
>     <putList name="tabList">
>       <item value="vchart" tooltip="Chart" link="tmp1.jsp"/>
>       <item value="option" tooltip="Properties" link="tmp2jsp"/>
>     </putList>
>   </definition>
> 
> I write in my jsp file
> 
> <tiles:insert definition="temp" flush="true">
>   <tiles:put name="currentTab" value="<%=currTab%>"/>
>   <tiles:put name="currentTabContent" value="<%=tabContentBody%>" />
>   <tiles:put name="buttonbar" value="/common/blank.htm" />
> </tiles:insert>
> 
> when preview this jps ,why I see a blank page?
Try setting a path in your definition.

Best regards,
-- Shinobu Kawai

--
Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]>




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

Reply via email to