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
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]
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
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
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/
>
> --
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]
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
7 matches
Mail list logo