FW: HELP FROM THE ADMINISTRATOR re: Brian Husted not available

2004-07-09 Thread Matthias Wessendorf
+1 since this mail comes up since days... or weeks? regards, -Original Message- From: Emmanouil Batsis [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 10:31 AM To: Struts Users Mailing List Subject: Re: HELP FROM THE ADMINISTRATOR re: Brian Husted not available +1 Michael McGra

RE: Struts 1.2.1 release - "src" variable declared twice in struts.xsl?

2004-07-09 Thread Roberto Tyley
This probably isn't worth opening up a whole bug report, but I noticed while attempting to build struts for myself that the 'dist' task fails due to doc/stylesheets/struts.xsl being an invalid XSL file - the variable 'src' is declared twice in the same scope (illegal in xsl) at around line 76:

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Vic Cekvenich
#2 I think. .V Ted Husted wrote: The repository is tagged for STRUTS_1_2_1, and the release is available for review at * http://www.apache.org/~husted/struts/v1.2.1 Once you have had a chance to review the release, please respond as to whether we should [ ] Keep this release at Alpha. Foll

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Nicolas De Loof
+1 to promote to Beta. We do not use some 1.2.x added feature, but I didn't notice any trouble when upgrading to 1.2.1 jars. Nico. > The repository is tagged for STRUTS_1_2_1, and the release is available for review > at > > * http://www.apache.org/~husted/struts/v1.2.1 > > Once you have

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread David Graham
+1 on beta. I'm not sure we really need a separate lib distro though. David --- Ted Husted <[EMAIL PROTECTED]> wrote: > The repository is tagged for STRUTS_1_2_1, and the release is available > for review at > > * http://www.apache.org/~husted/struts/v1.2.1 > > Once you have had a chance to re

HSQLDB w/ Struts

2004-07-09 Thread Bussie, Andre D
I'm using HSQLDB I have a Java Action Class that performs an INSERT (queryStr = "INSERT INTO USERS (PASSWORD, EMAIL) VALUES('?', '?')"; ) query my code indicates that the INSERT is successful however when I query the Database SELECT * it doesn't show the current INSERT that was made. Any sug

Re: HSQLDB w/ Struts

2004-07-09 Thread James Mitchell
What mode are you running HSQLDB in? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Bussie, Andre D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 9:26 AM Subject: HSQLDB w/ St

Re: HSQLDB w/ Struts

2004-07-09 Thread James Mitchell
Oh, one more thing. This belongs on user@ no [EMAIL PROTECTED] -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Bussie, Andre D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 9:

RE: HSQLDB w/ Struts

2004-07-09 Thread Andrew Hill
Im not a database guru but it sounds like maybe you need to COMMIT the transaction? Check to see if you are using transactions or not (maybe some setting in your connection pool). This would seem to be more of a problem with the database side than with struts so the hsqldb forums are your best bet

cvs commit: jakarta-struts/doc/stylesheets struts.xsl

2004-07-09 Thread germuska
germuska2004/07/09 07:19:47 Modified:doc/stylesheets struts.xsl Log: give each 'src' variable a distinct name to follow XSL rules Revision ChangesPath 1.24 +7 -7 jakarta-struts/doc/stylesheets/struts.xsl Index: struts.xsl =

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Don Brown
+1 for GA or Beta This would still be made available through the usual apache download pages as a Beta correct? Don Ted Husted wrote: The repository is tagged for STRUTS_1_2_1, and the release is available for review at * http://www.apache.org/~husted/struts/v1.2.1 Once you have had a chance to

RE: Struts 1.2.1 release - "src" variable declared twice in struts.xsl?

2004-07-09 Thread Joe Germuska
At 9:48 AM +0100 7/9/04, Roberto Tyley wrote: This probably isn't worth opening up a whole bug report, but I noticed while attempting to build struts for myself that the 'dist' task fails due to doc/stylesheets/struts.xsl being an invalid XSL file - the variable 'src' is declared twice in the same

[Apache Struts Wiki] New: JavaScript

2004-07-09 Thread dev
Date: 2004-07-09T07:45:14 Editor: 203.200.20.99 <> Wiki: Apache Struts Wiki Page: JavaScript URL: http://wiki.apache.org/struts/JavaScript hjgjjh New Page: ##language:en == Template for Help Pages == Text. === Example === {{{ xxx }}} === Display === xxx CategoryCategory

Re: FW: HELP FROM THE ADMINISTRATOR re: Brian Husted not available

2004-07-09 Thread Martin Cooper
The last time I tried to do this, the ezmlm tools didn't want to work for me. This time, I've removed [EMAIL PROTECTED], which I assume is the subscribed address that's causing the problem. -- Martin Cooper On Fri, 9 Jul 2004, Matthias Wessendorf wrote: +1 since this mail comes up since days...

RE: FW: HELP FROM THE ADMINISTRATOR re: Brian Husted not available

2004-07-09 Thread Matthias Wessendorf
thanks seams to work now regards, > -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 4:48 PM > To: Struts Developers List > Subject: Re: FW: HELP FROM THE ADMINISTRATOR re: Brian Husted > not available > > > The last time I tried to do

Why not create all actions att startup ?

2004-07-09 Thread Nicolas De Loof
On default RequestProcessor implementation, actions are created at runtime when the associated path is requested. I remembre some thread on this list about performance issues about this caused by necessary synchronized block on actions map. AFAIK this implementation has been choosed to ensure q

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Joe Germuska
+1 for beta; I've plugged 1.2.1 into an app which in in another dev cycle and so should be able to give it a pretty good workout. Not quite sure what our threshold for GA is... a certain time period? Sworn testimonials? A sign from above? Joe At 10:47 AM -0400 7/8/04, Ted Husted wrote: The r

RE: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread James Holmes
+1 for beta -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 9:48 AM To: Struts Developers List Subject: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release) The repository is tagged for STRUTS_1_2_1, and the release is availab

Move non-active committers to emeritus status

2004-07-09 Thread James Mitchell
Your thoughts? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Re: FW: HELP FROM THE ADMINISTRATOR re: Brian Husted not available

2004-07-09 Thread Michael McGrady
THANKS, Martin. I hope Brian was not caused a difficulty, but it is easy to resubscribe. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts 1.2.1 release - "src" variable declared twice in struts.xsl?

2004-07-09 Thread Roberto Tyley
Hmm... I using Ant 1.6.1 with J2SE 1.5.0-beta2-b51, which means you don't have to add Xalan - it picks it up from the JDK with the (renamed) copy in the com.sun.org.apache.xalan package. The copy of Xalan is taken from 2.5.2 (you can find this out with com.sun.org.apache.xalan.internal.xslt.Enviro

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Ted Husted
Going from Alpha/Beta to GA is no different than going from RC to Final. A belief that the distribution has been widely tested and an absence of problem reports. I doubt that we'd have the courage to promote 1.2.1 from Alpha to GA, but if some minor issues were found and fixed in a 1.2.1 beta, w

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Niall Pemberton
+1 for GA or if not at least Beta - I know the last release never went anywhere, but there was no pointer on the web site as to where it could be downloaded from and "where is it" came up regularly on the user list. Niall - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "S

Custom validators: ActionMessages vs ActionErrors

2004-07-09 Thread Ng Chong Hin NCS
Had installed Struts 1.2.1 on the local machine and everything runs smoothly ... except for my Struts 1.1 custom validators. Previously, the method signature in the validator was: "public static boolean validateFromToDate(Object bean, ValidatorAction va, Field field, ActionErrors oErrors, HttpSe

RE: Custom validators: ActionMessages vs ActionErrors

2004-07-09 Thread Matthias Wessendorf
see http://struts.apache.org/userGuide/release-notes.html --> Whats new "Although not removed, in many cases you should replace the deprecated ActionErrors with the preferred ActionMessages to ensure correct operation." reason is ActionErroR is deprecated... ActionErrorS can't --> validate() r

[Apache Struts Wiki] Updated: StrutsPoetry

2004-07-09 Thread dev
Date: 2004-07-09T11:25:27 Editor: 129.219.215.103 <> Wiki: Apache Struts Wiki Page: StrutsPoetry URL: http://wiki.apache.org/struts/StrutsPoetry no comment Change Log: -- @@ -1,2 +1,3 @@ * StrutsHaik

[Apache Struts Wiki] New: StrutsLimerick

2004-07-09 Thread dev
Date: 2004-07-09T11:30:33 Editor: 129.219.215.103 <> Wiki: Apache Struts Wiki Page: StrutsLimerick URL: http://wiki.apache.org/struts/StrutsLimerick no comment New Page: There once was a web application That used Struts for its implementation The Boss said "Go Code It!" Now the

[Apache Struts Wiki] Updated: StrutsLimerick

2004-07-09 Thread dev
Date: 2004-07-09T11:36:50 Editor: 209.101.199.82 <> Wiki: Apache Struts Wiki Page: StrutsLimerick URL: http://wiki.apache.org/struts/StrutsLimerick formatted Change Log: -- @@ -1,6 +1,6 @@ -There once w

FW: UNSUBSCRIBE!

2004-07-09 Thread Matthias Wessendorf
-Original Message- From: Swaminathan_g [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 8:55 PM To: [EMAIL PROTECTED] Subject: UNSUBSCRIBE! Dear all, I have tried innumerable number of times to unsubscribe from this mailing list. I am unable to.

Re: UNSUBSCRIBE!

2004-07-09 Thread James Mitchell
FYI -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Matthias Wessendorf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 09, 2004 3:21 PM Subject: FW: UNSUBSCRIBE! > > > -Original

Fw: UNSUBSCRIBE!

2004-07-09 Thread James Mitchell
FYI -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Erik Abele" <[EMAIL PROTECTED]> To: "James Mitchell" <[EMAIL PROTECTED]> Cc: "Infrastructure Apache" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Frid

[Apache Struts Wiki] Updated: StrutsLimerick

2004-07-09 Thread dev
Date: 2004-07-09T14:08:43 Editor: 207.28.192.121 <> Wiki: Apache Struts Wiki Page: StrutsLimerick URL: http://wiki.apache.org/struts/StrutsLimerick no comment Change Log: -- @@ -4,3 +4,11 @@ Now the de

Re: FW: UNSUBSCRIBE!

2004-07-09 Thread Martin Cooper
Please send messages like this to the list owners rather than the dev list. In this case, it would have been [EMAIL PROTECTED] (Of course, the user should have done that himself...) Thanks. -- Martin Cooper On Fri, 9 Jul 2004, Matthias Wessendorf wrote: -Original Message- From: Swaminat

RE: FW: UNSUBSCRIBE!

2004-07-09 Thread Matthias Wessendorf
Martin, thanks for you information, but i didn't know it before... sorry for bothering you. Matthias > -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Friday, July 09, 2004 11:13 PM > To: Struts Developers List > Subject: Re: FW: UNSUBSCRIBE! > > > Please s

Validating Indexed Properties

2004-07-09 Thread Sanjana S
Hello All, I have a requirement to validate indexed properties in my form. According to my requirement the user is initially provided with 3 sets of input fields. The user can increase the number of fields in the form using a link provided to him. Whenever the link is clicked 3 more sets of inpu

[Apache Struts Wiki] Updated: StrutsHaiku

2004-07-09 Thread dev
Date: 2004-07-09T14:36:26 Editor: 216.142.43.20 <> Wiki: Apache Struts Wiki Page: StrutsHaiku URL: http://wiki.apache.org/struts/StrutsHaiku no comment Change Log: -- @@ -112,3 +112,10 @@ Miroslav Ho

[Apache Struts Wiki] Updated: StrutsLimerick

2004-07-09 Thread dev
Date: 2004-07-09T14:44:33 Editor: 216.142.43.20 <> Wiki: Apache Struts Wiki Page: StrutsLimerick URL: http://wiki.apache.org/struts/StrutsLimerick no comment Change Log: -- @@ -12,3 +12,15 @@ A year la

[Apache Struts Wiki] Updated: StrutsLimerick

2004-07-09 Thread dev
Date: 2004-07-09T14:45:03 Editor: 216.142.43.20 <> Wiki: Apache Struts Wiki Page: StrutsLimerick URL: http://wiki.apache.org/struts/StrutsLimerick no comment Change Log: -- @@ -14,10 +14,14 @@ -- Shyam

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Manfred Wolff
+1 for GA. I use the nightly builds since the 1.2.0 branch is forked. -Manfred Ted Husted wrote: The repository is tagged for STRUTS_1_2_1, and the release is available for review at * http://www.apache.org/~husted/struts/v1.2.1 Once you have had a chance to review the release, please respond as

RE: FW: UNSUBSCRIBE!

2004-07-09 Thread Martin Cooper
On Fri, 9 Jul 2004, Matthias Wessendorf wrote: Martin, thanks for you information, but i didn't know it before... sorry for bothering you. Oh, it's not for my benefit - I'm (one of) the list owner(s) anyway. But if people mail the owners, the rest of the list doesn't have to see the messages the

DO NOT REPLY [Bug 30014] New: - New nightly struts-faces build causes error

2004-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30014] - New nightly struts-faces build causes error

2004-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu