Re: action-param

2008-08-11 Thread Lukasz Lenart
Hi, Could you post also your configuration? Did you add [1] to your stack? [1] http://struts.apache.org/2.0.11.2/docs/static-parameters-interceptor.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [E

action-param

2008-08-08 Thread Hrvoje Ban
something What is the use of param here? I thought it would call setSomething("something") on my action, but it won't. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: action param-element not working ?

2008-06-30 Thread Lukasz Lenart
2008/6/30 Hanson Char <[EMAIL PROTECTED]>: > On the other hand, if a param-element is specified in an action, shouldn't > it just work as expected ? What is the rationale behind requiring the user > to further configure a staticParams interceptor in order to get the > param-element to work ? Or i

Re: action param-element not working ?

2008-06-30 Thread Hanson Char
On the other hand, if a param-element is specified in an action, shouldn't it just work as expected ? What is the rationale behind requiring the user to further configure a staticParams interceptor in order to get the param-element to work ? Or is this just an accidental/convenient decision ? Ha

Re: action param-element not working ?

2008-06-30 Thread Hanson Char
That works! Thanks :) On Mon, Jun 30, 2008 at 1:16 AM, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > Hi, > > Did you use stack with > class="com.opensymphony.xwork2.interceptor.StaticParametersInterceptor"/> > ? > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --

Re: action param-element not working ?

2008-06-30 Thread Lukasz Lenart
Hi, Did you use stack with ? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

action param-element not working ?

2008-06-30 Thread Hanson Char
Hi, I tried to inject some values to an action via the param-element, but it doesn't seem to be working. See example config below. I set a breakpoint with a debugger, and the setter methods of the two properties (minValue and maxDecimalPlaces) don't ever get invoke, even though the "myMethod" di