I have a definition like the below

 <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?



Thanks&Regards
Mike

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com



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



Reply via email to