Re: Fusebox 2

2006-08-12 Thread Robertson-Ravo, Neil (RX)
lose :-) This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use

Re: Cumulative Hotfix 1 - Remove old Hotfixes?

2006-08-12 Thread Robertson-Ravo, Neil (RX)
ColdFusion needs to be stopped to delete any Jar files/hotfixes. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential

RE: Changing views at runtime with mach-ii

2006-08-12 Thread Hugo Ahlenius
Hi Richard, You know that there is a Mach-II mailing list, right? What you need to set up is a branching point in the logic, so that a new event (which creates your desired view) is announced. Most commonly a listener or a filter would do an announcement, but it could also be a plugin. /hugo

Re: Application.cfc extends other Application.cfc?

2006-08-12 Thread James Holmes
I would assume not. In a standard CFC the parent is accessible via SUPER - maybe try that in the onRequestStart() of the child class: cfset SUPER.onRequestStart() On 8/12/06, Loathe [EMAIL PROTECTED] wrote: I do this shouldn't the onRequestStart() method of the parent execute?

RE: Guestbook Help

2006-08-12 Thread Coldfusion
If your using a database to house the message, just trim down to say 200-300 characters. cfset newMSG = left(trim(form.message),250) But I would use Captcha to help stop it being a bot or something posting the messages. -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED]

Re: Fusebox 2

2006-08-12 Thread Doug
Oh hell, I was tired last night while writing the email. The It does not actually have around it. Any ideas other than that one? - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, August 12, 2006 12:34 AM

Re: Fusebox 2

2006-08-12 Thread Doug
I guess I better give a little more info. I just got back into using CF and installed it on windows 2000 advanced server using sql 2000. I am using (localhost) and a virtual site. One weird thing is that when I first installed the app, which worked fine long ago, I forgot to include

Re: OT: Changing views at runtime with mach-ii

2006-08-12 Thread Brian Rinaldi
Rich, I recommend posting this to the mach-ii mailing list. People are quite helpful on that list and it is possible someone has a plugin like that already created. You can join the list through topica at http://lists.topica.com/lists/mach-ii-coldfusion/ - Brian Rinaldi blog -

Re: OT: Changing views at runtime with mach-ii

2006-08-12 Thread Brian Rinaldi
Rich, I still reccomend posting this to the mach-ii list (especially because I am fairly new to mach-ii) but it hit me as soon as I posted my response that this does't sound like it needs a plugin. This would be similar to how you handle a login - logged in show the home page view , not logged in

Re: Fusebox 2

2006-08-12 Thread Mingo Hagen
Doug wrote: Any suggestions on being able to tell if the tag is getting called upon? put some text in it, to see if it is loaded... ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date

Re: Validation Protection from Javascript Disabled browsers

2006-08-12 Thread Claude Schneegans
users can easily disable Javascript once the page has rendered the form, without refreshing the browser. Then use an onsubmit event to set a hidden field to some check value and check for that value on server side. You may also set the action url to some Let your Javascript enabled message

OT: Anybody able to uninstall and reinstall Office 2007 Beta

2006-08-12 Thread Rick Faircloth
Good day, all. Sorry for the OT, but I've searched everytwhere and can't find an solution. I've been running MS Office Pro 2007 Beta for a couple of months, and, apart from some quirky performance, it's worked fine. I thought they might have updated the Beta, so I decided to uninstall,

Re: Validation Protection from Javascript Disabled browsers

2006-08-12 Thread James Holmes
This is what I've started doing with CFAJAX. It's a time saver. On 8/12/06, Tanguy Rademakers [EMAIL PROTECTED] wrote: One idea is to find a way to access your server side validation functions with AJAX!(tm)(c), which is actually pretty trivial, even without using a framework of some kind.

Re: OT: Anybody able to uninstall and reinstall Office 2007 Beta

2006-08-12 Thread Robertson-Ravo, Neil (RX)
What does it say in the release docs? This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged.

ServletContext and application scope

2006-08-12 Thread David Murphy
Hello I've setup a listener that performs some housekeeping when CFMX starts up or shuts down using the contextDestroyed / contextInitialized methods. I need to be able to instatiate 3 single java objects upon CFMX startup and then make them globally available to be shared within CFMX. When

OT: Linux MS Word Conversion

2006-08-12 Thread Daniel Hikel
Good Evening, Does anybody know a solution to convert a Word document to PDF, TIFF, JPG or Postscript file unter a Debian linux system? I am looking for a solution which supports tables, images and customer formats. Thanks for any ideas in advance!! Daniel

Re: OT: Linux MS Word Conversion

2006-08-12 Thread Doug R
Are you looking for an automated solution or manual? If manual, you should be able to open in openoffice[1], and open office has a .pdf conversion tool [1] - www.openoffice.org On 8/12/06, Daniel Hikel [EMAIL PROTECTED] wrote: Good Evening, Does anybody know a solution to convert a Word

Re: ServletContext and application scope

2006-08-12 Thread Dan Plesse
David, Are you talking about HttpSessionListenerhttp://cephas.net/blog/2003/01/26/coldfusion-httpsessionlistener-interface/ http://cephas.net/blog/2003/01/26/coldfusion-httpsessionlistener-interface/ What happens when you initialize the three objects inside the listener?

Re: OT: Linux MS Word Conversion

2006-08-12 Thread Denny Valliant
There's also POI: http://jakarta.apache.org/poi/hwpf/index.html Not gonna cut it though, I'd bet. ;-) They can use some help... I think OpenOffice has a batch converter, don't recall how good/what it actually does though... :den On 8/12/06, Doug R [EMAIL PROTECTED] wrote: Are you looking for

text file difference

2006-08-12 Thread Chad Gray
Does anyone have code to compare two chunks of text and highlight the difference between the two? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: ServletContext and application scope

2006-08-12 Thread Barney Boisvert
Have your listener instantiate them into a static context class (of your divination), and then pull them out of that with CFMX as needed, almost certainly via a context CFC that wraps the context class: public class MyListener ... { ... contextInitialized() { MyJavaContext.setObjectOne(new

Re: Not receiving HOF Digest

2006-08-12 Thread Dave Lyons
I hadn't gotten digest for quite some time either ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: text file difference

2006-08-12 Thread Denny Valliant
I've got a cfc I made a long time ago based on this HoF post: http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:34641#174620 It's too long to post, and not in good enough shape for cflib, but I can send it to you; 'specially if you want to clean it up and submit it to cflib. :denny

ftp in cfe

2006-08-12 Thread Dave Lyons
ok wtf do you gotta do to get simple ftp to work in cfe? It's my last major hurdle to get moved over but im quite tired of manually doing the ftp'n. And no im not doing enterprise stuff and I don't want ant or any of that, I just want to ftp from here to there, no rocket science, no frills.