html:errors error?

2002-01-16 Thread Frank Lawlor
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 PROTECTED]>

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
back to the collection (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

Re: Indexed html:radio is broken

2002-01-09 Thread Frank Lawlor
o serve two purposes, I agree with you that there are many ways one might want 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 t

Indexed html:radio is broken

2002-01-08 Thread Frank Lawlor
ot;value" is brought into the picture. Is there some description somewhere of how this is supposed to operate (the documentation 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 G

A suggestion for Product-quality Code

2002-01-07 Thread Frank Lawlor
l. Don't get me wrong. Struts is great 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,

RE: Problem with Struts in IBM VisualAge 3.5.2

2001-12-13 Thread Frank Lawlor
can open 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: File upload facility / file manager example app

2001-12-13 Thread Frank Lawlor
lete dicussion and sample 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: <

RE: Struts Design question

2001-12-13 Thread Frank Lawlor
l error information. This is also a good place to place 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 s

RE: Dynamic SQL query library

2001-12-13 Thread Frank Lawlor
butable (Stated 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: 500 Error

2001-12-13 Thread Frank Lawlor
ot an old one. Tomcat should have the correct 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 PR

RE: Struts intermittently not working after startup

2001-12-13 Thread Frank Lawlor
r it. If you 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 integrati

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,

How to pass beans this way with Struts?

2001-12-10 Thread Frank Lawlor
ly added for any given page 'type'? The next question is how to forward to some page in another app which is dynamically discovered. I don't see 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.

Question/Issue with "forward" specifications

2001-12-06 Thread Frank Lawlor
old days' of maintaining 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 technolo

RE: JDBCRealms

2001-12-04 Thread Frank Lawlor
lls. This is important if you 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]>

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]: Missin

Missing message for key index.title - general comments

2001-12-03 Thread Frank Lawlor
r page which will provide better help 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

Missing message for key index.title - My Problem Found

2001-12-03 Thread Frank Lawlor
o the infamous Missing message for key index.title (see 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

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. -- To

Missing message for key index.title - Problem Found

2001-11-30 Thread Frank Lawlor
t; { permission java.security.AllPermission; }; doesn't work because of a Tomcat bug loading libraries from /WEB-INF/lib. Moving the lib to /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 emplo

Missing message for key index.title & getResourceAsStream()

2001-11-30 Thread Frank Lawlor
of (valid) 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 st

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

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

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

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

Please Unsubscribe Me!

2001-04-25 Thread Frank Lawlor
d any 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.