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

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/ > > --

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: 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

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

help me for "No form found"

2004-08-15 Thread char
hi all, I get an error, please help me ! Thanks I use tomcat 5.0.27 and struts 1.2.1, the error is : javax.servlet.jsp.JspException: No form found under 'familyInfoForm' in locale 'zh_CN' at org.apache.struts.taglib.html.JavascriptValidatorTag.renderJavascript(Javascr

clone of ActionForm to DomainObject

2004-08-09 Thread char
hi all: I get this problem for some week, It is very troubler. Now I use xdoclet to generate the ActionForm form the DomainObject. I want to implement some method convert it. (1) Method 1 : only one ActionForm to changed to DomainForm eg: class SimpleActionForm () extends Act

Re: eclipse3.0 struts plugin

2004-08-03 Thread char
ation files. > > http://www.jamesholmes.com/struts/ > > -James > > -Original Message- > From: char [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 03, 2004 10:18 AM > To: [EMAIL PROTECTED] > Subject: eclipse3.0 struts plugin > > hi all. > > May any

eclipse3.0 struts plugin

2004-08-03 Thread char
hi all. May anybody tell me a struts plugin can use in eclipse3.0RC1. I have download the easystruts plugin , but very unlucky, It can only support eclipse 2.0 kind regards, Thanks char