Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4218139
By: rohitsz

Greetings there,

an update:
This is the jsp file:

<code>

<table width="600">
       <tr><td align="left"><h1><bean:message key="aa..bodyh1"/></h1></td></tr>
       
       <tr>
       <td align="left"><h1><bean:message key="aa.f1"/></h1></td>
       <td align="left"><h1><bean:message key="aa.f2"/></h1></td>
       <td align="left"><h1><bean:message key="aa.f3"/></h1></td>
       <td align="left"><h1><bean:message key="aa.f4"/></h1></td>
       <td align="left"><h1><bean:message key="aa.f5"/></h1></td>
       </tr>
       
       </table>
           <table width="600">
       <tr><td align="left"><h2></h2><br/></td></tr>
       </table>
           <table width="600">
       <tr><td align="left"><p class="note"><bean:message
key="aa.results"/></p></td></tr>
       </table>
       <br/>
         
       
      <display:table name="requestScope.adminActivityQueryForm.results" 
pagesize="20"
requestURI="/Admin/AdminActivitySummary.do" class="dataTable">
       
       <p class="normal"><display:column titleKey="aa.f1" property="TXN_ID"
/></p>
       <p class="normal"><display:column titleKey="aa.f2" property="date"
/></p>
       <p class="normal"><display:column titleKey="aa.f3" 
property="adminUserName"
/></p>
       <p class="normal"><display:column titleKey="aa.f4" 
property="type_Of_Activity"
/></p>
       <p class="normal"><display:column titleKey="aa.f5" property="status"
/></p>
       
       </display:table>

</code>

So the place we are accessing the application resources just above the
<display:table> section, we are able to see the application resources being
fetched ok.But in the <display:table> section these resources are not getting
fetched!

Kindly help!

rohit.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to