svn commit: r159583 - in struts/apps/trunk/examples/src: java/org/apache/struts/webapp/validator/ webapp/WEB-INF/validator/ webapp/validator/

2005-03-31 Thread niallp
Author: niallp Date: Thu Mar 31 03:45:01 2005 New Revision: 159583 URL: http://svn.apache.org/viewcvs?view=revrev=159583 Log: Additional Validation Examples added to struts-examples webapp - resource/bundles examples for validation added (server side and JavaScript) - validwhen Validator

Re: Config inheritance

2005-03-31 Thread Hubert Rabago
-Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 12:41 PM To: Hubert Rabago; Struts Developers List Subject: Re: Adventures with configuration inheritance I disagree with this interpretation. For what it's worth, my assumption would

Re: ActionContext convenience methods

2005-03-31 Thread Dakota Jack
I, for one, am of one mind with Hubert on these questions. I particularly favor the one context option. Jack On Tue, 29 Mar 2005 16:36:56 -0600, Joe Germuska [EMAIL PROTECTED] wrote: At 3:15 PM -0600 3/29/05, Hubert Rabago wrote: I think the bigger question is, what happens in the future

Re: ActionContext convenience methods

2005-03-31 Thread Dakota Jack
SNIP On Thu, 31 Mar 2005 05:55:27 -0500, Ted Husted [EMAIL PROTECTED] wrote: So long as people follow our advice, and extend the base class, they will be protected from changes to the API. If someone chooses to implement the interface from scratch, then they will have some more work to

svn commit: r159602 - struts/taglib/trunk/maven.xml

2005-03-31 Thread jmitchell
Author: jmitchell Date: Thu Mar 31 07:19:18 2005 New Revision: 159602 URL: http://svn.apache.org/viewcvs?view=revrev=159602 Log: force tests before dist instead of after Modified: struts/taglib/trunk/maven.xml Modified: struts/taglib/trunk/maven.xml URL:

svn commit: r159606 - in struts/core/branches/STRUTS_1_2_BRANCH: ./ src/examples/org/apache/struts/webapp/validator/ web/examples/WEB-INF/validator/ web/examples/validator/

2005-03-31 Thread niallp
Author: niallp Date: Thu Mar 31 07:36:06 2005 New Revision: 159606 URL: http://svn.apache.org/viewcvs?view=revrev=159606 Log: Port Additional Validation Examples to 1.2.X Branch Tow new validation examples added to struts-examples webapp: - resource/bundles examples for validation added (server

svn commit: r159608 - struts/core/trunk/src/share/org/apache/struts/validator/validwhen/ValidWhen.java

2005-03-31 Thread niallp
Author: niallp Date: Thu Mar 31 07:52:09 2005 New Revision: 159608 URL: http://svn.apache.org/viewcvs?view=revrev=159608 Log: Improve ValidWhen Exception Handling - exceptions are now logged and validation fails returning an error message with details of the error. The problem with ValidWhen is

[Struts Wiki] Update of StrutsConsultants by JensDietrich

2005-03-31 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by JensDietrich: http://wiki.apache.org/struts/StrutsConsultants --

svn commit: r159609 - struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/validator/validwhen/ValidWhen.java

2005-03-31 Thread niallp
Author: niallp Date: Thu Mar 31 08:10:16 2005 New Revision: 159609 URL: http://svn.apache.org/viewcvs?view=revrev=159609 Log: Port Improved ValidWhen Exception Handling to 1.2.X Branch Improve ValidWhen Exception Handling - exceptions are now logged and validation fails returning an error

Re: The separation of Struts and Tiles

2005-03-31 Thread Snow Huynh
Thank you, Joe! We will work with the fact that Tiles separation possibly will happen, but not sure when. Snow Huynh

Re: ActionContext convenience methods

2005-03-31 Thread Ted Husted
On Thu, 31 Mar 2005 07:07:53 -0800, Dakota Jack [EMAIL PROTECTED] wrote: I cannot think of [m]any or even any larger Sun interfaces that include utility methods. Which ones do you have in mind? Map, for example, includes several optional operations. *

[Struts Wiki] Update of StrutsUniversity by TedHusted

2005-03-31 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Struts Wiki for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/StrutsUniversity New page: Downloads: *

Re: ActionContext convenience methods

2005-03-31 Thread Craig McClanahan
On Thu, 31 Mar 2005 13:09:29 -0500 (EST), Frank W. Zammetti [EMAIL PROTECTED] wrote: How about just introducing something like an ActionContextUtils class? Just a bunch of static methods for these kinds of utility functions? Make it have no direct relationship to ActionContext itself, i.e., no

Re: ActionContext convenience methods

2005-03-31 Thread Frank W. Zammetti
D'oh! Didn't see the obvious before. Is it Friday already because my brain apparently thinks it is! :) Frank Craig McClanahan wrote: On Thu, 31 Mar 2005 15:06:05 -0500 (EST), Frank W. Zammetti [EMAIL PROTECTED] wrote: On Thu, March 31, 2005 1:57 pm, Craig McClanahan said: Every single time

Re: ActionContext convenience methods

2005-03-31 Thread Dakota Jack
I don't think this is comparable. Map has those methods in relation to its basic operations. They are not utilities. On Thu, 31 Mar 2005 13:02:34 -0500, Ted Husted [EMAIL PROTECTED] wrote: On Thu, 31 Mar 2005 07:07:53 -0800, Dakota Jack [EMAIL PROTECTED] wrote: I cannot think of [m]any or

Re: ActionContext convenience methods

2005-03-31 Thread Dakota Jack
Hoouzah, I could not agree more. Please listen to this. Jack On Thu, 31 Mar 2005 10:57:45 -0800, Craig McClanahan [EMAIL PROTECTED] wrote: On Thu, 31 Mar 2005 13:09:29 -0500 (EST), Frank W. Zammetti [EMAIL PROTECTED] wrote: How about just introducing something like an ActionContextUtils

Re: ActionContext convenience methods

2005-03-31 Thread Frank W. Zammetti
Wow, Jack agrees with Craig about something?!? I guess I can book that ski trip to Hades now :) Frank Dakota Jack wrote: Hoouzah, I could not agree more. Please listen to this. Jack On Thu, 31 Mar 2005 10:57:45 -0800, Craig McClanahan [EMAIL PROTECTED] wrote: On Thu, 31 Mar 2005 13:09:29 -0500

Re: ActionContext convenience methods

2005-03-31 Thread Dakota Jack
///;-) Truth is that I agree with Craig on most things, except JSF. I have been an admirer and a student of Craig for a long time. That does not mean I don't know how to disagree, however, as you so insightfully note. LOL Jack On Thu, 31 Mar 2005 17:07:48 -0500, Frank W. Zammetti [EMAIL

Re: The separation of Struts and Tiles

2005-03-31 Thread David Geary
Le Mar 30, 2005, à 1:44 PM, Joe Germuska a écrit : At 3:32 PM -0500 3/30/05, Snow Huynh wrote: Konstantin, thank you for responding so quickly! You wrote: Tiles-only servlet would be a piece of cake. YOu can start with latest known one... That is definitely an option. Is maintaining the

svn commit: r159665 - struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java

2005-03-31 Thread mrdon
Author: mrdon Date: Thu Mar 31 21:26:39 2005 New Revision: 159665 URL: http://svn.apache.org/viewcvs?view=revrev=159665 Log: Removing old global, unused RequestProcessor variable Modified: struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java Modified:

DO NOT REPLY [Bug 34224] - validWhen not working

2005-03-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34224. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34218] - Subclassing Struts- and Struts-EL Taglibs

2005-03-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34218. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.