html:errors error?

2002-01-16 Thread Frank Lawlor
noticed any funny error messages? Thanks, Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Subclassing ActionMapping

2002-01-15 Thread Frank Lawlor
Struts makes it easy to subclass ActionForm, ActionServlet. Is there a way to specify that ActionMapping is subclassed and have struts create mappings for calls to the perform methods that are of my subclass? Thanks, Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee

Re: Indexed html:radio is broken

2002-01-09 Thread Frank Lawlor
to map the collection to the radio buttons and the limited set of html:radio properties can't handle all the reasonable things one might want to do. You should submit your proposal. Can it handle the scenario that Dave Hay also raised? Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group

Re: Indexed html:radio is broken

2002-01-09 Thread Frank Lawlor
(or something else - e.g., makes sense to me to allow mapping of the selected value to a single variable). David Karr seems to have some good suggestions. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software

Indexed html:radio is broken

2002-01-08 Thread Frank Lawlor
on the website does NOT explain any of this)? What about examples (I found nothing useful in the examples or the forum posts)? Is this a bug? Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions

A suggestion for Product-quality Code

2002-01-07 Thread Frank Lawlor
and the developers have done a great job (congratulations!), but now that it is attracting a wider following, it is time to also help the many developers be more productive. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology

RE: Struts intermittently not working after startup

2001-12-13 Thread Frank Lawlor
are not modifying the classes, I don't know what might be the cause. By the way, is there any way to tell struts to re-initialize itself, including reloading the classes? Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy

RE: 500 Error

2001-12-13 Thread Frank Lawlor
version in jasper/jasper-compiler.jar Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: Dynamic SQL query library

2001-12-13 Thread Frank Lawlor
on the above reverence). Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Struts Design question

2001-12-13 Thread Frank Lawlor
the common business data rules (not application rules) so that all applications use one common set, maintenance is consistent, etc. In VERY simple cases you could merge this with Action classes, but generally there are significant differences, no 1-1 relationship, etc. Frank Lawlor Athens Group, Inc

RE: File upload facility / file manager example app

2001-12-13 Thread Frank Lawlor
code of this (search on upload). Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. winmail.dat Description: application/ms-tnef -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Problem with Struts in IBM VisualAge 3.5.2

2001-12-13 Thread Frank Lawlor
a file. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How to pass beans this way with Struts?

2001-12-11 Thread Frank Lawlor
Frank Lawlor wrote: Because this needs to be open-ended and dynamic, my project managers can easily define a new 'page type' and define the beans they will provide to these client pages. To make this easy to use yet flexible, they use JSPs to define the beans to be passed for any

How to pass beans this way with Struts?

2001-12-10 Thread Frank Lawlor
any way statically define the forwards (needs to be dynamic). If this is too hard for struts, can I just do my own includes, forwards, etc. as I do now without impacting the rest of the app which uses struts? Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned

Question/Issue with forward specifications

2001-12-06 Thread Frank Lawlor
applications with interpreted code. Runtime discovery of bugs is a bad characteristic for quality apps. Introspect, don't interpret. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions

RE: Need help in Running employeelist example in VAJ3.5.3 and WTE

2001-12-04 Thread Frank Lawlor
when i try to acess the application in browser http://localhost:808/employeelist/index.jsp it says following error. An error has occured while processing request:http://localhost:8080/employeelist/index.jsp Message: Server caught unhandled exception from servlet [jsp]: Missing

RE: JDBCRealms

2001-12-04 Thread Frank Lawlor
want to dynamically change the roles. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Missing message for key index.title - My Problem Found

2001-12-03 Thread Frank Lawlor
post Missing message for key index.title - general comments). Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Missing message for key index.title - general comments

2001-12-03 Thread Frank Lawlor
in diagnosing the problem. 3) install and config problems can be more easily diagnosed by explicitly checking for necessary pre-conditions (e.g., file access, network access, etc.) and generating specific errors. This could be run separately or optionally as part of init. Frank Lawlor Athens Group, Inc

Missing message for key index.title getResourceAsStream()

2001-11-30 Thread Frank Lawlor
) variations on the location and name and they all fail. There seems to be something wrong with getResourceAsStream(). Is this because it is in the init of the servlet? Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy

Missing message for key index.title - Problem Found

2001-11-30 Thread Frank Lawlor
; }; doesn't work because of a Tomcat bug loading libraries from /WEB-INF/lib. Moving the lib to tomcat/common/lib also seems to have problems with derived classes in the /WEB-INF/classes classes. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm

Missing message for key index.title - Workaround

2001-11-30 Thread Frank Lawlor
One way to workarounf the Tomcat security bug in loading libs is to explode struts.jar into your /WEB-INF/classes directory. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions

PLEASE, PLEASE, PLEASE UNSUBSCRIBE ME!!!!!!!!!

2001-04-26 Thread Frank Lawlor
UNSUBSCRIBE ME! PLEASE, PLEASE, PLEASE UNSUBSCRIBE ME! PLEASE, PLEASE, PLEASE UNSUBSCRIBE ME! PLEASE, PLEASE, PLEASE UNSUBSCRIBE ME! Frank Lawlor

Please Unsubscribe Me!

2001-04-25 Thread Frank Lawlor
capitalization variants on the above. I'd appreciate anyone with access to the listserve removing me from the list Thanks, Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solutions.

RE: (architectural issue/feature request) JavaBeans in Struts aren't flexible enough

2001-04-25 Thread Frank Lawlor
. This is much more extensible and maintainable. Frank Lawlor Athens Group, Inc.