Remote Pagination Plugin

null value filled into native java type (int)

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    Grails 2.0.0.RC3

Description

After reading the source code, I have found that Line 27-30 from RemotePaginationTagLib.groovy using (int) to store a possible null pointer (params.max?.toInteger()) which had caused an error for me.

Should use (def) or (Integer) instead.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: