commons-logging problem in 1.1 RC2

2003-06-09 Thread Raible, Matt
I found that this release candidate has a (seemingly) bad commons-logging.jar. I have a nightly build of Struts (20030326) and it's commons-logging.jar is 31K. The one shipped with 1.1 RC2 is only 22K and none of my JUnit tests emit any log messages. If I replace 1.1 RC2's commons-logging.jar

select is missing a readonly attribute

2003-03-20 Thread Raible, Matt
The html:select tag is missing a readonly attribute - is this as designed? http://jakarta.apache.org/struts/userGuide/struts-html.html#select Thanks, Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[proposal] Add Validating Two Fields to Validator (codeincluded)

2003-02-25 Thread Raible, Matt
I would like to propose that we add the validateTwoFields functionality to the validator. I don't have the source, so I can't submit a true patch, but hopefully this e-mail will get the ball rolling. Add this method, in my case it's in org.appfuse.webapp.util.ValidationUtil: public

Re: Modules and path mapping (/do/*)

2003-01-08 Thread Raible, Matt
Something I've been meaning to try is to actual define the module as /do/$MODULE, but I don't have any open projects that use modules to try this with =:( Do you mean on the controller element? or on the forward? or in the actionServlet's entry in web.xml? BTW, it it possible to get out of