RE: cfimport not allowing dynamic taglib attribute

2003-07-14 Thread Reilly, James
Jordan, This is true; The taglib attribute only accept constant value, you cannot use a variable to define the location of the custom tags. It is not very practical: if the location changes, you'll have to perform an extended search replace. (This was a cut and paste from another web

RE: Anyone using Jakarta Struts for cfmx?

2003-07-14 Thread Reilly, James
Here is an article on using Struts with in CFMX: http://www.macromedia.com/devnet/mx/coldfusion/articles/struts.html I have not used it with in CFMX for J2EE, but just in JRun: http://www.macromedia.com/support/jrun/ts/documents/tn18297.htm Note: The installation in this article is ok,

RE: Usability

2003-07-11 Thread Reilly, James
On a lighter comical side of things, is means: Quite Easily Done! ;-) Jim -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 5:06 PM To: CF-Talk Subject: RE: Usability Quod Erat Demonstratum Basically, what is demonstrated. It's a high brow

J2EE Sessions in JSP/Servlets , CFM's and CFLOGIN

2003-06-10 Thread Reilly, James
I know that JSPs/Servlets and CFM can share the session scope, but what about the CFLogin scope? (Cflogin scope seems to be like a private scope, since the session scope does not hold the CFLogin related info.) So, how can a jsp/servlet see the CFLogin data, with out passing it around...? Tkx,

RE: XPath in CFMX

2003-03-12 Thread Reilly, James
CFMX uses: Apache Crimson parser for server side xml parsing Xalam Parser for XSLT. Tkx, Jim -Original Message- From: Mueller, Ben [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 8:46 AM To: CF-Talk Subject: RE: XPath in CFMX I don't know what parser CFMX uses, though since

CF Code (Business Rules) in the Presentation Layer (OT?)

2003-02-24 Thread Reilly, James
We have a repeating patter where we'll need business rules applied in the presentation layer (mostly via JavaScript for a smart client and some post form validation on an action page, maybe a call to EBJ), as well as these same rules applied to flat files that are coming in. Both need the same

RE: Default Value for CFARGUMENT

2003-02-20 Thread Reilly, James
Mike, Its any. In HomeSite, check out: file://C:\Program%20Files\Macromedia\HomeSite+\Extensions\Docs\CFMLTags\cfar gument.htm -Original Message- From: Michael Hoffman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 2:56 PM To: CF-Talk Subject: Default Value for

CFMX for J2EE on Oracle 9iAS

2003-02-03 Thread Reilly, James
Is there any new news on CFMX for J2EE running on Oracle 9iAS? (I'm particularly interested in hearing from MM and/or anyone who has experience). I checked the forums and previous cf-talk posts, but seems like nothing was going on. Tkx, Jim