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

Greetings there,
Thanks to [Burgess, Randy],for helping me out previously for accessing a 
property
hidden in a dynaForm
[http://sourceforge.net/mailarchive/forum.php?thread_id=31812686&forum_id=28703]
:-)

I am stuck again,while reading application resources keys.
here's the code:

<code>
<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 problem is that the titleKey is not being picked up correctly.That is
for example the fourth field is coming as "type_Of_Activity" rather than "Type
of Activity" as put into the application resources.
These are all valid application resources existing.Also if i try to give a non
existing key, that also does not throw in a jsp exception on tomcat.

Kindly give pointers as to where to begin troubleshooting.

PS: a day before, i used the titleKey and it worked like a charm! The only 
change
in the application was incorporation of tiles.

thanks,
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