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

Hay all,

  When I add a custom to the basic.msg.empty_list it seems to still display
the default message of 'Nothing found to display'.  Is anyone else seeing this
issue?

ex:

<display:table name="${resultSet}" class="searchTable" cellpadding="2px"
uid="patient" requestURI="${uri}" pagesize="20" export="false" sort="list">
    <display:setProperty name="basic.msg.empty_list" value="No records were
found matching your search criteria."/>
...
</display:table>

html:

<table id="patient" cellpadding="2px" class="searchTable">
<thead>

<tr>
<th>Name</th>
<th>Gender</th>
<th>Birth Date</th>
<th>Age</th></tr></thead>
<tbody><tr class="empty"><td colspan="5">Nothing found to
display.</td></tr></tbody></table>


Displaytag v1.2

thanks in advance...

josh


fyi ... I don't know if someone reported this, but the Default value in the
documentation for the "basic.msg.empty_list_row" shows...

<tr class="empty">
<td colspan="0">Nothing
found to display.</td>
</tr>
</tr>

I'm assuming it should be

<tr class="empty">
<td colspan="{0}">Nothing
found to display.</td>
</tr>


______________________________________________________________________
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=249317

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to