Saturday, April 13, 2013

Sorting problem with Displaytag + Webflow

Please modify the display tag implementation like below .

excludedParams="*"
defaultsort="1" defaultorder="ascending" sort="page" requestURI="${myURL}_eventId=redisplay" pagesize="${fileupload_table_pagesize}">
There is -no- problem with this. Sorting links will work fine, paging links will work fine, no javascript, no hassle, just plain elegant code.


It Solves the below errorError 

Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Field or property 'd' cannot be found on object of type 'com.test..model.entity.Application'
                at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:208)

No comments:

Post a Comment