DO NOT REPLY [Bug 30342] - Struts-faces & JSF commandLink bug in RI 1.1

2004-07-29 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30014] - New nightly struts-faces build causes error

2004-07-29 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://issues.apache.org/bugzilla/show_bu

RE: Getting all the mails twice

2004-07-29 Thread tiwari.rajeev
Me too. - regards Raj (+91-11-31261821) -Original Message- From: Abhishek Khandelwal [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:50 PM To: Struts Developers List Subject: Getting all the mails twice Why am I getting all the mails twice? On Mon, 2004-07-26 at 08:06, [EMAI

DO NOT REPLY [Bug 30401] New: - ActionMessage should include option for bundle

2004-07-29 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://issues.apache.org/bugzilla/show_bu

Re: Struts 1.2.2

2004-07-29 Thread Ted Husted
I don't think we're picky at this point. Either what Ant does or what Maven does would be fine, robert. -Ted. On Thu, 29 Jul 2004 22:35:15 +0100, robert burrell donkin wrote: > On 28 Jul 2004, at 11:02, Ted Husted wrote: > >  > >> One thing I'd like to do first is to link our "Acquiring" page to

Re: Struts 1.2.2

2004-07-29 Thread robert burrell donkin
On 28 Jul 2004, at 11:02, Ted Husted wrote: One thing I'd like to do first is to link our "Acquiring" page to the Apache mirroring system, so that the distribution hooks up to the preferred place. I haven't looked into how that is done yet. If anyone else has a clue, please feel free to jump in

[Apache Struts Wiki] Updated: StrutsConsultants

2004-07-29 Thread dev
Date: 2004-07-29T11:55:44 Editor: PhilipMarkDonaghy <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsConsultants URL: http://wiki.apache.org/struts/StrutsConsultants Changed my link Change Log:

Re: DO NOT REPLY [Bug 30390] - Wildcarded action mapping cannot create DynaValidatorForm

2004-07-29 Thread James Mitchell
;) -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 12:54 PM Subject: DO NOT REPLY [Bug 30390] - Wildcarded action mapping cannot cre

DO NOT REPLY [Bug 30390] - Wildcarded action mapping cannot create DynaValidatorForm

2004-07-29 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30390] New: - Wildcarded action mapping cannot create DynaValidatorForm

2004-07-29 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://issues.apache.org/bugzilla/show_bu

Re: Multiple Struts Applications

2004-07-29 Thread James Williamson
> I have two distinct Struts applications running in Tomcat between which I > would like to forward a request. I have not been able to create a forward > to > do this. I was able to do this with multiple modules within the same > application, but I would like to be able to forward the request from

RE: Multiple Struts Applications

2004-07-29 Thread Frank Zammetti
If the apps are in different contexts, I'm relatively certain you can't do this (unless I'm wrong :) ). I think your option is to send a redirect, with the attributes from your request appended as a query string. If I remember correctly, a forward is only for inter-context, a redirect is for

Multiple Struts Applications

2004-07-29 Thread Scott Mulligan
I have two distinct Struts applications running in Tomcat between which I would like to forward a request. I have not been able to create a forward to do this. I was able to do this with multiple modules within the same application, but I would like to be able to forward the request from one st