Re: struts and java script and jsp

2005-02-01 Thread Hanson Char
> Then, where does it come up with "username"? Could it be that you have "username" specified in validator.xml ? H On Tue, 1 Feb 2005 11:22:48 +0100, Cedric Levieux <[EMAIL PROTECTED]> wrote: > Hi, > > You have this JavaScript code cause you ask into the tag the > ability to focus on a form fi

Re: Regarding LOGIC tags

2005-02-01 Thread Hanson Char
How about using jstl instead: ... H On Tue, 1 Feb 2005 13:41:23 +0100, Cedric Levieux <[EMAIL PROTECTED]> wrote: > and that's why I have my own tags to make this kind of tests between my > beans :p > > - Original Message - > From: "Kishore Senji" <[EMAIL PROTECTED]> > To: "Struts User

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

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 Hanson Char
ision ? Hanson On Mon, Jun 30, 2008 at 9:14 AM, Hanson Char <[EMAIL PROTECTED]> wrote: > That works! Thanks :) > > > On Mon, Jun 30, 2008 at 1:16 AM, Lukasz Lenart < > [EMAIL PROTECTED]> wrote: > >> Hi, >> >> Did y