Servlet Exception

2004-09-28 Thread Zakaria kHABOT
Hi all, When I try to display a collection using Struts, I encountred this exception : (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Illegal target of jump or branch I am using Tomcat 4.0. Can Someone help me Thanks

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Sean Schofield
I'm trying to download from the subversion (anonymously) and I keep getting a 501 Not Implemented error. I'm typing the URL correctly and this does not work for any of the projects (including Struts). Could this be something to do my firewall at work? Does subversion use something other

NAG - Please commit my patches before subversion switch

2004-09-28 Thread Sean Schofield
As per Craig's suggestion, I will nag the committers to apply the patches I have submitted to Bug #31230. These patches fix 2 of 3 classes that were using deprecated code. The bug needs to remain open, however, because there is still one more class that needs to be fixed. Thanks, sean

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Don Brown
I just checked it out over http and everything worked correctly. Are you sure you are hitting http://svn.apache.org/repos/test/struts ? Don Sean Schofield wrote: I'm trying to download from the subversion (anonymously) and I keep getting a 501 Not Implemented error. I'm typing the URL

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Sean Schofield
Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work as well. The client must be requiring something over a port that is blocked. My guess is that the clien is interpreting a refused connection as the server not being available. Thanks,

Re: NAG - Please commit my patches before subversion switch

2004-09-28 Thread Martin Cooper
On Tue, 28 Sep 2004 11:50:10 -0400, Sean Schofield [EMAIL PROTECTED] wrote: As per Craig's suggestion, I will nag the committers to apply the patches I have submitted to Bug #31230. These patches fix 2 of 3 classes that were using deprecated code. The bug needs to remain open, however,

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Martin Cooper
On Tue, 28 Sep 2004 11:57:20 -0400, Sean Schofield [EMAIL PROTECTED] wrote: Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work as well. The client must be requiring something over a port that is blocked. My guess is that the clien is

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

Problem related to Struts-tiles

2004-09-28 Thread Anant D Agarwal
Hi, I am using tiles in my project .I am using classic layout my tiles-defs.xml which i made have one definition tag like this definition name=site.mainLayout path=/layouts/classicLayout.jsp put name=title value=Tiles Blank Site / put name=header value=/tiles/common/header.jsp / put name=menu

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Greg Reddin
CVS in pserver mode connects over port 2401. Does anyone know what port svn uses? Thanks, Greg Sean Schofield wrote: Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work as well. The client must be requiring something over a port that is

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Don Brown
Port 80, just like any other web server. Committers will use 443 (SSL) for authentication. Don Greg Reddin wrote: CVS in pserver mode connects over port 2401. Does anyone know what port svn uses? Thanks, Greg Sean Schofield wrote: Yes. I think the problem must be my firewall at work. I

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Jose Luiz Junior
Mind that SVN uses WebDAV standard, not simple HTTP WWW standard. Your firewall might be blocking PUT, MKCOL, OPTIONS, PROPFIND, LOCK and UNLOCK. its usual. Respectfully, Jose Luiz Peleteiro - To unsubscribe, e-mail: [EMAIL

Re: NAG - Please commit my patches before subversion switch

2004-09-28 Thread Sean Schofield
OK. I will try to come up with a patch for the third class and email the list when its done. Thanks for the response. sean Martin Cooper wrote: On Tue, 28 Sep 2004 11:50:10 -0400, Sean Schofield [EMAIL PROTECTED] wrote: As per Craig's suggestion, I will nag the committers to apply the

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Salvador Trujillo Gonzalez
On Tue, 28 Sep 2004, Greg Reddin wrote: CVS in pserver mode connects over port 2401. Does anyone know what port svn uses? It uses 3690, Salva Thanks, Greg Sean Schofield wrote: Yes. I think the problem must be my firewall at work. I have the same problem accessing CVS from work

DO NOT REPLY [Bug 31455] New: - null Boolean field value in ActionForms

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

Re: [ANN] CVS to Subversion Conversion Wednesday

2004-09-28 Thread Don Brown
Subversion can actually be exposed multiple ways. One such way is to use its built-in svnserve server which does listen over 3690. Subversion can also be exposed via WebDAV as an Apache 2.0 module. In the latter case, it can listen at any port Apache is configured to listen on, usually 80

DO NOT REPLY [Bug 31455] - null Boolean field value in ActionForms

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

Re: NAG - Please commit my patches before subversion switch

2004-09-28 Thread James Mitchell
No, thank you for the patches! -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: Sean Schofield [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 12:53 PM

DO NOT REPLY [Bug 31455] - null Boolean field value in ActionForms

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

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

DO NOT REPLY [Bug 31365] - Add initValue attribute to html:radio tags

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

DO NOT REPLY [Bug 31230] - Multiple classes using deprecated DefinitionsUtil class

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

DO NOT REPLY [Bug 31230] - Multiple classes using deprecated DefinitionsUtil class

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

Re: coming out for JSF + Struts

2004-09-28 Thread Thomas L Roche
Tom Roche Sun, 21 Mar 2004 13:49:45 -0500 summary: McClanahan should clearly state *in some major publication* OK, mebbe it'll get cited in some major publication :-) * that JSF does/will not replace Struts * how JSF and Struts will likely tend to specialize, in future * how probable

Re: struts-1.2.4 not archived at ibiblio.

2004-09-28 Thread Joe Germuska
At 8:31 AM -0500 9/27/04, Antony Joseph wrote: Is there a way we can get struts-1.2.4 archived at ibiblio. The current verion available at the site is struts-1.2.2 I have tried to use maven's jar:deploy goal, and while it worked for struts, I was not able to pass the tests for struts-el. I

Re: coming out for JSF + Struts

2004-09-28 Thread Craig McClanahan
You cannot *imagine* how many people have asked me to clarify this relationship :-). I hope this blog entry helps, but (as I noted) the future of Struts is decided here, not by anything I, or anyone else, might opine elsewhere. Craig On Tue, 28 Sep 2004 22:15:57 -0400, Thomas L Roche [EMAIL

Downloading Applications and Struts

2004-09-28 Thread Michael McGrady
A downloading application utilizing Struts, in my opinion, like the uploading applications, should have its basic classes somewhere else, like uploading is in commons. Such an application, in my opinion, should merely present an interface that subclasses of Struts Actions can, directly or

Re: Downloading Applications and Struts

2004-09-28 Thread Frank W. Zammetti
You are referring to Martin's DownloadAction I believe... Note that he didn't place it in the action package, he placed it in the actions package. It's a subtle difference, but an important one. As I understand it, the action package are the core classes and interfaces of Struts, while the

Re: Downloading Applications and Struts

2004-09-28 Thread Craig McClanahan
On Wed, 29 Sep 2004 00:07:06 -0400, Frank W. Zammetti [EMAIL PROTECTED] wrote: You are referring to Martin's DownloadAction I believe... Note that he didn't place it in the action package, he placed it in the actions package. It's a subtle difference, but an important one. As I understand

Re: Downloading Applications and Struts

2004-09-28 Thread Michael McGrady
Frank W. Zammetti wrote: You are referring to Martin's DownloadAction I believe... Note that he didn't place it in the action package, he placed it in the actions package. It's a subtle difference, but an important one. As I understand it, the action package are the core classes and

Re: Downloading Applications and Struts

2004-09-28 Thread Frank W. Zammetti
Craig McClanahan wrote: The proposed example is a good first step, but the hard part of building a framework, as opposed to an application, is figuring out where to define the extension points. An example issue relevant to the current proposal -- what if I want to load my data from somewhere

Re: Downloading Applications and Struts

2004-09-28 Thread Frank W. Zammetti
Michael McGrady wrote: I would never add something that is a mere solution to a non-framework problem. But this is really the crux of the debate, and is also the reason I find myself simultaneously agreeing and disagreeing with you :) The distinction between what is a mere solution to a

Re: Downloading Applications and Struts

2004-09-28 Thread Martin Cooper
Way down there... On Tue, 28 Sep 2004 21:51:55 -0700, Craig McClanahan [EMAIL PROTECTED] wrote: On Wed, 29 Sep 2004 00:07:06 -0400, Frank W. Zammetti [EMAIL PROTECTED] wrote: You are referring to Martin's DownloadAction I believe... Note that he didn't place it in the action package, he