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
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
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
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.
4 matches
Mail list logo