RE: Struts validator

2008-02-04 Thread Alexandru BARBAT
Hi, You can override method public String getValidationKey(ActionMapping mapping, HttpServletRequest request) {..} >From your ValidatorForm (it doesn't matter if it is dyna or not) And return different validation keys for each button pressed. Validation key

Re: [S2] dojo plugin - I don't find the resources

2008-01-28 Thread Alexandru BARBAT
those resources are in 'struts2-core.jar' file. - Original Message - From: "paulbrickell" <[EMAIL PROTECTED]> To: Sent: Monday, January 28, 2008 4:21 PM Subject: Re: [S2] dojo plugin - I don't find the resources Dave, I hope you don't think you've taken on a lifetime commitment

Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-25 Thread Alexandru BARBAT
(bunch of library files, can define these if > needed?) > /src > /java/MessageResources.properties > /build.xml (supplied by struts-blank and not > used) > /README.txt > /struts-config.xml > /validation.xml > /web.xml > /index.jsp > > > If there's any other us

Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-24 Thread Alexandru BARBAT
hi, You don't have to define properties form in struts-config when you use classic ActionForm. it will be enough : ... ... - Original Message - From: "James Cockrill" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 6:07 PM Subject: Noddy struts problem: java.lang.NullPointerEx

Re: Java Script in JSP pages

2008-01-24 Thread Alexandru BARBAT
> To: "Struts Users Mailing List" Sent: Thursday, January 24, 2008 2:58 PM Subject: Re: Java Script in JSP pages > sorry friend this was also not working. > > Naveen > > On Jan 24, 2008 3:07 PM, Alexandru BARBAT <[EMAIL PROTECTED]> wrote: > >

Re: Java Script in JSP pages

2008-01-24 Thread Alexandru BARBAT
Hi, I think it is better to use like this: in the browser will appear (the absolute path): - Original Message - From: "Randy Burgess" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 23, 2008 6:37 PM Subject: Re: Java Script in JSP pages > Try this.

Re: combobox - howto eliminate the optional text-field?

2008-01-24 Thread Alexandru BARBAT
hi, you have to use To: "Struts Users Mailing List" Sent: Wednesday, January 23, 2008 6:21 PM Subject: Re: combobox - howto eliminate the optional text-field? > Isn't that a select? > > http://struts.apache.org/2.x/docs/select.html > > --- xianwinwin <[EMAIL PROTECTED]> wrote: > > > > > hi all