Can't Find Source For Struts 1.0.2

2003-11-13 Thread Hohlen, John C
I can't find a link to the source code for Struts 1.0.2 on the Struts website anymore. Anyone know how I can download a copy? Thanks, JOHN - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Will Pop-Up Window Share The Same Session?

2003-08-15 Thread Hohlen, John C
I'm trying to launch a pop-up window for displaying read only data from my main application window. I'm currently having a problem getting the new pop-up window to display anything. It's just blank, so I'm unable to answer the subject question. Here is how I'm launching the new window using

RE: Will Pop-Up Window Share The Same Session?

2003-08-15 Thread Hohlen, John C
=com.erac.edge.presentation.customer.pricingplan.PopUpTestAction forward name=next path=/jsp/popUpWindowTest.jsp/ /action -Original Message- From: Hohlen, John C Sent: Friday, August 15, 2003 10:10 AM To: Struts-User (E-mail) Subject: Will Pop-Up Window Share The Same Session? I'm trying to launch a pop-up

[OT] Source Code Print Utility For Code Reviews?

2003-07-25 Thread Hohlen, John C
Anybody know of a good free print utility for generating hardcopies of Java source files for code reviews? Something that can print landscape, automatically print line numbers, etc. Ideally, I just like to be able put the utility in my Send To folder so I can print the file from Windows

Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
I'm encountering a serialization error due to Plug-In objects, in my case, the org.apache.struts.validator.ValidatorPlugIn not being serializable. An array of plug-ins are stored in application scope in the ActionServlet.initModulePlugIns() method. However, the PlugIn interface does not

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 10:47 AM To: Struts Users Mailing List Subject: Re: Struts 1.1 Bug? PlugIn Objects Not Serializable --- Hohlen, John C [EMAIL PROTECTED] wrote: I'm encountering a serialization error due to Plug-In objects, in my case

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
[EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects Not Serializable --- Hohlen, John C [EMAIL PROTECTED] wrote: That's exactly my problem. I have

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
To: Struts Users Mailing List Cc: [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects Not Serializable On Thu, 10 Jul 2003, Hohlen, John C wrote: Date: Thu, 10 Jul 2003 14:04:31 -0500 From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts

RE: Struts 1.1 Bug? PlugIn Objects Not Serializable

2003-07-10 Thread Hohlen, John C
, 10 Jul 2003, Hohlen, John C wrote: Date: Thu, 10 Jul 2003 14:04:31 -0500 From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Struts 1.1 Bug? PlugIn Objects

RE: [OT] JSTL

2003-07-09 Thread Hohlen, John C
I found Shawn Bayern's book to be an excellent resource: http://www.amazon.com/exec/obidos/tg/detail/-/1930110529/qid=1057764862/sr=8-1/ref=sr_8_1/002-6967439-7181617?v=glances=booksn=507846 JOHN -Original Message- From: Davidson, Glenn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

RESUBMIT: Package-List file in Struts 1.1?

2003-07-03 Thread Hohlen, John C
Anybody know where the package-list file can be found for Struts 1.1 Final? I'm trying to generate some Javadoc offline and I can't find this file in the source jar file that I downloaded. Previously, the package-list was always provided with Struts 1.0. JOHN

Package-List file in Struts 1.1?

2003-07-02 Thread Hohlen, John C
Anybody know where the package-list file can be found for Struts 1.1 Final? I'm trying to generate some Javadoc offline and I can't find this file in the source jar file that I downloaded. Previously, the package-list was always provided with Struts 1.0. JOHN

RE: JavaScript Date Validation Not Working Correctly

2003-06-22 Thread Hohlen, John C
Is this going to be fixed in 1.1 Final? It should would be nice. This bug has been dangling out there for a while and people are always getting hung up on it. It looks like there is a proposed fix. JOHN HOHLEN -Original Message- From: David Graham [mailto:[EMAIL

RE: Class-Path entry in struts.jar (Struts 1.1 RC 2)

2003-06-16 Thread Hohlen, John C
I actually have to remove these entries myself b/c WebLogic 6.1 SP 2 can't handle them. It throws an ArrayIndexOutOfBoundsException if I leave them in. With these entries removed, my application still runs fine. If the entries remain in the manifest file, the correct ones that is, I'd like to

RE: JSTL or Struts taglib: on a large project

2003-06-11 Thread Hohlen, John C
We've been using JSTL for about 6 months now. It works great. Our developers like it much better -- especially with the addition of the Expression Language. Our application hasn't gone into production yet, but it will later this year. We're a medium size team (around 15 developers). Our

RE: commons-logging problem in 1.1 RC2

2003-06-09 Thread Hohlen, John C
Anyone know if RC 2 works with the Commons Logging shipped with RC 1? Thanks, JOHN -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 5:39 PM To: Struts Users Mailing List Subject: Re: commons-logging problem in 1.1 RC2 same here, I had to replace

[OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
I'm using WebLogic 6.1 SP 2 and I can't get the web.xm. error-page configuration to work for exceptions occurring within a JSP. If the exception, occurs in Java code (i.e. non-JSP), the error page works fine. But if it occurs in the JSP, I see a stack trace on the screen instead of forwarding to

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
configuration problem Is you /jsp/error.jsp page a error page? If not it as the Error Page via. %@ page isErrorPage=true % Jimmy -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:59 PM To: Struts-User (E-mail) Subject: [OT] web.xml error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: [OT] web.xml error-page configuration problem Date: Thu, 5 Jun 2003 12:59:26 -0500 I'm using WebLogic 6.1

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: [OT] web.xml error-page configuration problem Date: Thu, 5 Jun 2003 12:59:26 -0500 I'm using

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
] web.xml error-page configuration problem Is this at the top of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: [OT] web.xml error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: [OT] web.xml error-page configuration problem Date: Thu, 5 Jun 2003 12:59:26 -0500

[Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Hohlen, John C
This is a continuation of a post I submitted yesterday as an off topic subject entiled: [OT] web.xml error-page configuration problem (Special thanks to David Graham for his many replies): Currently, this isn't showing up in the archives so I couldn't provide a link. However, I feel this is no

RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Hohlen, John C
to display. out.clearBuffer(); There might be other solutions though. HTH, Mike -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:47 AM To: Struts-User (E-mail) Subject: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help

RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Hohlen, John C
Roy, Your suggestions worked for me. Thanks a lot. Where do you set the buffer size larger than 8K? I wasn't having any problems with tiles:insert commands appearing in the HTML. I'm using WebLogic if it makes any difference. JOHN -Original Message- From: Roy Porter [mailto:[EMAIL

[OT] JavaScript Debugger For Client-Side Validation

2003-03-31 Thread Hohlen, John C
Can anyone recommend a good (and free) JavaScript debugger for Internet Explorer? We have a situation where the Required Field Validation is not working properly. It's a simple form with about 6 input fields, all required. When some of the required fields aren't entered, the form still gets

RE: Configuring Tiles + Validation + Modules

2003-03-27 Thread Hohlen, John C
es only show how to switch from one self-contained module to another. They don't demonstrate how to combine resources/pages from multiple modules into a single page via either includes or tiles/templates. Thanks, Nathan. -Original Message- From: Hohlen, John C [mailto:[EMA

Configuring Tiles + Validation + Modules

2003-03-26 Thread Hohlen, John C
I'm looking for some help on how to configure the Tiles and Validation Plug-Ins. A lot of the good books (Struts In Action, Programming Jakarta Struts, etc.) and replies to the mailing list address these topics independently, but not collectively. In addition, I took a look at James Holmes

RE: Configuring Tiles + Validation + Modules

2003-03-26 Thread Hohlen, John C
into a single page via either includes or tiles/templates. Thanks, Nathan. -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Wednesday, March 26, 2003 8:20 AM To: Struts-User (E-mail) Subject:Configuring Tiles + Validation

Client Side Validation: Can anyone explain jsFunctionName??

2003-03-24 Thread Hohlen, John C
Can anyone explain the purpose of the jsFunctionName in the validator-rules.xml file? For some rules the attribute is present, for others it isn't. I'm trying to write some custom validation rules and I'm not sure what this is for. I checked the books Struts In Action and Programming