Re: 2.1.6 upgrade from 2.0.11 - ResultConfig

2009-02-04 Thread Adam Hardy (struts)
I'm prevented from adding my redirect parameter programmatically with 2.1.6! Look: Map resultsMap = ServletActionContext.getActionContext(getRequest()) .getActionInvocation().getProxy().getConfig().getResults(); ResultConfig config = resultsMap.get(resultName); Map params = config.ge

Re: 2.1.6 upgrade from 2.0.11 - ResultConfig

2009-01-26 Thread Adam Hardy
OK, sorry for not looking further! I was just pessimistic that the whole ResultConfig must have been made read-only. Thanks Adam Musachy Barroso on 26/01/09 15:43, wrote: I think just need to pass a string, instead of an object in the value param. musachy On Mon, Jan 26, 2009 at 10:37 AM, Ad

Re: 2.1.6 upgrade from 2.0.11 - ResultConfig

2009-01-26 Thread Musachy Barroso
I think just need to pass a string, instead of an object in the value param. musachy On Mon, Jan 26, 2009 at 10:37 AM, Adam Hardy wrote: > Hi, > > got a compilation error after upgrading from 2.0.11 to 2.1.6 due to changes > in com.opensymphony.xwork2.config.entities.ResultConfig > > I am doing

Re: 2.1.6 upgrade from 2.0.11 - ResultConfig

2009-01-26 Thread Dave Newton
Isn't there a ResultConfig.getParams() that returns a MapString>? Seems like you could just add entries to that, but I've never had a need to do it, so I don't know if it'd actually work. Dave Adam Hardy wrote: got a compilation error after upgrading from 2.0.11 to 2.1.6 due to changes in com.