| Author |
Jsp setproperty not working in WL 10.3 - property is not writable error
|
Mark Carter
Greenhorn
Joined: Jun 08, 2009
Posts: 2
|
|
We have a Spring MVC application developed in Tomcat / Eclipse and works fine in this environment.
When we migrated to WL 10.3 we are encountering servlet compilation exceptions when the WebLogic compiler is attempting to compile any jsp page using particular <jsp:setProperty> expressions. Example:
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /WEB-INF/jsp/carriers/Carriers.jsp
Carriers.jsp:14:47: This property is not writable.
<jsp:setProperty name="carriersBean" property="carriers" value="${carrierVOList}" />
This CarrierVOList is a List<Carriers> (domain object) returned in the ModelandView map from the view controller
The property getters/setters are correct (works perfectly in Tomcat) -
Any help is greatly, greatly appreciated -
|
 |
Mohammad Ghasletwala
Greenhorn
Joined: Oct 15, 2012
Posts: 1
|
|
Hi Friend,
Did you manage to solve this issue. How?
We are having same issue for certain calls.
Basically we are migrating an old application to Weblogic 10.3
Thanks in advance.
|
 |
 |
|
|
subject: Jsp setproperty not working in WL 10.3 - property is not writable error
|
|
|