Exception while executing

2004-07-15 Thread sathesh kumar
Hai, The following things are happening when i execute the Struts application in my browser. My configuration . 1. Tomcat 5 server 2. jdk 1.4 3. struts1.1 (struts.jar ) I created ActionForm,Action classes (WEB-INF\classes) and struts- html.tld,struts-config.xml,web.xml (WEB-INF) and put st

[Apache Struts Wiki] Updated: StrutsConsultants

2004-07-15 Thread dev
Date: 2004-07-15T01:50:30 Editor: 217.58.39.98 <> Wiki: Apache Struts Wiki Page: StrutsConsultants URL: http://wiki.apache.org/struts/StrutsConsultants no comment Change Log: -- @@ -75,6 +75,7 @@ *

[RequestProcessor#processNoCache] Switching modules

2004-07-15 Thread Michael Albrecht
Hi @all! The implementation of this method is the following: if (moduleConfig.getControllerConfig().getNocache()) { response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "no-cache,no-store,max-age=0"); response.setDateHeader("Expires", 1); } The comment tells

cvs commit: jakarta-struts/doc bylaws.xml

2004-07-15 Thread husted
husted 2004/07/15 04:30:09 Modified:doc bylaws.xml Log: Refinements based on postings made to board@ (regarding other projects) Revision ChangesPath 1.3 +27 -16jakarta-struts/doc/bylaws.xml Index: bylaws.xml =

cvs commit: jakarta-struts/doc acquiring.xml releases.xml

2004-07-15 Thread husted
husted 2004/07/15 04:30:40 Modified:doc acquiring.xml releases.xml Log: Add links to development Maven repository Revision ChangesPath 1.18 +21 -17jakarta-struts/doc/acquiring.xml Index: acquiring.xml =

cvs commit: jakarta-struts/doc roadmap.xml

2004-07-15 Thread husted
husted 2004/07/15 04:30:57 Modified:doc roadmap.xml Log: Update to reflect current development discussions Revision ChangesPath 1.3 +12 -13jakarta-struts/doc/roadmap.xml Index: roadmap.xml

cvs commit: jakarta-struts/doc releases.xml acquiring.xml

2004-07-15 Thread husted
husted 2004/07/15 04:56:08 Modified:doc releases.xml acquiring.xml Log: Specify tag of the latest development release Revision ChangesPath 1.10 +1 -1 jakarta-struts/doc/releases.xml Index: releases.xml ===

[Apache Struts Wiki] Updated: TitleIndex

2004-07-15 Thread dev
Date: 2004-07-15T07:08:44 Editor: 210.82.106.156 <> Wiki: Apache Struts Wiki Page: TitleIndex URL: http://wiki.apache.org/struts/TitleIndex no comment Change Log: -- @@ -8,3 +8,190 @@ [[TitleIn

Re: [Apache_Struts_Wiki]_Updated:__TitleIndex

2004-07-15 Thread Hubert Rabago
This same change was put in last night (with the same IP signature) and I quickly took it out. This change here should be taken out again, right? --- [EMAIL PROTECTED] wrote: >Date: 2004-07-15T07:08:44 >Editor: 210.82.106.156 <> >Wiki: Apache Struts Wiki >Page: TitleIndex >URL

[Apache Struts Wiki] Updated: TitleIndex

2004-07-15 Thread dev
Date: 2004-07-15T08:35:33 Editor: SteveRaeburn <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: TitleIndex URL: http://wiki.apache.org/struts/TitleIndex 1089865362 Change Log: -- @@ -8,190 +8,3 @@ --

RE: [Apache_Struts_Wiki]_Updated:__TitleIndex

2004-07-15 Thread Steve Raeburn
Yes. Thanks for spotting it. Steve > -Original Message- > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > Sent: July 15, 2004 7:27 AM > To: Struts Developers List > Subject: Re: [Apache_Struts_Wiki]_Updated:__TitleIndex > > > This same change was put in last night (with the same IP > s

[wiki] Requiring users to register

2004-07-15 Thread Martin Cooper
In the wake (or perhaps midst?) of the recent spam on the Struts wiki, and numerous other wikis at Apache, I plan to ask infra@ to restrict changes to the Struts wiki to registered users only. Any objections? -- Martin Cooper -

Re: [wiki] Requiring users to register

2004-07-15 Thread Niall Pemberton
+1 - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 4:44 PM Subject: [wiki] Requiring users to register > In the wake (or perhaps midst?) of the recent spam on the Struts wiki, and > numerous other wikis at Apache, I pla

RE: CVS reorg: jakarta-struts -> struts

2004-07-15 Thread Martin Cooper
On Tue, 13 Jul 2004, Ted Husted wrote: On Tue, 13 Jul 2004 12:03:00 -0700 (PDT), Martin Cooper wrote:  As long as it's easy for me to check out the entire gorilla if  that's what I want. ;-) But of course :)  That sounds nice in theory, but there are going to be cases where  we'll need to share c

RE: [wiki] Requiring users to register

2004-07-15 Thread James Holmes
+1 -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 10:44 AM To: [EMAIL PROTECTED] Subject: [wiki] Requiring users to register In the wake (or perhaps midst?) of the recent spam on the Struts wiki, and numerous other wikis at Apache, I plan

Re: First Build via CVS and getting a LogFactory error.

2004-07-15 Thread Craig McClanahan
Michael McGrady wrote: I am trying to build Struts via CVS in order to get my hands dirty with a bit of assistance in documentation. I am having one difficulty (error) with the build. The error is: [javac] ^ [javac] C:\src\apache\jakarta-struts\src\shar

Re: [wiki] Requiring users to register

2004-07-15 Thread Craig McClanahan
Martin Cooper wrote: In the wake (or perhaps midst?) of the recent spam on the Struts wiki, and numerous other wikis at Apache, I plan to ask infra@ to restrict changes to the Struts wiki to registered users only. +1 Craig - To

Re: [wiki] Requiring users to register

2004-07-15 Thread Vic Cekvenich
+1 Martin Cooper wrote: In the wake (or perhaps midst?) of the recent spam on the Struts wiki, and numerous other wikis at Apache, I plan to ask infra@ to restrict changes to the Struts wiki to registered users only. Any objections? -- Martin Cooper -

WebLogic hot-deploy causes destroy to be called on ActionServlet

2004-07-15 Thread Ivo Grootjes
Hi, I'm using weblogic 8.1 sp1 and struts 1.1 Since I had a lot of trouble getting hot deploy/swap to work with my struts 1.1 app I did some researching and found that bug #26322 sort of explains what my problems are, although the provided solution doesn't suffice. The provided solution Red

WebLogic hot-deploy causes destroy to be called on ActionServlet

2004-07-15 Thread Ivo Grootjes
Hi, I'm using weblogic 8.1 sp1 and struts 1.1 Since I had a lot of trouble getting hot deploy/swap to work with my struts 1.1 app I did some researching and found that bug #26322 sort of explains what my problems are, although the provided solution doesn't suffice. The provided solution Red

RE: CVS reorg: jakarta-struts -> struts

2004-07-15 Thread Joe Germuska
At 9:03 AM -0700 7/15/04, Martin Cooper wrote: On Tue, 13 Jul 2004, Ted Husted wrote: On Tue, 13 Jul 2004 12:03:00 -0700 (PDT), Martin Cooper wrote: As long as it's easy for me to check out the entire gorilla if that's what I want. ;-) But of course :) That sounds nice in theory, but there are g

Re: CVS reorg: jakarta-struts -> struts

2004-07-15 Thread Craig McClanahan
Joe Germuska wrote: At 9:03 AM -0700 7/15/04, Martin Cooper wrote: On Tue, 13 Jul 2004, Ted Husted wrote: On Tue, 13 Jul 2004 12:03:00 -0700 (PDT), Martin Cooper wrote: As long as it's easy for me to check out the entire gorilla if that's what I want. ;-) But of course :) That sounds nice in th

Re: CVS reorg: jakarta-struts -> struts

2004-07-15 Thread Vic Cekvenich
+ 1 for ant, the devil you know. http://www.unix-girl.com/blog/archives/001516.html .V Ted Husted wrote: On Mon, 12 Jul 2004 17:44:40 -0500, Joe Germuska wrote: Regarding CVS vs. SVN. I have zero SVN experience. I'm not opposed to it, but it will be slower for me personally if we go that route, a

[Apache Struts Wiki] Updated: FrontPage

2004-07-15 Thread dev
Date: 2004-07-15T21:08:29 Editor: CraigMcClanahan <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: FrontPage URL: http://wiki.apache.org/struts/FrontPage no comment Change Log: -- @@ -4,7 +4,7 @@ htt

Re: [wiki] Requiring users to register

2004-07-15 Thread Craig McClanahan
Martin Cooper wrote: In the wake (or perhaps midst?) of the recent spam on the Struts wiki, and numerous other wikis at Apache, I plan to ask infra@ to restrict changes to the Struts wiki to registered users only. This idea has been very popular across Apache developer groups, and has been adop

RE: CVS reorg: jakarta-struts -> struts

2004-07-15 Thread Martin Cooper
On Thu, 15 Jul 2004, Joe Germuska wrote: At 9:03 AM -0700 7/15/04, Martin Cooper wrote: On Tue, 13 Jul 2004, Ted Husted wrote: On Tue, 13 Jul 2004 12:03:00 -0700 (PDT), Martin Cooper wrote: As long as it's easy for me to check out the entire gorilla if that's what I want. ;-) But of course :) T