Close
jGuru Forums
Expand All | Collapse All
No LocaleResolver configured error in diplay tags ... ayanbizzMon Jun 18, 2012 09:20 PM
I am using display tags in my jsp page <display:table name="requestScope.MIBForm.collectionmodel.businesstxnTypeList" pagesize="10"> <display:column property="businessTypeVOName" title="Transaction Name" /> <display:table /> after doing this all that I can see in the result page is that the no .of results to be displayed and the link to next pages but the property does not get displayed!! In the console I see this message org.displaytag.prioperties.TableProperties:No local resolver configured What shall I do to get rid of this problem?
Report | Quote This | Reply | Print