RE: Impossible to start two Struts 2 apps at the same time on Tomcat 6

2009-08-14 Thread David T. Webb
You need to set Tomcat for UCL (Unified Class Loading). Package your struts jar files in the WAR, and NOT in the Tomcat server classpath. I have apps running in the same container with different versions of struts. -- Sincerely, David Webb, President BrightMove, Inc. http://www.brightmove.com

RE: Submitting Patch for 1.3.11

2009-07-29 Thread David T. Webb
idea, I'll apply it (as-is or modified as necessary). Is the issue is new, please create a new STR issue in JIRA. Otherwise, attach it to an existing issue and let me know. Paul On Wed, Jul 29, 2009 at 10:43 AM, Antonio Petrelli < antonio.petre...@gmail.com> wrote: > 2009/7/29

RE: Submitting Patch for 1.3.11

2009-07-29 Thread David T. Webb
lease create a new STR issue in JIRA. Otherwise, attach it to an existing issue and let me know. Paul On Wed, Jul 29, 2009 at 10:43 AM, Antonio Petrelli < antonio.petre...@gmail.com> wrote: > 2009/7/29 David T. Webb : > > Has anyone submitted patches to the struts development tea

Submitting Patch for 1.3.11

2009-07-29 Thread David T. Webb
Has anyone submitted patches to the struts development team before? I have submitted patches to other projects before and never heard anything back. I want to make sure they accept patches and correspond with the developer before I spend the time to outline everything and send it in. Thanks. -

Date Validation using session Locale

2009-07-27 Thread David T. Webb
I am using Struts 1.3.10  and I am trying to achieve client side javascript date validation using the default datePattern from the user's session Locale.  Objective is to validate any date format based on Locale without specifying a specific pattern. My Form field validation rule is this: