inputPattern for Struts 1.2.7 ?

2009-01-27 Thread Albert Kam
Hello, Struts : 1.2.7 Tomcat : 5.5.25 Java : 1.5.0_12 Is there anyway to do the magic as in forwardPattern and pagePattern(configs for the controller in struts-config.xml) for attribute "input" in action tag, perhaps like inputPattern ? I found several search results while googling, bu

Re: FW: Migratring to struts 1.2.7 from struts1.0b

2008-11-30 Thread Paul Benedict
od now-onwards, isn't it? > > Is there any other drawback or problem? Let me know if any.. > > > -Original Message- > From: Rajil [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2008 10:45 AM > To: 'Struts Users Mailing List' > Subject: RE

FW: Migratring to struts 1.2.7 from struts1.0b

2008-11-26 Thread Rajil
ther drawback or problem? Let me know if any.. -Original Message- From: Rajil [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 10:45 AM To: 'Struts Users Mailing List' Subject: RE: Migratring to struts 1.2.7 from struts1.0b Thanks for your valuable time Paul.

RE: Migratring to struts 1.2.7 from struts1.0b

2008-11-25 Thread Rajil
ovember 26, 2008 4:28 AM To: Struts Users Mailing List Subject: Re: Migratring to struts 1.2.7 from struts1.0b Sounds like you have an old tag library reference sticking around. Try deleting any TLD in your webapp root. On Tue, Nov 25, 2008 at 3:32 AM, Rajil <[EMAIL PROTECTED]> wrote: > Hi

Re: Migratring to struts 1.2.7 from struts1.0b

2008-11-25 Thread Paul Benedict
Sounds like you have an old tag library reference sticking around. Try deleting any TLD in your webapp root. On Tue, Nov 25, 2008 at 3:32 AM, Rajil <[EMAIL PROTECTED]> wrote: > Hi All; > > > > I am using struts beta version 1.0 in my application. I am migrating this > application to struts v1.2.7

Migratring to struts 1.2.7 from struts1.0b

2008-11-25 Thread Rajil
Hi All; I am using struts beta version 1.0 in my application. I am migrating this application to struts v1.2.7. I have corrected problems like error.isEmpty instead of errors.empty() etc. in my existing application. And classes are compiled very well. Now, I am facing problem with JS

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

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

Struts 1.2.7 custom validator problem

2007-10-26 Thread John Doe
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 GroupIdVali

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
; > Are you deploying this as a .war file or .ear file? > > - George > > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 4:40 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
Sent: Wednesday, February 01, 2006 4:40 PM > To: Struts Users Mailing List > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > under weblogic causes stack trace > > > yes using > > /opt/bea/wls_sp2/jdk141_05 > > > > > On 2/1/06, [EMAIL PR

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
th the ClassLoader. > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 4:27 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > > under weblogic causes stack trac

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
7 PM > To: Struts Users Mailing List > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > under weblogic causes stack trace > > > I agree that it is weird. We have log4j.jar in other > applications deployed on the server (not struts based > applications) and th

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
EA. > > - George > > > -Original Message- > > From: J T [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 01, 2006 3:55 PM > > To: Struts Users Mailing List > > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > > under weblogic ca

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
ent: Wednesday, February 01, 2006 3:55 PM > To: Struts Users Mailing List > Subject: Re: Just adding log4j.jar to struts 1.2.7 project > under weblogic causes stack trace > > > The jguru link you provided did not work for me. I was using > the file appender so I don't

Re: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
The jguru link you provided did not work for me. I was using the file appender so I don't think that I need anything else. What libs are in your WEB-INF/lib directory? On 2/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've used log4j 1.2.9 with struts 1.2.7 and

RE: Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread George.Dinwiddie
I've used log4j 1.2.9 with struts 1.2.7 and Weblogic 8.1.2 without any problems. Do you have any indication of what class is not being found? Are you missing a dependency for an appender that you're using? (See http://www.jguru.com/faq/view.jsp?EID=1007095, though this may be o

Just adding log4j.jar to struts 1.2.7 project under weblogic causes stack trace

2006-02-01 Thread J T
& commons-logging.properties both with and without the jar present and no logs were produced in any of the cases. Any thoughts on why this is happening? Is there a log4j version recommended for struts 1.2.7? I only want a logging framework that can write to a file and I don't think SimpleLog ca

Re: Validator 1.2 with Struts 1.2.7

2005-12-20 Thread Hubert Rabago
On 12/20/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > starki78 wrote: > > Hi* > > > > Is this combination (Struts 1.2.7 and Validator 1.2) possible and is it > > recommended to upgrade to this > > Validator version, when you don't Validator up to now

Re: Validator 1.2 with Struts 1.2.7

2005-12-20 Thread Laurie Harper
starki78 wrote: Hi* Is this combination (Struts 1.2.7 and Validator 1.2) possible and is it recommended to upgrade to this Validator version, when you don't Validator up to now? Thanks Starki AFAIK, validator 1.2 should work fine with Struts 1.2.7. I thought Struts 1.2.8 was al

Validator 1.2 with Struts 1.2.7

2005-12-20 Thread starki78
Hi* Is this combination (Struts 1.2.7 and Validator 1.2) possible and is it recommended to upgrade to this Validator version, when you don't Validator up to now? Thanks Starki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: SSLEXT extension and Struts 1.2.7

2005-12-15 Thread Laurie Harper
Randy Shepherd wrote: The latest version of SSLEXT seems to be for Struts 1.2.2, is there a newer version, or have people had success implementing the 1.2.2 version of SSLEXT with Struts 1.2.7? I haven't used sslext, but Struts 1.2.7 should be similar enough to 1.2.2 that you shouldn&#

SSLEXT extension and Struts 1.2.7

2005-12-15 Thread Randy Shepherd
The latest version of SSLEXT seems to be for Struts 1.2.2, is there a newer version, or have people had success implementing the 1.2.2 version of SSLEXT with Struts 1.2.7? Thanks, Randy - To unsubscribe, e-mail: [EMAIL

RE: struts 1.2.7 and JSTL

2005-12-02 Thread Karr, David
[EMAIL PROTECTED] > Sent: Friday, December 02, 2005 7:51 AM > To: user@struts.apache.org > Subject: struts 1.2.7 and JSTL > > > does struts 1.2.7 have JSTL tag lib included in it? or so I > have to download > the JSTL seperately? > > Thanks. > > ___

struts 1.2.7 and JSTL

2005-12-02 Thread fea jabi
does struts 1.2.7 have JSTL tag lib included in it? or so I have to download the JSTL seperately? Thanks. _ Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01

PerGen memory leak with Struts 1.2.7

2005-10-20 Thread Sylvia Llano de la Peña
Hi!   We are working on a web application using Struts 1.2.7, deployed on Tomcat 5.5.9 on Solaris SunOS 5.8 and JVM 1.5.0_04-b05 and we have the following problem:   Sometimes we get an  java.lang.OutOfMemoryError: PermGen space and the logs do not say anything more about the problem

Migrating from Struts 1.0 to Struts 1.2.7

2005-10-15 Thread Thomas Joseph
Hi All, I m a newbie to struts. I want to know resources regarding migration from v1.0 to 1.2.7. There is already a good lot of material available with 1.0 --> 1.1 --> 1.2.4 -->1.2.7. However I would like to get them concise. Thanks in advance = Regar

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 t

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 Fra

struts 1.2.7 culprit.....?????

2005-10-12 Thread bib_lucene bib
-pool.jarClass-Path: commons-services.jarClass-Path: commons-validator.jarClass-Path: jakarta-oro.jar[got a warning duplicates I guess because of classpath in manifest] However if I use struts.jar from struts-1.2.7 I get an error saying SEVERE: ServletException in '/layouts/classicLayou

Re: Fw: Error verifying struts-1.2.7.zip

2005-09-29 Thread Niall Pemberton
t; > I'm a pgp novice, can anyone help with this? Running pgp on windows, it all > seems fine to me - it verifies the struts-1.2.7.zip.asc file no problem, but > then my key is already in my key store. Looks good to me, downloaded from the tux.org mirror. W:\>gpg --import NIALL_

Re: Fw: Error verifying struts-1.2.7.zip

2005-09-29 Thread Rahul Akolkar
On 9/29/05, Niall Pemberton <[EMAIL PROTECTED]> wrote: > Forwarding to the user list > > I'm a pgp novice, can anyone help with this? Running pgp on windows, it all > seems fine to me - it verifies the struts-1.2.7.zip.asc file no problem, but > then my key is alread

Fw: Error verifying struts-1.2.7.zip

2005-09-29 Thread Niall Pemberton
Forwarding to the user list I'm a pgp novice, can anyone help with this? Running pgp on windows, it all seems fine to me - it verifies the struts-1.2.7.zip.asc file no problem, but then my key is already in my key store. Niall - Original Message - From: "Bailey, Mik

Re: Migrating to struts 1.2.7 from 1.1

2005-09-22 Thread Wendy Smoak
From: "Gaurav Shrivastava" <[EMAIL PROTECTED]> new to struts and migrating an application from struts 1.1 to struts 1.2.7 can anyone give me hints/suggestions on what all things (struts feature wise) should i consider while migrating to higher version. There are Wiki pages

Migrating to struts 1.2.7 from 1.1

2005-09-22 Thread Gaurav Shrivastava
new to struts and migrating an application from struts 1.1 to struts 1.2.7 can anyone give me hints/suggestions on what all things (struts feature wise) should i consider while migrating to higher version. __

Re: How to validate in Struts 1.2.7

2005-09-21 Thread Michael Jouravlev
On 9/21/05, Francisco Antonio Vieira Souza <[EMAIL PROTECTED]> wrote: > Ok, thanks but those examples were developed with Struts 1.1, and I am > afraid something has changed in Struts 1.2.7 Not much. Download MailReader Demo application and check out how username and password are va

Re: How to validate in Struts 1.2.7

2005-09-21 Thread Francisco Antonio Vieira Souza
Ok, thanks but those examples were developed with Struts 1.1, and I am afraid something has changed in Struts 1.2.7 Harland, David escreveu: Go to this address and download the sample application code. http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764544373,descCd-download_code.html In

RE: How to validate in Struts 1.2.7

2005-09-21 Thread Harland, David
: Francisco Antonio Vieira Souza [mailto:[EMAIL PROTECTED] Sent: 21 September 2005 10:17 To: Struts Users Mailing List Subject: How to validate in Struts 1.2.7 Considering that nobody saw my big previous message about this subject. I ask you all, does anyone could provide me any example of validation

Re: How to validate in Struts 1.2.7

2005-09-21 Thread Francisco Antonio Vieira Souza
Considering that nobody saw my big previous message about this subject. I ask you all, does anyone could provide me any example of validation in Struts 1.2.7? (since until now I had no success) ___ Novo Yahoo! Messenger com voz

Re: How to validate in Struts 1.2.7

2005-09-21 Thread David Delbecq
ask you all, does anyone could provide me any example of validation > in Struts 1.2.7? (since until now I had no success) > > > > > > ___ Novo Yahoo! > Messenger com voz: ligações, Yahoo! A

How to validate in Struts 1.2.7

2005-09-21 Thread Francisco Antonio Vieira Souza
Considering that nobody saw my big previous message about this subject. I ask you all, does anyone could provide me any example of validation in Struts 1.2.7? (since until now I had no success) ___ Novo

Re: Eclipse 3.1 and struts 1.2.7

2005-09-13 Thread Thai Dang Vu
Book - "Professional Jakarta Struts" > > > > > > > > From: M. Imran [mailto:[EMAIL PROTECTED] > > Sent: Thu 9/8/2005 4:58 AM > > To: Struts Users Mailing List > > Subject: Re: Eclipse 3.1 and struts 1.2.7 > &g

Re: Eclipse 3.1 and struts 1.2.7

2005-09-09 Thread Ed Griebel
gt; From: M. Imran [mailto:[EMAIL PROTECTED] > > Sent: Thu 9/8/2005 4:58 AM > > To: Struts Users Mailing List > > Subject: Re: Eclipse 3.1 and struts 1.2.7 > > > > > > > > I was wondering if I can use Struts with Eclipse (3.1) or some free plugins. > > M

Re: Eclipse 3.1 and struts 1.2.7

2005-09-09 Thread Rafael Nami
mran [mailto:[EMAIL PROTECTED] > Sent: Thu 9/8/2005 4:58 AM > To: Struts Users Mailing List > Subject: Re: Eclipse 3.1 and struts 1.2.7 > > > > I was wondering if I can use Struts with Eclipse (3.1) or some free plugins. > MyEclipse is a good option but its not free. > &

RE: Eclipse 3.1 and struts 1.2.7

2005-09-08 Thread R Rajendran
Go through the Wrox publication Book - "Professional Jakarta Struts" From: M. Imran [mailto:[EMAIL PROTECTED] Sent: Thu 9/8/2005 4:58 AM To: Struts Users Mailing List Subject: Re: Eclipse 3.1 and struts 1.2.7 I was wondering if I can use Struts wi

SV: Eclipse 3.1 and struts 1.2.7

2005-09-08 Thread hermod . opstvedt
eptember 08, 2005 12:59 AM Subject: RE: Eclipse 3.1 and struts 1.2.7 > > Hi Imran, > Try to download latest MyEclipse (just google it and u will find it) and > download this pdf > http://www.eclipsekickstart.com/chapters/EclipseKickStart-ch11.pdf this > will guide you th

Re: Eclipse 3.1 and struts 1.2.7

2005-09-08 Thread M. Imran
08, 2005 12:59 AM Subject: RE: Eclipse 3.1 and struts 1.2.7 > > Hi Imran, > Try to download latest MyEclipse (just google it and u will find it) and > download this pdf > http://www.eclipsekickstart.com/chapters/EclipseKickStart-ch11.pdf this > will guide you thru. , hope this he

RE: Eclipse 3.1 and struts 1.2.7

2005-09-08 Thread Ayusman dikshit
PROTECTED] Sent: Thursday, September 08, 2005 12:12 PM To: user@struts.apache.org Subject: Eclipse 3.1 and struts 1.2.7 Dear all, I am trying to build my first application with Tomcat, Eclipse 3.1 & Struts 1.2.7, can anyone tell me how to configure them? Any help link or example will be much appreci

Re: Eclipse 3.1 and struts 1.2.7

2005-09-08 Thread d d
http://struts.apache.org/faqs/eclipse.html is a useful link or u may use the book Tomcat-Bible.It has a chapter on Ecllipse-IDE installation. On Thu, 08 Sep 2005 MImran wrote : >Dear all, >I am trying to build my first application with Tomcat, Eclipse 3.1 & Struts >1.2.7, ca

Eclipse 3.1 and struts 1.2.7

2005-09-07 Thread M. Imran
Dear all, I am trying to build my first application with Tomcat, Eclipse 3.1 & Struts 1.2.7, can anyone tell me how to configure them? Any help link or example will be much appreciated? Thanks you, Imran

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
25/08/2005 07:31 Subject: Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5 Please respond to

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread Ext . Ilitia2
bcc: 25/08/2005 07:31 Subject: Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
cc: bcc: 25/08/2005 07:00 Subject: TagHandlerPool, Struts 1.2.

Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread Ext . Ilitia2
25/08/2005 07:00 Subject: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5 Please respond to

TagHandlerPool, Struts 1.2.7 and Tomcat 5.5

2005-08-25 Thread javendo
Hi, I am trying to port a web-application originally written with Tomcat 4.1 to Tomcat 5.5. The application uses struts and throws the following exception when launched: 23:34:22,953 ERROR [login_jsp]] Servlet.service() for servlet login.login_jsp threw exception java.lang.NullPointerExcepti

RE: Tomcat 5.5.9 with Struts 1.2.7 -> ClassCastException - looks like a Tomcat bug

2005-08-18 Thread stewart.cambridge
: Christian Dionne [mailto:[EMAIL PROTECTED] Sent: 17 August 2005 14:14 To: 'Struts Users Mailing List' Subject: RE: Tomcat 5.5.9 with Struts 1.2.7 -> ClassCastException - looks like a Tomcat bug Hi Stewart, I had the same problem and I received a great answer on this mailing list a few d

RE: Tomcat 5.5.9 with Struts 1.2.7 -> ClassCastException - looks like a Tomcat bug

2005-08-17 Thread Christian Dionne
(they were not used) solved the problem. Thanks, Christian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: August 17, 2005 6:24 AM To: [EMAIL PROTECTED]; user@struts.apache.org Subject: Tomcat 5.5.9 with Struts 1.2.7 -> ClassCastException - looks like a Tomcat

Tomcat 5.5.9 with Struts 1.2.7 -> ClassCastException - looks like a Tomcat bug

2005-08-17 Thread stewart.cambridge
Using Struts 1.2.7 with the latest Tomcat 5.5.9 I get the following in localhost..log when I first try to access my web application: 17-Aug-2005 11:02:02 org.apache.catalina.core.Stand-ardHostValve custom SEVERE: Exception Processing ErrorPage[exceptionType=java.l-ang.Exception, location

Re: and Struts 1.2.7 possible bug?

2005-07-08 Thread Ivan Rodriguez
I have the same situation that yours. My solution is to save the static part of validator in an static .js file ...and replace all ocurrences of var formName = form.getAttributeNode("name"); with var formName = form.getAttributeNode("id"); My previous setup was "> Inside validator.

RE: Version of Antlr in Struts 1.2.7

2005-07-05 Thread Lindholm, Greg
(only compare 2 fields) it would not be a very through test. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, July 01, 2005 5:32 PM To: Struts Users Mailing List Subject: Re: Version of Antlr in Struts 1.2.7 Struts only uses antlr for the "validwhen"

Re: and Struts 1.2.7 possible bug?

2005-07-03 Thread Tobias Neumann
On 2005-07-01 18:04:41 +0200, Eduardo José Hernández Cisneros <[EMAIL PROTECTED]> said: Hi everybody, I recently upgrade my struts libraries to 1.2.7 from 1.2.4. I am using the tag with: … In 1.2.4 version the html:form tag renders correctly the form name attribute, but when a

Re: Version of Antlr in Struts 1.2.7

2005-07-01 Thread Niall Pemberton
l - Original Message - From: "Lindholm, Greg" <[EMAIL PROTECTED]> Sent: Friday, July 01, 2005 7:48 PM Hi Is the Antlr jar needed to run Struts 1.2.7 or is it only used to build it? I want to use Struts 1.2.7 together with Hibernate 3.0.5 however each includes a different version

Version of Antlr in Struts 1.2.7

2005-07-01 Thread Lindholm, Greg
Hi Is the Antlr jar needed to run Struts 1.2.7 or is it only used to build it? I want to use Struts 1.2.7 together with Hibernate 3.0.5 however each includes a different version of Antlr and I'm unsure of compatibility. Struts 1.2.7 comes with Antlr 2.7.2 and Hibernate 3.0.5 comes with

Re: and Struts 1.2.7 possible bug?

2005-07-01 Thread Niall Pemberton
Its a bug in Version 1.2.7 caused by the changes for Bug 34027. It has been reported in Bug 35127 and a fix has been applied I have upated the upgrade notes on the wiki to make a note of this: http://wiki.apache.org/struts/StrutsUpgradeNotes124to127 Niall - Original Message - From: "Ed

Re: and Struts 1.2.7 possible bug?

2005-07-01 Thread Xi Ping Wang
There is no name attribute in form tag according to xhtml specification. So if you use or , name attribute will not be generated. You can use id attribute to identify your form. 2005/7/2, Eduardo José Hernández Cisneros <[EMAIL PROTECTED]>: > Hi everybody, > > I recently upgrade my st

and Struts 1.2.7 possible bug?

2005-07-01 Thread Eduardo José Hernández Cisneros
Hi everybody, I recently upgrade my struts libraries to 1.2.7 from 1.2.4. I am using the tag with: … In 1.2.4 version the html:form tag renders correctly the form name attribute, but when a I changed to 1.2.7 the form name disappeared and this causing trouble with a javascript clien

Re: from struts 1.1 to struts 1.2.7 on JDev 10 g

2005-06-27 Thread Metin Erksan
hi erol, do not play jdevelopers default struts folder.just add struts-1.2.7 do project library as third library and be sure that struts-1.2.7 must be on top of the other libraries. i had tried and it had worked. regards EROL TEZCAN <[EMAIL PROTECTED]> wrote: Hi All, I am using JD

from struts 1.1 to struts 1.2.7 on JDev 10 g

2005-06-27 Thread EROL TEZCAN
Hi All, I am using JDev 10g. Now I want to use struts 1.2.7. Now it works with struts 1.1 I downloaded struts 1.2.7 and extract it in a temp folder, and copied all files to /jdev/jakarta_struts/ folder. When I want to run my old application(employee), it gives me some of errors like that

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

Struts 1.2.7 JAR files different from Commons JAR files

2005-06-08 Thread Woodchuck
hihi all, 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

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
7 PM > Hi, > > I'm upgrading my project to the latest version of struts 1.2.7. > In the Wiki under the Dependency section > (http://wiki.apache.org/struts/StrutsRelease127) it mentions that the > Common BeanUtils version 1.7.0 is required. > When I look at the Manifest.

Re: Struts-1.2.7

2005-05-30 Thread James Mitchell
PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, May 30, 2005 10:47 AM Subject: Struts-1.2.7 Hi, I'm upgrading my project to the latest version of struts 1.2.7. In the Wiki under the Dependency section (http://wiki.apache.org/struts/StrutsRelease

Struts-1.2.7

2005-05-30 Thread gdeschen
Hi, I'm upgrading my project to the latest version of struts 1.2.7. In the Wiki under the Dependency section (http://wiki.apache.org/struts/StrutsRelease127) it mentions that the Common BeanUtils version 1.7.0 is required. When I look at the Manifest.mf file found in the struts-1.2.

Re: ActionError in Struts 1.2.7

2005-05-27 Thread Niall Pemberton
In the Action there are two convenience methods: saveErrors(request, ActionMessages) saveMessages(request, ActionMessages) You cn use the saveMessages() method to store under the messages key. Niall - Original Message - From: "David Johnson" <[EMAIL PROTECTED]> Sent:

Re: ActionError in Struts 1.2.7

2005-05-26 Thread David Johnson
Niall Related to this, I found your article http://www.niallp.pwp.blueyonder.co.uk/HelpTagsErrorsAndMessages.html VERY helpful ant informative. I've refactored my application (yes it's midnight in NY) to REMOVE all ActionError references (leavinf the ActionErrors in the validate() as you recom

Re: ActionError in Struts 1.2.7

2005-05-26 Thread David Johnson
tyvm :> On 5/26/05, Niall Pemberton <[EMAIL PROTECTED]> wrote: > > It was deprecated in Struts 1.2.4 - theres info about this in the wiki: > > http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 > http://wiki.apache.org/struts/StrutsDeprecatedActionErrors > > Niall > > - Original Mess

Re: ActionError in Struts 1.2.7

2005-05-26 Thread Niall Pemberton
It was deprecated in Struts 1.2.4 - theres info about this in the wiki: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 http://wiki.apache.org/struts/StrutsDeprecatedActionErrors Niall - Original Message - From: "David Johnson" <[EMAIL PROTECTED]> Sent: Friday, May 27, 2005 2:48

ActionError in Struts 1.2.7

2005-05-26 Thread David Johnson
Hi all I notice that ActionError is deprecated in this version.. is there some document describing what we should now be doing? [javac] C:\Builds\riskGrid\src\com\company\struts\form\QueryResultsForm.java:101: warning: org.apache.struts.action.ActionError in org.apache.struts.actionhas been d

[ANNOUNCE] Struts 1.2.7 (General Availabilty)

2005-05-26 Thread Niall Pemberton
The Struts team is pleased to announce the release of Struts 1.2.7 for General Availability. This release includes new functionality, as well as numerous fixes for bugs which were reported against the previous release, and supersedes the earlier 1.2.4 version as the latest official release of

Struts 1.2.7 Quality Vote

2005-05-22 Thread Niall Pemberton
I have started a "voting" thread on the quality of the Struts 1.2.7 test build over on the "dev" list. http://www.mail-archive.com/dev%40struts.apache.org/msg09214.html Anyone wishing to participate/comment are welcome to

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
ginal Message- > From: Aladin Alaily [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 10:54 AM > To: Struts Users Mailing List > Subject: Struts 1.2.7 > > > Hi Everyone, > > I was just curious if anyone has been using struts v. 1.2.7? > > If so, what d

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 Subje

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

Struts 1.2.7

2005-05-18 Thread Aladin Alaily
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? Personally, I think that being able to save the errors in the session is a great addition (I wrote a hack for v. 1.2.4 to do exactly that). Thanks, Aladin -

Re: [ANNOUNCE] Struts 1.2.7 Test Build Available

2005-05-06 Thread Niall Pemberton
In the Struts 1.2.x series we adopted the Tomcat style of release. We ship a version (say 1.2.7) and then vote on its quality. If there are any issues we don't fix that version we just roll the next one (i.e. 1.2.8). Version 1.2.6 was voted only "beta" quality since there were a issues with it -

Re: [ANNOUNCE] Struts 1.2.7 Test Build Available

2005-05-06 Thread Michael Jouravlev
While 1.2.7 is going to be released, should 1.2.6 status be changed to "stable", or there will be two beta versions? Or 1.2.7 will become "stable" and 1.2.6 will be removed from download? Michael. > At 1:18 PM +0100 5/6/05, Niall Pemberton wrote: > >The Struts 1.2.

Re: [ANNOUNCE] Struts 1.2.7 Test Build Available

2005-05-06 Thread Joe Germuska
At 1:18 PM +0100 5/6/05, Niall Pemberton wrote: The Struts 1.2.7 Test Build is now available here: http://cvs.apache.org/dist/struts/v1.2.7/ Thank you for taking the time, Niall -- this is really valuable. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "N

[ANNOUNCE] Struts 1.2.7 Test Build Available

2005-05-06 Thread Niall Pemberton
The Struts 1.2.7 Test Build is now available here: http://cvs.apache.org/dist/struts/v1.2.7/ The release notes include highlights of changes in this version, as well as the full details of changes and bug fixes: http://struts.apache.org/userGuide/release-notes.html Once feedback has been

Struts 1.2.7?

2005-01-20 Thread Benedict, Paul C
I saw the votes on Struts 1.2.6 (http://wiki.apache.org/struts/StrutsRelease126) and it was voted Beta quality. I also know that Struts 1.3 is receiving active development, but is this preventing the next GA for 1.2.7+? Thanks, Paul ---