RE: [OT] [FUN] Software that works!

2005-02-23 Thread John McGrath
it's an acronym -- it stands for the National Automotive Dealers Association (www.nada.org). -Original Message- From: Daniel PC Leung [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:15 PM To: Struts Users Mailing List Subject: Re: [OT] [FUN] Software that works! Pls for

RE: trouble referencing struts taglibs: TldLocationsCache?

2005-02-05 Thread John McGrath
figured it out; for the record, i'll answer my own question: simply removing the taglib lines from web.xml entirely and referencing them directly from jsp's solved the problem. -Original Message----- From: John McGrath [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 200

trouble referencing struts taglibs: TldLocationsCache?

2005-02-03 Thread John McGrath
Hi All, I'm migrating an application from WebLogic 6.1 to Tomcat 5.0, and having a problem getting Tomcat to process taglibs correctly. The *.tld files are in WEB-INF, and web.xml is set up the same as in struts-examples, and the same as we've been using successfully in WebLogic: /tags/struts-

RE: How to render html embedded in a text-area?

2004-08-03 Thread John McGrath
javascript'll preserve line feeds. functions below. to replace newlines with tags when submitting, do this: then to convert the other way, say when editing the same content, put this or something like it at the bottom of the page: function h

Nitro? Anyone?

2004-07-01 Thread John McGrath
Anyone have any experience with the Nitrox Struts editor for Eclipse? If so, is it worth the money? best, John John McGrath [EMAIL PROTECTED] 508 289 3781 (w) 508 274 4698 (m)

Nitrox? Anyone?

2004-07-01 Thread John McGrath
Anyone have any experience with the Nitrox Struts editor for Eclipse? If so, is it worth the money? best, John John McGrath [EMAIL PROTECTED] 508 289 3781 (w) 508 274 4698 (m)

RE: Hibernate 2.1.X and Struts 1.2

2004-04-22 Thread John McGrath
ing? Specifically, how do you go about generating your SessionFactory? > -Original Message- > From: John McGrath [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 2:13 PM > To: 'Struts Users Mailing List' > Subject: RE: Hibernate 2.1.X and Struts 1.2 >

RE: Hibernate 2.1.X and Struts 1.2

2004-04-22 Thread John McGrath
we're using Struts 1.2 and Hibernate 2.1, works great, though it took a little fiddling with the jars and classpath to get it going. also, we had some problems with the version of cglib2 that came with hibernate (i think it was RC2), so we downloaded the final version of 2, that worked. we also ha

RE: ORM Tools (Ibatis, Hibernate, OJB....)

2004-04-06 Thread John McGrath
Likewise, I don't know much about iBatis, but from looking at their docs, it seems closer to traditional JDBC. We use Hibernate and have been very happy with it, but there was bit of a learning curve involved, especially in understanding how to write the xml mapping files that Hibernate uses to cre