Results 1 to 1 of 1

Thread: org.springframework.beans.InvalidPropertyException

  1. #1

    Post org.springframework.beans.InvalidPropertyException

    Code:
    DEBUG [controller.amd.ViewEnrollController] Trying to find handler for exception superclass [java.lang.Exception]
    org.springframework.beans.InvalidPropertyException: Invalid property 'EntitlementItems[1].EnrollmentItems[0]' of bean class [com.web.model.EnrollmentForm]: Index of out of bounds in property path 'EnrollmentItems[0]'; nested exception is java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
            at org.springframework.beans.BeanWrapperImpl.getPropertyValue(BeanWrapperImpl.java:613)
            at org.springframework.beans.BeanWrapperImpl.getNestedBeanWrapper(BeanWrapperImpl.java:447)
            at org.springframework.beans.BeanWrapperImpl.getBeanWrapperForPropertyPath(BeanWrapperImpl.java:424)
            at org.springframework.beans.BeanWrapperImpl.getBeanWrapperForPropertyPath(BeanWrapperImpl.java:425)
            at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:641)
    [/CODE]


    I am facing the exception when, i refresh my page (.vm) after deleting a record in jQgrid.

    same issue http://forum.springsource.org/showthread.php?34650
    Last edited by springsunny1; Nov 20th, 2012 at 04:29 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •