DO NOT REPLY [Bug 12323] - Powered by Struts

2002-09-21 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://nagoya.apache.org/bugzilla/show_b

Re: Help getting remote CVS set up

2002-09-21 Thread David M. Karr
Ok, I believe I've got SSH tunnelling set up correctly, as I was able to do the checkout from WinCVS, with the supposedly correct CVSROOT. Now, about line endings. I believe I have my Cygwin configured in "binmode", which means that it expects and writes unix line endings. I noticed that WinCV

Details of "cvs import" for creating "contrib/struts-el"

2002-09-21 Thread David M. Karr
Once I get various administrative details straightened out in my local repository, is it reasonable to assume that I would move forward with creating a "contrib" directory containing the contents of my attachment to the "Struts-EL" enhancement request (#12365)? If so, I could use a little help wi

FW: getting MessageResources within ActionForm.reset()

2002-09-21 Thread Taylor, Jason
I posted a question to the struts-user group asking how one could get a Resource bundle from within the ActionForm.reset() method. The way I've been doing it was to use the ActionServlet.getResources() method, but it's now deprecated. I tried just making a new Action object and using the Action.

[TEST] Mail Testing

2002-09-21 Thread Peter A. J. Pilgrim
Mail Testing 1 2 3 DSL -- Peter Pilgrim +-\ +-+++++ Java Technologist | | | ||||| 'n' Shine | O | | || --+| ---+ /\| ._ / | | \ \ || / \ | | \ \ | |+-- || ---+ A new day /_ _\ "U

Re: FW: getting MessageResources within ActionForm.reset()

2002-09-21 Thread Matt Raible
You can get the resources using the following: MessageResources resources = (MessageResources) request.getAttribute(Action.MESSAGES_KEY) --- "Taylor, Jason" <[EMAIL PROTECTED]> wrote: > I posted a question to the struts-user group asking how one could get a > Resource bundle

cvs commit: jakarta-struts/src/share/org/apache/struts/action ExceptionHandler.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:36:37 Modified:src/share/org/apache/struts/action ExceptionHandler.java Log: Fix line ends. Revision ChangesPath 1.7 +162 -162 jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java Index: ExceptionHandler.java ==

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:46:52 Modified:src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java Lo

cvs commit: jakarta-struts/src/share/org/apache/struts/actions DispatchAction.java ForwardAction.java IncludeAction.java LookupDispatchAction.java SwitchAction.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:58:46 Modified:src/share/org/apache/struts/actions DispatchAction.java ForwardAction.java IncludeAction.java LookupDispatchAction.java SwitchAction.java Log: More cleanup identified by IDEA. Revision Changes

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigHelper.java ConfigHelperInterface.java

2002-09-21 Thread martinc
martinc 2002/09/21 23:13:57 Modified:src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigHelper.java ConfigHelperInterface.java Log: More cleanup identified by IDEA. Revision ChangesPath 1.8

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean CookieTag.java CookieTei.java DefineTag.java HeaderTag.java IncludeTag.java MessageTag.java PageTag.java ParameterTag.java ResourceTag.java ResourceTei.java SizeTag.java StrutsTag.java WriteTag.java

2002-09-21 Thread martinc
martinc 2002/09/21 23:32:47 Modified:src/share/org/apache/struts/taglib/bean CookieTag.java CookieTei.java DefineTag.java HeaderTag.java IncludeTag.java MessageTag.java PageTag.java ParameterTag.java ResourceTag.jav