RE: Simple Question

2003-11-19 Thread Malcolm Davis
I like a for the mouse over affect. img does not have a mouse over. -Original Message- From: Srinivas Kusunam [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 2:49 PM To: Subject: Simple Question Hi All, I my team while in a Code-Review we had a discussion wether

struts 1.1 rc2 nested iterate tag

2003-06-27 Thread Malcolm Davis
I'm able to use the nested tags nicely over multiple tiles until I use iterate tag. After using the nested:iterate , nesting break and I get a 'null' nested reference. 1. Has anybody had issues with nested iterate tags tiles? 2. If there is a known issue, is there a workaround? Thanks,

RE: all this traffic

2002-09-30 Thread Malcolm Davis
Since March of 2001, there has been almost 27K emails sent to the list. Why the continuous pouring of emails? Maybe another technique has to be developed for people to research problems. By the way - the separate folder technique works until you take a trip for week and things get back logged.

RE: Indemnification copyright

2002-09-23 Thread Malcolm Davis
. But this is the fear of these corporate lawyers. - Malcolm -Original Message- From: Malcolm Davis [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 7:02 PM To: [EMAIL PROTECTED] Subject: Indemnification copyright To Struts Team, Developers and Users I am presently in a predicament

RE: [OT] Indemnification copyright

2002-09-23 Thread Malcolm Davis
material inclusion' by in-house developers? - Original Message - From: Malcolm Davis [EMAIL PROTECTED] I appreciate everybody's comments. This problem extends beyond Struts, but to all freeware, opens source, etc, inside this particular organization. The organization is a multi-billion

RE: Indemnification copyright

2002-09-23 Thread Malcolm Davis
at this from the project level. You can look at the ASF Bylaws here: http://www.apache.org/foundation/bylaws.html and the primary contact information is here: http://www.apache.org/foundation/contact.html -- Martin Cooper -Original Message- From: Malcolm Davis [mailto:[EMAIL PROTECTED

RE: EJB = bad = MS.net

2002-02-22 Thread Malcolm Davis
Is there an off-ramp section for EJB flares? People can write cramp in any language or technology. This is a Struts Mailing List. -Original Message- From: Edward Q. Bridges [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 6:15 AM To: dIon Gillard; Struts Users

RE: EJB = bad = MS.net

2002-02-22 Thread Malcolm Davis
I think I was better off not sending that last email, especially on a Friday. :) Thanks for educationÂ… - Malcolm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 2:09 PM To: Struts Users Mailing List Subject: Re:

RE: Struts behind the scene

2001-08-29 Thread malcolm davis
To be more exact, JSP's are pre-compiled into a special servlet source (java files). The servlets are compiled into classes. There exist mechanism for pre-compiling the JSP to classes, before the first user request is received. You can find these special servlet .java files in the tomcat/work/

RE: Looking for Statistics

2001-07-12 Thread malcolm davis
Hello Christine, I don't have any stats. Sorry. :( The following was from a presentation I had to do on justifying converting an application to Struts. Hope it helps. 1. UI - Presently, minor changes in code ripples through the large sections of the application. Moving a single field

RE: Loggig Mechanism in Struts

2001-04-22 Thread malcolm davis
In general, I would say a framework like Struts should provide for different logging technologies to be plugged in, but to standardize on any particular implementation --- ahhh, that way lies Borg ;-) Actually, logging is one of the places that I (personally) think that a

RE: Cookies and Clusters

2001-04-22 Thread malcolm davis
Dan, Cookies get a lot of bad press. But, cookies (or complex URL encoding)are the fall-back when session beans are notgoing to beused. ManyJSP developers will shun session beans because the app mightget deployed on clusteredservers (reverse proxied). Each POST might then be

RE: Struts samples on iPlanet 6.0 sp2 - newbie quesion

2001-04-09 Thread malcolm davis
The GX error is due to the fact that iPlanet could not see your servlet. GX2GX means it could not find the servlet in the iPlanet LDAP or registry. Doing a servlet registration is non-trival with iPlanet. You need to use the iPlanet deployment tool. good luck, malcolm -Original

RE: Pooling with Oracle database

2001-03-30 Thread malcolm davis
exception java.sql.SQLException: Invalid Oracle URL specified: OracleDriver.connect rz - Original Message - From: "malcolm davis" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 9:33 AM Subject: RE:

RE: Pooling with Oracle database

2001-03-28 Thread malcolm davis
Rafal, You might want to change from the thin to ora8. 'ora8' was designed to be used for connection pooling. The 'thin' driver was developed for applets. - malcolm -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 7:41 PM

RE: Estimating Projects with Struts

2001-03-26 Thread malcolm davis
Hello Kyle, What kind of development envior. are you using? -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 5:09 PM To: Struts (E-mail) Subject: Estimating Projects with Struts We have a number of projects, big

RE: Article on struts (inclusive list)

2001-03-04 Thread malcolm davis
Might as well make the Struts article list inclusive: bluestone: http://gallery.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/trailMa ps/index.jsp silverstream: (download pdf) http://www.silverstream.com/website/SilverStream/Pages/seminar_virt_archives _JSP_tf.html others:

RE: Article on struts

2001-03-02 Thread malcolm davis
Where is the link? [ yes i can believe it, multiple journals, both online and other, have published articles on struts, a product that is in beta. even i have published one. you would think M$ marketing had been involved with this product. :) ] -Original Message- From: Incze Lajos

RE: using struts on iplanet

2001-03-01 Thread malcolm davis
GX2GX means it could not find the servlet in LDAP or registry. Doing a servlet registration is non-trival with iPlanet. You need to use the iPlanet deployment tool. -Original Message- From: Fred Lo [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 9:32 AM To: [EMAIL

RE: job scheduler with struts

2001-02-25 Thread malcolm davis
Will java.util.Timer work for you? It was added in v1.3 -Original Message- From: Mihir Parekh [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 25, 2001 10:18 AM To: struts Subject: job scheduler with struts We need to implement a job scheduler (similar to unix cron job). Is

RE: job scheduler with struts

2001-02-25 Thread malcolm davis
I think Mihir was looking for generic code that would run on any platform and be incorporated into the struts framework. The NT scheduler (at) or Unix cron are both os specific solutions. Second, if wanted to call urls, you don't need perl, just use the URL connection in Java. -Original

RE: which development tool to use?

2001-02-08 Thread Malcolm Davis
Steve. 1. I agree on your comments about JBuilder 4. Great product. 2. weblogic is not the only servlet container with problems. After working with iPlanet and JRun, I am in the conclusion that most likely all containers have 'issues'. I agree that having 'issues' and being a 'hack' are two

RE: which development tool to use?

2001-02-08 Thread Malcolm Davis
Steve. 1. I agree on your comments about JBuilder 4. Great product. 2. weblogic is not the only servlet container with problems. After working with iPlanet and JRun, I am in the conclusion that most likely all containers have 'issues'. I agree that having 'issues' and being a 'hack' are two

RE: Struts Webapp deployment Jar or naked classes?

2000-12-19 Thread Malcolm Davis
I have had success by putting the absolute pathname of the jar in the classpath. Example: /dirpath/struts.jar. I'm having the same problem with NT. Struts (or maybe Tomcat) is not picking up the Jars in the WEB-INF/lib directory. So, I put the entire path in the CLASSPATH variable. I don't

RE: Article on JavaWorld

2000-12-06 Thread Malcolm Davis
Just a Note: Open-source aside, making medications (patches) to code for work around in libraries, frameworks, even compilers and os, has always been part of software development. Maybe we should have a Struts offramp. - Malcolm -Original Message- From: Lacerda, Wellington (AFIS)

RE: term mvc model-2

2000-12-04 Thread Malcolm Davis
12/3/2000 at 9:20 PM Malcolm Davis wrote: Does anybody know where the term Model-2 originated? thanks, malcolm

RE: Actions - design question + an offtopic question

2000-11-27 Thread Malcolm Davis
This "Security" issue has always bothered me. The servlet API provides a Form Based Authentication via 'j_username' and ' j_password'. Tomcat supports this feature, but I don't see it in Struts. Are there plans to support Form Based Authentication via 'j_username' and ' j_password' Thans,

RE: IIS and Struts

2000-11-06 Thread Malcolm Davis
Great question. I would assume so, but you would still need to have the Servlet/JSP container engine installed. 1. You need to download and install Tomcat. 2. After installing Tomcat, you can setup Tomcat to work with IIS: