Hi,
 
The project I am working on has specific requirements for the text that appears for empty lists, and I have configured the displaytag.properties file for the generic text like so:
 

basic.msg.empty_list=Sorry, no records match your criteria; please try your search again.

This works great.  Then I have specific lists where the text must be different.  I've attempted to set this using the display:setProperty tag like so:
 
 

<display:table name="mapping_variant_list" class="search_results" requestURI="update.do" id="row" decorator="com.mycompany.displaytag.MyTableDecorator">

<display:setProperty name="basic.msg.empty_list">Nothing to see here, please move along.</display:setProperty>

 
This doesn't appear to have any impact on the resulting HTML.
 
Any thoughts on why this happens in this manner?
 
Thanks,
 
Todd

 

_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to