Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <form:input id="Quantity_${status.index}" path="<e:forHtml value=${myData.items[status.index].quantity} />" size="4" maxlength="4"/>
  2.  
  3. org.springframework.beans.NotReadablePropertyException:
  4. Invalid property '<e:forHtml value=1 />' of bean class [com.mystuff.MyData]:
  5. Bean property '<e:forHtml value=1 />' is not readable or has an invalid getter method:
  6. Does the return type of the getter match the parameter type of the setter?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement