cvs commit: jakarta-struts build.xml

2002-12-30 Thread martinc
martinc 2002/12/30 00:48:13 Modified:.build.xml Log: Update version for 1.1-b3 release. Revision ChangesPath 1.87 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-struts build.xml

2002-12-30 Thread martinc
martinc 2002/12/30 00:52:50 Modified:.build.xml Log: Reset version for ongoing development. Revision ChangesPath 1.88 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS file:

Re: Switching Modules - isn't working for me...

2002-12-30 Thread lldias
Hi, I am having that problem too. As I think that that bug is already reported under Bugzilla Bug # 11021, I was waiting for a fix. Last friday I had to do some testing im my application, and that bug was avoiding it. Reading what people were saying about this and other related bug I decided to

Re: Switching Modules - isn't working for me...

2002-12-30 Thread Cedric Dumoulin
Does someone have a simple example war file reproducing the problem ? If yes, could you send it to me ? Cedric Matt Raible wrote: I tried switching to last night's build, but that appears to be even worse - I can't even use the default module. I get the following error the first time (and

Re: Switching Modules - isn't working for me...

2002-12-30 Thread Matt Raible
This was caused by the StrutsMenu PlugIn in my situation. Changing ApplicationConfig to ModuleConfig fixed the problem. Here's from from the bug I documented: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15697 --- I compiled with the latest nightly of

options collection problem

2002-12-30 Thread Jain, Vikas
I am having trouble in displaying default or previous stored value while using the following: html:select property=noticeStatus html:options collection=someList labelProperty=noticeStatusStrKey property=noticeStatusStrValue/ /html:select Value is selected and set properly but next time it

RE: options collection problem

2002-12-30 Thread Karr, David
The setter and getter for the noticeStatus property on your form bean are the key to this. The setter is used when you submit the form, and the getter is used to populate the selected item. It would be useful to set a breakpoint in your getter method, to first verify it is getting there, and

Re: LogFactory compile error with Commons Logging 1.0.2

2002-12-30 Thread Craig R. McClanahan
On Sun, 29 Dec 2002, Ted Husted wrote: Date: Sun, 29 Dec 2002 18:46:54 -0500 From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: LogFactory compile error with Commons Logging 1.0.2 Craig R.

RE: options collection problem

2002-12-30 Thread Jain, Vikas
You are right. But here is the confusing part, When getters are called (getNoticeStatus()) on the form associated with the page which has 'noticeStatus', they have null values. So, on the page i use session object to get my values and display them. While submitting the form the setters are

RE: options collection problem

2002-12-30 Thread Jain, Vikas
sorry, i said some wrong statements, Form data is scraped using getters but when the page is displayed next time, the getters have null values, so i gave to use session values on the page to display them. --On Monday, December 30, 2002 9:36 AM -0800 Karr, David [EMAIL PROTECTED] wrote: The

RE: options collection problem

2002-12-30 Thread Karr, David
If you don't put the form bean into the session, the values won't be there on the next request. Do you have the scope of the action set to session or request? -Original Message- From: Jain, Vikas [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 10:36 AM To: Struts

RE: options collection problem

2002-12-30 Thread Jain, Vikas
I had request, i changed that to session.. Same result. However, in action class , i was doing this : if (mapping.getAttribute() != null) { if (request.equals(mapping.getScope())) request.removeAttribute(mapping.getAttribute()); else

DO NOT REPLY [Bug 15721] New: - Module switching and ActionMappings out of synch...

2002-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15721. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Re: Switching Modules - isnĀ“t working for me...

2002-12-30 Thread lldias
Hi, The problem I had switching modules was not fixed by the way I described in my last e-mail: it was not a problem with this version of Struts. I think that it was with an old version I had because today I just downloaded version 1.1 b2 again, set it in my classpath, revised that there was

DO NOT REPLY [Bug 15721] - Module switching and ActionMappings out of synch...

2002-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15721. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15732] New: - Desarrollo de aplicaciones Web con Struts

2002-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15732. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1-b3.xml index.xml

2002-12-30 Thread martinc
2002). /p hr size=1 noshade=/ @@ -111,6 +111,41 @@ /p hr size=1 noshade=/ -- + +h3a name=20021230/a30 Dec 2002 - Struts 1.1 Beta 3 Released/h3 +pThe Struts team is proud to announce the release of Struts 1.1 Beta 3. This +release includes significant new functionality

cvs commit: jakarta-struts KEYS

2002-12-30 Thread martinc
martinc 2002/12/30 19:44:34 Added: .KEYS Log: File containing PGP keys for signing the release. Revision ChangesPath 1.1 jakarta-struts/KEYS Index: KEYS === This file

Struts Action Chaining

2002-12-30 Thread Karl Baum
Some time ago I emailed the developers list with the idea of an Action which chained other Action's together based on Locale. I have implemented the idea and posted the results on the web along with some documentation: http://kbaum.freewebsitehosting.com/doc/ Please take a look and let me know

cvs commit: jakarta-struts/contrib/struts-el/web/exercise-taglib html-link.jsp

2002-12-30 Thread dmkarr
dmkarr 2002/12/30 20:17:27 Modified:contrib/struts-el/doc/userGuide struts-html-el.xml contrib/struts-el/src/share/org/apache/strutsel/taglib/html ELLinkTag.java ELLinkTagBeanInfo.java contrib/struts-el/web/exercise-taglib

DO NOT REPLY [Bug 15734] New: - html:form cannot find the action form

2002-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15734. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15734] - html:form cannot find the action form

2002-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15734. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts build-webapps.xml

2002-12-30 Thread martinc
martinc 2002/12/30 23:29:16 Modified:.build-webapps.xml Log: Since we have links to the news and FAQs in the documentation app, and on the web site, it would be a really good idea to actually build these and include them in the documentation app, and thus have them

DO NOT REPLY [Bug 15732] - Desarrollo de aplicaciones Web con Struts

2002-12-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15732. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.