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
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
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.
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
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
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
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
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/
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
I think validation can pass if an exception is thrown. Please check your log
files that no error is occurring with your validation.
Paul
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
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
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
;
> 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
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
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
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
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
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
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
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
&
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
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
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
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
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
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
[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.
>
> ___
does struts 1.2.7 have JSTL tag lib included in it? or so I have to download
the JSTL seperately?
Thanks.
_
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01
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
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
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
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
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
-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
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_
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
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
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
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.
__
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
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
: 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
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
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
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
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
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
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.
>
&
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
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
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
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
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
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
25/08/2005 07:31 Subject: Re: TagHandlerPool, Struts 1.2.7 and Tomcat 5.5
Please respond to
bcc:
25/08/2005 07:31 Subject: Re: TagHandlerPool,
Struts 1.2.7 and Tomcat 5.5
cc:
bcc:
25/08/2005 07:00 Subject: TagHandlerPool, Struts 1.2.
25/08/2005 07:00 Subject: TagHandlerPool, Struts
1.2.7 and Tomcat 5.5
Please respond to
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
: 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
(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
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
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.
(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"
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
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
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
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
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
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
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
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
--- 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
> 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
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
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
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.
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
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.
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:
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
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
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
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
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
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
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:
>
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
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
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
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
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
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
-
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 -
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.
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
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
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
---
99 matches
Mail list logo