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 PRO

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

2003-08-15 Thread Hohlen, John C
I've answered my own questions: 1) Yes - It will share the session. 2) The reason I was getting a blank screen was due to some missing "<" and ">" in the struts config. Doohhh!! It should have been: -----Original Message- Fro

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 t

[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 Ex

RE: Struts 1.1 Bug? "PlugIn" Objects Not Serializable

2003-07-10 Thread Hohlen, John C
jects 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 Users Mailing List <[EMAIL PROTECTED]

RE: Struts 1.1 Bug? "PlugIn" Objects Not Serializable

2003-07-10 Thread Hohlen, John C
July 10, 2003 2:29 PM 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]>

RE: Struts 1.1 Bug? "PlugIn" Objects Not Serializable

2003-07-10 Thread Hohlen, John C
ham wrote: > > > Date: Thu, 10 Jul 2003 09:24:15 -0700 (PDT) > > From: David Graham <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] > > To: Struts Users Mailing List <[EMAIL PROTECTED]>

RE: Struts 1.1 Bug? "PlugIn" Objects Not Serializable

2003-07-10 Thread Hohlen, John C
ssage- 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 &q

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" interfa

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=glance&s=books&n=507846 JOHN -Original Message- From: Davidson, Glenn [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 0

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 PRO

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 applica

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 a

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:[EMAI

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

2003-06-06 Thread Hohlen, John C
already buffered, then write out the stuff in your error.jsp you want 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) Subj

[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 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 longer

RE: [OT] web.xml configuration problem

2003-06-06 Thread Hohlen, John C
t;JOHN > > > >-Original Message- > >From: David Graham [mailto:[EMAIL PROTECTED] > >Sent: Thursday, June 05, 2003 1:12 PM > >To: [EMAIL PROTECTED] > >Subject: Re: [OT] web.xml configuration problem > > > > > >Is this at the top of your j

RE: [OT] web.xml configuration problem

2003-06-06 Thread Hohlen, John C
raham [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 05, 2003 1:12 PM >To: [EMAIL PROTECTED] >Subject: Re: [OT] web.xml configuration problem > > >Is this at the top of your jsp? > ><%@ page errorPage="/jsp/error.jsp" %> > >David > > >From: &q

RE: [OT] web.xml configuration problem

2003-06-06 Thread Hohlen, John C
lem > > >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]> >

RE: [OT] web.xml configuration problem

2003-06-06 Thread Hohlen, John C
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 PROTECTE

RE: [OT] web.xml configuration problem

2003-06-06 Thread Hohlen, John C
Subject: RE: [OT] web.xml 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:

[OT] web.xml 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. 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 the error J

[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 submi

RE: Configuring Tiles + Validation + Modules

2003-03-27 Thread Hohlen, John C
nstrate 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:[EMAIL PROTECTED]] Sent:   Wednesday, March 26, 2003 8:20 AM To: Struts-User

RE: Configuring Tiles + Validation + Modules

2003-03-26 Thread Hohlen, John C
butes have on the page, forward, action, and href attributes. 4) The examples 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,

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 "Switc

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 > "Progra