kusalk commented on PR #865: URL: https://github.com/apache/struts/pull/865#issuecomment-1914990891
I've just had a read of the following TypeConverter test and it seems it is only possible to set a List without a matching getter when using a serialized format. `core/src/test/java/com/opensymphony/xwork2/test/annotations/PersonActionTest.java` So in the earlier example I gave, the request would have to be a custom format as defined in the type converter, e.g.: `example.action?models=kusal:lukasz` So I think we are indeed okay to close this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
