Re: Struts 1.2.7 custom validator problem

2007-11-05 Thread Paul Benedict
I wonder what the purpose is of returning false. On 10/30/07, John Doe <[EMAIL PROTECTED]> wrote: > > I've solved the problem. The only way to validate properly is to add an > error to the errors variable. Without this validator will think that > everything is OK even if you returned false in vali

Re: Struts 1.2.7 custom validator problem

2007-10-30 Thread John Doe
I've solved the problem. The only way to validate properly is to add an error to the errors variable. Without this validator will think that everything is OK even if you returned false in validate method. On 10/29/07, John Doe <[EMAIL PROTECTED]> wrote: > > No, there is no exception. > > On 10/28/

Re: Struts 1.2.7 custom validator problem

2007-10-29 Thread John Doe
No, there is no exception. On 10/28/07, Paul Benedict <[EMAIL PROTECTED]> wrote: > > I think validation can pass if an exception is thrown. Please check your > log > files that no error is occurring with your validation. > > Paul > -- Best regards, Bashmaкov Anton

Re: Struts 1.2.7 custom validator problem

2007-10-28 Thread Paul Benedict
I think validation can pass if an exception is thrown. Please check your log files that no error is occurring with your validation. Paul

Re: Struts 1.2.7 custom validator problem

2007-10-27 Thread John Doe
Yes. I have validation working correctly. Required and mask works good. And my validator method gets called and returns false, but I do not add any errors message is it necessary? On 10/26/07, Laurie Harper <[EMAIL PROTECTED]> wrote: > > John Doe wrote: > > Hi, > > I have Struts 1.2.7 application

Re: Struts 1.2.7 custom validator problem

2007-10-26 Thread Laurie Harper
John Doe wrote: Hi, I have Struts 1.2.7 application and I need to write custom validator for my form. I've wrote struts tutorial at http://struts.apache.org/1.2.7/userGuide/dev_validator.html and have tried to do the same. But my validator is not working. Here is my class method : public class

RE: struts 1.2.7 and JSTL

2005-12-02 Thread Karr, David
If you use the "struts-el" distribution, in the "contrib" directory, you'll find the JSTL jars. It's recommended that you use struts-el if you're going to use Struts with the JSTL. That is, assuming you're not using a Servlet 2.4 container. If you're using a Servlet 2.4 container, you shouldn't

Re: struts 1.2.7 culprit.....?????

2005-10-14 Thread Simons Kevin
5 AM Subject: Re: struts 1.2.7 culprit.? Any Comments? Does struts 1.2.7 has problem? bib_lucene bib <[EMAIL PROTECTED]> wrote: ok got it to work... But here is the catch. I got it to work with struts.jar details of which are ... Manifest-Version: 1.0 Extension-Name: Struts F

Re: struts 1.2.7 culprit.....?????

2005-10-13 Thread Wendy Smoak
From: "bib_lucene bib" <[EMAIL PROTECTED]> Any Comments? ... I got it to work with struts.jar details of which are ... Implementation-Title: Struts Framework Implementation-Version: 1.1 ... However if I use struts.jar from struts-1.2.7 I get an error saying ... The first thing I would try

Re: struts 1.2.7 culprit.....?????

2005-10-13 Thread bib_lucene bib
Any Comments? Does struts 1.2.7 has problem? bib_lucene bib <[EMAIL PROTECTED]> wrote: ok got it to work... But here is the catch. I got it to work with struts.jar details of which are ... Manifest-Version: 1.0 Extension-Name: Struts Framework Specification-Title: Struts Framework Specificat

Re: Struts 1.2.7 JAR files different from Commons JAR files

2005-06-08 Thread Woodchuck
--- Leandro_Dorileo/[EMAIL PROTECTED] wrote: > I think (not sure) their versions are different. Take a look at the > dependencies section in the struts release page[1] and see if they > are the > same ;-) > > 1- http://struts.apache.org/userGuide/release-notes.html > > > Dorileo thanks! i re

Re: Struts 1.2.7 JAR files different from Commons JAR files

2005-06-08 Thread Leandro_Dorileo/ABACO
> i noticed that the Struts 1.2.7 distribution includes many JAR files > with the same name as the Jakarta Commons project JAR files. > however, i discovered that there are real differences between them. > for example, there are a lot more classes in the Struts > commons-fileupload.jar than in th

Re: Struts-1.2.7

2005-05-31 Thread James Mitchell
7 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, May 31, 2005 7:27 AM Subject: Re: Struts-1.2.7 There was a mistake in the BeanUtils 1.7.0

Re: Struts-1.2.7

2005-05-31 Thread Niall Pemberton
There was a mistake in the BeanUtils 1.7.0 release - the manifest was not updated to the correct version. So although the manifest in the BeanUtils jar shipped with Struts says its BeanUtils 1.6 - it is actually BeanUtils 1.7.0. You can check this yourself by downloading BeanUtils 1.7.0 directly an

Re: Struts-1.2.7

2005-05-30 Thread James Mitchell
That would be a mistake on our part. Probably due to the (old) way we used to build Struts. At this point it may be safe to assume that the release notes/wiki will be changed to match the distribution. But that has yet to be discussed. I'd like to add a few more comments about this, but I'l

Re: Struts 1.2.7

2005-05-18 Thread Aladin Alaily
Hello, For those of you who want to try out 1.2.7 and are having trouble finding a link to it (or are just lazy ;)) here is where I found it: http://cvs.apache.org/dist/struts/v1.2.7/ Feel free to make corrections to the link above. Aladin > At 10:54 AM -0400 5/18/05, Aladin Alaily wrote: >

Re: Struts 1.2.7

2005-05-18 Thread Joe Germuska
At 10:54 AM -0400 5/18/05, Aladin Alaily wrote: Hi Everyone, I was just curious if anyone has been using struts v. 1.2.7? This is valuable discussion; there will probably be a vote called on the dev list in the next few days about the quality of the release (alpha/beta/general availability) so re

RE: Struts 1.2.7

2005-05-18 Thread Aladin Alaily
Maybe I should have... although the solution provided in 1.2.7 is much more extensive. They seem to have modified Action, ActionMessages, and RequestProcessor. My solution solved the problem with an external class (with a method called saveErrors(HttpSession session, ActionMessages messages)) and

Re: Struts 1.2.7

2005-05-18 Thread Niall Pemberton
At some point soon there will be a vote on the "quality" of 1.2.7 - the more feedback from people that have tried it out and have not found any issues, then the more likely it will get a "ga" quality tag and become the "current production release". So far there have been no issues raised against 1

RE: Struts 1.2.7

2005-05-18 Thread Benedict, Paul C
Aladin, perhaps your hack could have been contributed sooner!! :-) 1.2.7 has been held up along time .. It's about time it's coming out. -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 10:54 AM To: Struts Users Mailing List Subject: Struts 1.

Re: Struts 1.2.7

2005-05-18 Thread Nicolas De Loof
I'm using it for the same reason. I expected this enhancement, also with EL tag support for errorStyle attributes. It works fine for me. Nico. Aladin Alaily a écrit : Hi Everyone, I was just curious if anyone has been using struts v. 1.2.7? If so, what do you think of the new features? Personall