Migrei de struts 2.0.9 para 2.0.11 e passei a ter esse problema FreeMarker template error em jsp que contem optiontransferselect.
Alguém já teve isso?
Error on line 258, column 13 in template/simple/optiontransferselect.ftl
stack.findValue(parameters.doubleListKey) is undefined.
It cannot be assigned to doubleItemKey
The problematic instruction:
----------
==> assignment: doubleItemKey=stack.findValue(parameters.doubleListKey) [on line 258, column 13 in template/simple/optiontransferselect.ftl]
in user-directive s.iterator [on line 256, column 9 in template/simple/optiontransferselect.ftl]
in include "/${parameters.templateDir}/simple/optiontransferselect.ftl" [on line 25, column 1 in template/css_xhtml/optiontransferselect.ftl]
----------
Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Error on line 258, column 13 in template/simple/optiontransferselect.ftl
stack.findValue(parameters.doubleListKey) is undefined.
It cannot be assigned to doubleItemKey