Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: Paging/Sorting
-
Labels:None
-
Application server:jboss/3.5
Description
The property paging.banner.some_items_found set using the displaytag.properties file is not working.
I have included the displaytag.properties used in my application attached.
When I set the property using the SetProperty tag it does work:
<%
String property = "test";
%>
<display:setProperty name="paging.banner.some_items_found" value="<%=property%>"/>
I have included the displaytag.properties used in my application attached.
When I set the property using the SetProperty tag it does work:
<%
String property = "test";
%>
<display:setProperty name="paging.banner.some_items_found" value="<%=property%>"/>
Do the other labels specified in displaytag.properties work? Is the properties file correctly deployed in the classpath (maybe there is another file somewhere?)? Did you restart the application after changing it?