2015-01-06 3:47 GMT+01:00 Tenchi Masaki <[email protected]>:
> Hi,
>
> I'm trying to configure a list of parameters to be passed into a chained
> action, but I can't make it work. I've tried the following configuration in
> my struts.xml:
>
> <action name="someAction" class="com.examples.SomeAction">
> <interceptor-ref name="basicStack"/>
> <result name="success" type="chain">otherAction</result>
> </action>
> <action name="otherAction" class="com.examples.OtherAction">
> <interceptor-ref name="chain">
> <param name="includes">prop1,prop2,prop3</param>
Can you try with just one prop here? or use expression like this:
${'prop1','prop2','prop3'} ?
Regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]