java - No message in display table -


i expecting "nothing found display" in display table when there no data ?i not getting message .page blank

my code snippet

<display:table name="dpinforce" export="true" pagesize="20" sort="list" id="data1" requesturi="" class="tablelist">         <display:setproperty name="export.csv" value="false"/>         <display:setproperty name="export.xml" value="false"/>         <display:setproperty name="export.excel.filename">dpinforce_<%=oapputil.getsystemdatetime()%>.xls           </display:setproperty>          <display:column title="polid" sortable="true" property="polid"></display:column>         <display:column title="pol infc dt" sortable="true" property="polinfcdt"></display:column>         <display:column title="aura stat" sortable="true" property="aurastat"></display:column>         <display:column title="plan" sortable="true" property="plan"></display:column>         <display:column title="branch" sortable="true" property="branch"></display:column>         <display:column title="created on" sortable="true" property="createdon"></display:column> </display:table> 

i checking condition in if clause andif true displaying table , when false had not written code.after writing else part working.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -