Search the web
Sign In
New User? Sign Up
railo_talk · Railo
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 912 - 941 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
912
Hi, i´ve posted three sample files at http://pastebin.com/f466081cb In test.cfm i try to load a xml file (Application-config.xml) using the XMLParse()...
krokofish
Offline Send Email
Mar 1, 2008
12:58 pm
913
I still cannot get this to work, please help! Here is my complete source code: <!--- PICTURE THUMBNAIL IMAGE ---> <cfset args.image =...
jeffgladnick
jeffgladnick@...
Send Email
Mar 1, 2008
5:31 pm
914
Obviously this is not ALL of the source code that matters. Somewhere in HTML you must have a form containing an input of type file. The name attribute of that...
Marion Bass
marion.bass
Offline Send Email
Mar 1, 2008
6:03 pm
915
I got it to work by replacing this line: <cfset args.image = "form.officePicture" /> arguments.event.getValue("officePicture") is just the model-glue way of...
jeffgladnick
jeffgladnick@...
Send Email
Mar 1, 2008
6:07 pm
916
Glad you got it resolved. I think the problem is that "form.officePicture" is a string whose value is "form.officePicture" and that is what is supposed to be ...
Marion Bass
marion.bass
Offline Send Email
Mar 1, 2008
6:18 pm
917
hi Jeff If you take name of the form field ("field" or "form.field1") instead of the value of the field ("C:\Program ...
Michael Streit
mic_railo
Offline Send Email
Mar 2, 2008
2:15 pm
918
I have noticed that in Railo, creating a mapping makes all of the .cfm and .cfc files in those real folders publicly available whereas in ColdFusion MX 7, that...
Marion Bass
marion.bass
Offline Send Email
Mar 3, 2008
7:41 pm
919
get project help in few minutes and also get help for design your websites http://webdesignehelp.in/...
tutorial4u233
Offline Send Email
Mar 3, 2008
9:38 pm
920
With Railo 2.0.0.034 when using CFHTTP and I include a cfhttpparam of type "body", the "Content-Type" header is always added with a value of ...
Jason M. Copp
jasoncopp@...
Send Email
Mar 3, 2008
9:49 pm
921
Hi Marion, that's why in the details of a mapping you have the possibility to turn off this setting. Just uncheck the top level checkbox for a certain mapping...
Gert Franz
franzgert
Offline Send Email
Mar 3, 2008
10:34 pm
922
The only checkbox I see on the Mappings page is labeled Trusted. Is that the checkbox you are referring to? I can't find any documentation on that setting. ...
Marion Bass
marion.bass
Offline Send Email
Mar 3, 2008
10:40 pm
923
Hi Jason that's really funny, we have fix that today, will be avaiable in next release greetings Michael Michael Streit Technical Support Railo Technologies...
Michael Streit
mic_railo
Offline Send Email
Mar 3, 2008
10:47 pm
924
Hi Marion You have to switch to detail view of the mapping to see that flag. just click edit icon on the left of the entry greetings Michael ... -- Michael...
Michael Streit
mic_railo
Offline Send Email
Mar 3, 2008
10:53 pm
925
Got it! Thanks, Michael. On Mon, Mar 3, 2008 at 5:46 PM, Michael Streit <michael.streit@...>...
Marion Bass
marion.bass
Offline Send Email
Mar 3, 2008
10:56 pm
926
Hi all, tomorrow and on thursday I will visit this year's CeBIT, and next week I'll be at CFUnited Europe in London. If some of you would like to meet, just...
Gert Franz
franzgert
Offline Send Email
Mar 4, 2008
12:33 pm
927
I'm just getting around to trying this and the web administrator will not allow me to uncheck "Top Level" checkbox. I mean, I can uncheck it but when I click...
Marion Bass
marion.bass
Offline Send Email
Mar 4, 2008
9:29 pm
928
Hi all, while I was playing with some formatting I noticed an interesting "error", occuring whenever calling URLDecode() with a badly formatted string (suppose...
blue_i13
blue_i13@...
Send Email
Mar 4, 2008
9:37 pm
929
Hi Marion This attribute (toplevel) is relativly new in railo and at the moment readonly for the cfadmin tag (railo administrator is based on cfadmin tag). we...
Michael Streit
mic_railo
Offline Send Email
Mar 4, 2008
11:05 pm
930
Hi Elijah tnx for input, we will fix that for next release. greetings Michael Michael Streit Technical Support Railo Technologies GmbH michael.streit@... ...
Michael Streit
mic_railo
Offline Send Email
Mar 4, 2008
11:08 pm
931
OK, I tested it and that worked. Thanks! On Tue, Mar 4, 2008 at 6:02 PM, Michael Streit <michael.streit@...>...
Marion Bass
marion.bass
Offline Send Email
Mar 4, 2008
11:11 pm
932
Just wondered if anyone had been able to install Railo Server on Mac OS X? I seem to remember Gert and Michael work on Apple machines... I've downloaded the...
David Low
david@...
Send Email
Mar 5, 2008
4:25 pm
933
Hi David Since version 034 we have a mac version for railo express. we have plans to make a mac version for railo server too (asap). one differents do the unix...
Michael Streit
mic_railo
Offline Send Email
Mar 5, 2008
7:30 pm
934
Hi Michael, Thanks for that - I had the old Express version running on the Mac last year, using the Mac's internal JRE - just thought the Server version would...
David Low
david@...
Send Email
Mar 5, 2008
8:06 pm
935
Hi Michael, I think I cracked it after all. Here are the steps I took, but it all works so far! This is running on Apache 1.3 under OS X 10.4.11. - Expanded...
David Low
david@...
Send Email
Mar 5, 2008
11:04 pm
936
I'm still not having much luck with this :-( I've the latest released Railo Comunity edition, with bundled Resin, using mod_caucho to run everything through...
Tom Chiverton
tom.chiverton
Offline Send Email
Mar 6, 2008
9:37 am
937
Know about WebDesign at http://webdesign-tip.blogspot.com/...
tutorial4u252
Offline Send Email
Mar 6, 2008
11:50 am
938
hi Elijah the problem is that the urlencoded format use the % for escaping reserved characters for url string the following code produce your failure ...
Michael Streit
mic_railo
Offline Send Email
Mar 6, 2008
10:04 pm
939
Hi Michael, thanks for the reply. I am aware of the problem when encoding '%', just wanted to point out the different way cf8 and railo handle it. URLDecode()...
blue_i13
Offline Send Email
Mar 7, 2008
1:28 am
940
is it possible to auto deploy a railo archive, or encrypt cfm templates? or can railo be made aware of a new mapping automatically?...
usersters
Offline Send Email
Mar 7, 2008
5:30 am
941
EURO MILLION SPAINSH LOTTERY INTERNATIONAL. FROM:VICE PRESIDENT INTERNATIONAL PROMOTION/PRIZE AWARD DEPT. REFERENCE:67/80/ESP BATCH:ESP-541-623-782 DATE:7TH OF...
infofernanadezmt@...
mariajoselt@...
Send Email
Mar 8, 2008
11:41 am
Messages 912 - 941 of 2902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help