configuring commons-logging/simplelog within Struts

2002-07-25 Thread Glen Mazza
Hello, I'm having difficulty getting my Struts app (within Tomcat) to read the commons-logging.properties and simplelog.properties file. (I currently just want to log to stderr, so the simplelog that comes with commons-logging will do.) (1) Where should the logging properties files be

(newbie) html:text tag, enforcing numeric input

2002-07-18 Thread Glen Mazza
Quick question (I couldn't find the answer in the Struts documentation): How do I enforce numeric (as opposed to alphanumeric) entry into html:text tags. For example: html:password property=Employee Number size=5 maxlength=5/ I would the user just to be able to type numbers for this field.

Re: DynaActionForm Advantages

2002-07-10 Thread Glen Mazza
And AF is then for when you do have specific validation--and it would be good if we can give programmers the option in the future of using either the beanutils get()/set() functions or the JavaBeans getter/setter functions within the AF. I don't buy this argument at all. It is

Re: DynaActionForm Advantages

2002-07-09 Thread Glen Mazza
Fecha: Mon, 08 Jul 2002 23:37:03 -0400 A: [EMAIL PROTECTED] De: James Turner [EMAIL PROTECTED] Asunto: RE: DynaActionForm Advantages My two cents on the topic. As mentioned, once you move to a good Java IDE like JBuilder, writing getters and setters is no longer nearly the pain it

Re: DynaActionForm Advantages

2002-07-09 Thread Glen Mazza
Fecha: Tue, 9 Jul 2002 09:47:07 -0700 (PDT) De: Craig R. McClanahan [EMAIL PROTECTED] A: Struts Users Mailing List [EMAIL PROTECTED] Asunto: Re: DynaActionForm Advantages The problem was that the DAF class was not made final. Allowing it to be subclassed is creating the mess you

Re: Struts Examples

2002-07-01 Thread Glen Mazza
The Struts book being reviewed at the ServerSide (http://www.theserverside.com/resources/strutsreview.jsp) has a good example using Struts V1.1 in Chapter 3. Sample code is given to work with. I'm looking at it now. Only issue is that they've divided the Java packages not by functionality

(newbie) using JAR files vs. explicit package classes

2002-07-01 Thread Glen Mazza
Hello, I'm looking at how the example .WAR applications supplied by Struts 1.1 Beta release are expanded by Tomcat. Common/Shared packages, such as struts.jar, commons-digester.jar, etc. are kept unexpanded in the web-inf\lib directory. However, classes specific to the application were

(newbie) WAR files and JDeveloper 3.2.3

2002-06-05 Thread Glen Mazza
Hello, I was able to run the sample .WAR (struts-blank.war, struts-example.war, etc.) files on Tomcat just by placing them under its webapps directory. However, I would like to use Oracle JDeveloper's default IDE servlet container. However, placing it under the JDeveloper 3.2.3\myhtml\webapp