
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
1 minute
|
|
|
Remaining Estimate:
|
1 minute
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Application server: |
Weblogic Portal 9.2
|
|
I18nSpringAdapter doesn't work with springmvc-portlets because the WebApplicationContext is not an attribute of the ServletRequest.
Please replace line 59 :
MessageSource messageSource = RequestContextUtils.getWebApplicationContext(pageContext.getRequest());
with :
MessageSource messageSource = RequestContextUtils.getWebApplicationContext(pageContext.getRequest(), pageContext.getServletContext());
so it's retrieved in the ServletContext.
|
|
Description
|
I18nSpringAdapter doesn't work with springmvc-portlets because the WebApplicationContext is not an attribute of the ServletRequest.
Please replace line 59 :
MessageSource messageSource = RequestContextUtils.getWebApplicationContext(pageContext.getRequest());
with :
MessageSource messageSource = RequestContextUtils.getWebApplicationContext(pageContext.getRequest(), pageContext.getServletContext());
so it's retrieved in the ServletContext. |
Show » |
Sort Order:
|