[ANN] Struts updated in Out-of-the-Box 2.1 release

2003-07-14 Thread Eric Weidner
Struts 1.1 is included in Out-of-the-Box 2.1, an intelligent distribution of over 100 Open Source projects for Java developers on both Linux and Windows. Major changes since Out-of-the-Box 2.0: * Added Oracle and DB2 integration for JBoss and the sample projects * Semi-automatic database

Re: [ANN] Struts updated in Out-of-the-Box 2.1 release

2003-07-14 Thread Eric Weidner
cough-uphardware/cough-up Seriously though, OS X is high on our priority list when we get some hardware. Eric On Monday July 14 2003 12:17 pm, Chappell, Simon P wrote: coughMac OS X version?/cough -Original Message- From: Eric Weidner [mailto:[EMAIL PROTECTED] Sent: Monday, July

Re: [REPOST] NoClassDefFound exception in JBoss3 with integratedTomCat when instantiating Actions

2003-01-13 Thread Eric Weidner
issues when having multiple ear's, war's, etc running around. Workaround: Same as above. JBoss 3.0.5 final was just released and I haven't tested with that to see if they've resolved anything. Hope this helps, Eric Eric Weidner Sr. Engineer EJB Solutions, Inc. http://www.ejbsolutions.com Get

Re: empty form after errors

2002-11-07 Thread Eric Weidner
In 1.1b2, I have found that if you have to forward from an Action class following a JSP to an Action class that precedes the JSP ( like a setup Action ) and both Actions are set to scope=session, then the first Action creates a new form and wipes out the one in the session. I worked around

Parse/Linkage errors deploying in jboss 3.0.4

2002-11-06 Thread Eric Weidner
Since I switched to the 11-02-02 nightly build, I'm getting frequent deployment errors when starting JBoss 3.0.4. Sometimes it comes up fine, and then sometimes it will throw this error repeatedly. I have found that JBoss 3.0.3 and 3.0.4 have introduced some nasty class loader bugs so I

problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
I am running Struts 1.1b2 on Jboss 3.0.3 w/ Tomcat 4.1.12 with JDK 1.4.1 on Windows XP. I have a form page that is validating nicely using required, maxlength, integer, range, and mask validations on various fields. I want to change a field so that it is only required if another field equals

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
Rob Leland wrote: Eric Weidner wrote: I am running Struts 1.1b2 on Jboss 3.0.3 w/ Tomcat 4.1.12 with JDK 1.4.1 on Windows XP. Is this truely Struts 1.1B2, or a nightly ? The requiredif javascript method wasn't added until Oct 18 or so. Mixing different functionality from 1.1B2 a nightly

Re: problem using the 1.1b2 validator dependency feature

2002-11-02 Thread Eric Weidner
]; I get the same error trying to use EQUAL. This bombs all the validation. The error message is from Mozilla, but the javascript fails in IE as well. Any ideas? Rob Leland wrote: Eric Weidner wrote: Yes, this is truly 1.1b2 and that is the line that failed. I figured the requiredif