Re: CF Developers Edition SMTP Server

2007-09-16 Thread Charles Sheehan-Miles
With XP Pro at least (I'm not sure about the other versions) you can  
use IIS' built in smtp server.
--
Charles Sheehan-Miles | http://www.sheehanmiles.com
Author of Republic: A Novel of America's Future

Sparse, clean narrative... Pay attention to this new book... --  
Pulitzer
Prize winning journalist John Hanchette, Niagara Falls Reporter

This novel ...may be prophetic...It will disturb you...It should. --
DailyKos




On Sep 15, 2007, at 8:48 AM, Casey Dougall wrote:

 On 9/14/07, [EMAIL PROTECTED]  
 [EMAIL PROTECTED]
 wrote:

 Is there a way to have an SMTP server on a Windows XP machine or  
 are there
 free SMTP servers out there that can be used to test email  
 functionality
 along side
 Coldfusion's developer edition?   If anyone has any other ideas, I  
 would
 appreciate
 it very much.

 Thanks

 D


  With CF8, you can setup coldfusion to use Gmail as it's smtp  
 server

 You need to enable POP access on your gmail account first though I  
 believe.


 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288536
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion and MySQL Stored Functions

2007-09-16 Thread Jochem van Dieten
Richard White wrote:
 Just like a built-in function:
 SELECT function(argument)
 
 thanks for your reply. do i have to encapsulate it in cfquery tag, or do i 
 have to direct it to the database?

cfquery ...
SELECT function(argument)
/cfquery

Jochem

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288537
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: cf8 book by Ben Forta - release date?

2007-09-16 Thread Ben Forta
No, I don't have copies to sell. But I am talking to the publisher and
Amazon about getting these dates cleared up.

--- Ben


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 11:37 AM
To: CF-Talk
Subject: Re: cf8 book by Ben Forta - release date?

Since it looks like it's going to take a good while for us to get this 
book in our hands...

A question to Ben - any chance folks can acquire the book directly from 
you quicker?

:D



~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288538
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cf8 book by Ben Forta - release date?

2007-09-16 Thread DataPacks.com
Hey Ben, will there be a package price for buying all three when they're all
released??

Bill

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: September 16, 2007 9:21 AM
To: CF-Talk
Subject: RE: cf8 book by Ben Forta - release date?

No, I don't have copies to sell. But I am talking to the publisher and
Amazon about getting these dates cleared up.

--- Ben


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 13, 2007 11:37 AM
To: CF-Talk
Subject: Re: cf8 book by Ben Forta - release date?

Since it looks like it's going to take a good while for us to get this book
in our hands...

A question to Ben - any chance folks can acquire the book directly from you
quicker?

:D





~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288539
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion and MySQL Stored Functions

2007-09-16 Thread Richard White
 cfquery ...
 SELECT function(argument)
 /cfquery


Thanks for the reply, i am getting an error running this code saying that it 
cannot be indexed correctly. 

my stored function takes in 2 varchars - an email address and password and 
returns a boolean, so when i call the function i write the following:

cfquery name=myquery datasource=db
  select functionName('[EMAIL PROTECTED]', 'myPassword')
/cfquery

and it gives the error: cannot be indexed correctly. 
is it something to do with the quotation marks i am using?

also how do i check if it returned a true or false from this (my stored 
function returns a boolean value true or false variable called queryResult)

Thanks very much for your help

richard 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288540
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion and MySQL Stored Functions

2007-09-16 Thread Richard White
this is the error it is giving me:

[Table (rows 1 columns myfunction('[EMAIL PROTECTED]','myPassword')): 
[myfunction('[EMAIL PROTECTED]','myPassword')): [EMAIL PROTECTED] ] is not 
indexable by myfunction('[EMAIL PROTECTED]'

Thanks again for your help 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: cf8 book by Ben Forta - release date?

2007-09-16 Thread Ben Forta
Working on that.

--- Ben


-Original Message-
From: DataPacks.com [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 16, 2007 10:11 AM
To: CF-Talk
Subject: RE: cf8 book by Ben Forta - release date?

Hey Ben, will there be a package price for buying all three when they're all
released??

Bill

-Original Message-
From: Ben Forta [mailto:[EMAIL PROTECTED] 
Sent: September 16, 2007 9:21 AM
To: CF-Talk
Subject: RE: cf8 book by Ben Forta - release date?

No, I don't have copies to sell. But I am talking to the publisher and
Amazon about getting these dates cleared up.

--- Ben


-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 13, 2007 11:37 AM
To: CF-Talk
Subject: Re: cf8 book by Ben Forta - release date?

Since it looks like it's going to take a good while for us to get this book
in our hands...

A question to Ben - any chance folks can acquire the book directly from you
quicker?

:D







~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288542
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Error using CFHTTP

2007-09-16 Thread Claude Schneegans
 Does this mean that the return value is ;URL Interface?

No, but apparently you are using CFHTTP to create a query, and the first 
line on the file contains the column names.
The problem is that URL Interface is not a valid name for CF, because 
of the space it contains.
Use the attribute COLUMNS to overwrite those in line on, and use valid 
names.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288543
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion and MySQL Stored Functions

2007-09-16 Thread Jochem van Dieten
Richard White wrote:
 cfquery name=myquery datasource=db
   select functionName('[EMAIL PROTECTED]', 'myPassword')
 /cfquery
 
 and it gives the error: cannot be indexed correctly. 

That is because CF tries to create a column from the result with the 
name functionName('[EMAIL PROTECTED]', 'myPassword') and that is not 
a valid column name in CF.
cfquery name=myquery datasource=db
   select functionName('[EMAIL PROTECTED]', 'myPassword') AS queryResult
/cfquery


 also how do i check if it returned a true or false from this (my stored 
 function returns a boolean value true or false variable called queryResult)


Just dump the query and you will see what is in it.

Jochem

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288544
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cf8 book by Ben Forta - release date?

2007-09-16 Thread Jochem van Dieten
Ben Forta wrote:
 No, I don't have copies to sell.

Not even a book signing session at the MAX?

Jochem

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288545
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Blogcfc: feeling stupid

2007-09-16 Thread Raymond Camden
What kind of errors are you getting? Do you have any files in
domain.com/blog? If so - you don't need them. If your blogs are in the
sub dirs, then each of them have a copy of the CLIENT folder from the
zip.

Anyway - please post the error you are getting.

On 9/15/07, Eric Hoffman [EMAIL PROTECTED] wrote:
 Okay, I am setting up a blog system at our site using this, with 5
 bloggers.

 I changed the app.cfm files per instructions, did the ini file per
 instructionsthe only blog that works is the default directory.
 If I goto the subdirectory of a bloggerit errors in app.cfm.  Org
 is mapped in CF 8.

 So, I have www.domain.com/blogs  which all works fine.

 When I copy the client files to a subdirectory, and edit the app.cfm
 line to name the blog the right way, it bombs.   so each bloggers url
 looks like:  www.domain.com/blogs/dude/index.cfm

 Am I pulling a stupid?   In any of these subdirectories, I get the
 error about a bad cfif in app.cfm

 Thanks for any pointers this weekend.  Gotta get it live by Monday or
 so.


 Eric
 







 mail:
 www:
 tel:
 fax:
 mob:
 Adobe Solution Partner
 Sonicwall Security Partner
 Microsoft Certified Partner

 

 This message contains confidential information and is intended only for 
 [EMAIL PROTECTED] If you are not cf-talk@houseoffusion.com you should not 
 disseminate, distribute or copy this e-mail. Please notify [EMAIL PROTECTED] 
 immediately by e-mail if you have received this e-mail by mistake and delete 
 this e-mail from your system. E-mail transmission cannot be guaranteed to be 
 secure or error-free as information could be intercepted, corrupted, lost, 
 destroyed, arrive late or incomplete, or contain viruses.  therefore does not 
 accept liability for any errors or omissions in the contents of this message, 
 which arise as a result of e-mail transmission. If verification is required 
 please request a hard-copy version.
 

 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288546
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Blogcfc: feeling stupid

2007-09-16 Thread Raymond Camden
I should also point out - I don't read cf-talk everyday. You may wan
to consider using the BlogCFC forums here:

http://www.coldfusionjedi.com/forums/forums.cfm?conferenceid=CBD210FD-AB88-8875-EBDE545BF7B67269

On 9/15/07, Eric Hoffman [EMAIL PROTECTED] wrote:
 Okay, I am setting up a blog system at our site using this, with 5
 bloggers.

 I changed the app.cfm files per instructions, did the ini file per
 instructionsthe only blog that works is the default directory.
 If I goto the subdirectory of a bloggerit errors in app.cfm.  Org
 is mapped in CF 8.

 So, I have www.domain.com/blogs  which all works fine.

 When I copy the client files to a subdirectory, and edit the app.cfm
 line to name the blog the right way, it bombs.   so each bloggers url
 looks like:  www.domain.com/blogs/dude/index.cfm

 Am I pulling a stupid?   In any of these subdirectories, I get the
 error about a bad cfif in app.cfm

 Thanks for any pointers this weekend.  Gotta get it live by Monday or
 so.


 Eric
 







 mail:
 www:
 tel:
 fax:
 mob:
 Adobe Solution Partner
 Sonicwall Security Partner
 Microsoft Certified Partner

 

 This message contains confidential information and is intended only for 
 [EMAIL PROTECTED] If you are not cf-talk@houseoffusion.com you should not 
 disseminate, distribute or copy this e-mail. Please notify [EMAIL PROTECTED] 
 immediately by e-mail if you have received this e-mail by mistake and delete 
 this e-mail from your system. E-mail transmission cannot be guaranteed to be 
 secure or error-free as information could be intercepted, corrupted, lost, 
 destroyed, arrive late or incomplete, or contain viruses.  therefore does not 
 accept liability for any errors or omissions in the contents of this message, 
 which arise as a result of e-mail transmission. If verification is required 
 please request a hard-copy version.
 

 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288547
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Cffeed - creating RSS Feeds and guid

2007-09-16 Thread Raymond Camden
I found it. If you look in the CFML 8 Reference, page 191, there is a
giant table that lists all of the query columns and what they mean. If
you find ID, you will see that it means GUID for RSS 2.

I specified ID for my test and it worked fine, I got a GUID in my
feed. (But note I tested with a query, not a struct.)


On 9/14/07, Nathan C. Smith [EMAIL PROTECTED] wrote:
  I believe href will then be used for the value. If not, try
  link perhaps.
 

 If I work backwards and read a feed into cffeed there is a linkhref in the
 guid struct.  I'm pretty sure I tried that one going the other direction
 though.

 -Nate

 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288548
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion and MySQL Stored Functions

2007-09-16 Thread Richard White
 Hi Jochem,

Thats brilliant its working fine now :) thanks for your help

Richard 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288549
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFFEED?

2007-09-16 Thread Brian Peddle
I'm trying to do something pretty basic with CFFEED ... basically from 
the docs  I get this error

 There is a problem in the column mappings specified in the columnMap 
structure.
The query attribute input does not contain any column by the name of 
job_title.

However it certainly does contain that column.  Anything I am overlooking?


!--- Get the feed data as a query from the orders table. ---
cfquery name=getJobs datasource=dsngoeshere
SELECT TOP 10 * FROM E_JOB
WHERE state_id = 42
ORDER BY updated_date desc
/cfquery

cfdump var=#getJobs#

!--- Map the orders column names to the feed query column names. ---
cfset columnMapStruct = StructNew()
cfset columnMapStruct.publisheddate = updated_date
cfset columnMapStruct.content = description
cfset columnMapStruct.title = job_title
cfset columnMapStruct.rsslink = job_id

!--- Set the feed metadata. ---
cfset meta = structNew()
cfset meta.title = Tennessee Jobs
cfset meta.link = http://feedlink;
cfset meta.description = Recent Jobs
cfset meta.version = rss_2.0

!--- Create the feed. ---
cffeed action=create
query=#getJobs#
properties=#meta#
columnMap=#columnMapStruct#
xmlvar=rssXML

cfdump var=#XMLParse(rssXML)#


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288550
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFFEED?

2007-09-16 Thread Raymond Camden
Yep, there is a bug. You have to use uppercase for the column names.

http://www.coldfusionjedi.com/index.cfm/2007/7/29/Columnmap-Gotcha-with-CFFEED


On 9/16/07, Brian Peddle [EMAIL PROTECTED] wrote:
 I'm trying to do something pretty basic with CFFEED ... basically from
 the docs  I get this error

  There is a problem in the column mappings specified in the columnMap
 structure.
 The query attribute input does not contain any column by the name of
 job_title.

 However it certainly does contain that column.  Anything I am overlooking?


 !--- Get the feed data as a query from the orders table. ---
 cfquery name=getJobs datasource=dsngoeshere
 SELECT TOP 10 * FROM E_JOB
 WHERE state_id = 42
 ORDER BY updated_date desc
 /cfquery

 cfdump var=#getJobs#

 !--- Map the orders column names to the feed query column names. ---
 cfset columnMapStruct = StructNew()
 cfset columnMapStruct.publisheddate = updated_date
 cfset columnMapStruct.content = description
 cfset columnMapStruct.title = job_title
 cfset columnMapStruct.rsslink = job_id

 !--- Set the feed metadata. ---
 cfset meta = structNew()
 cfset meta.title = Tennessee Jobs
 cfset meta.link = http://feedlink;
 cfset meta.description = Recent Jobs
 cfset meta.version = rss_2.0

 !--- Create the feed. ---
 cffeed action=create
 query=#getJobs#
 properties=#meta#
 columnMap=#columnMapStruct#
 xmlvar=rssXML

 cfdump var=#XMLParse(rssXML)#


 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288551
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Good Authorize.net Reseller...

2007-09-16 Thread L Y
unitedbankservice.com is what I use, but check costco and see if they offer it. 

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288552
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF 8 woes

2007-09-16 Thread Patrick J Hedgepath
We finally got our servers sites working on CF8 after the upgrade from CF7.
However we have two problems. 

 

1.   All of the sites pages come up 3 - 6 seconds slower than they did under
CF7.

2.   The Enable Performance Monitoring checkbox in the Administrator will
not stay checked so we cannot monitor performance from the performance
monitor.

 

Any common areas I should look for fixes to these issues? I have seen others
having similar performance issues on upgrading from CF7 to 8 but not on
fresh installs. I have not seen anybody else with the Performance monitor
checkmark issue.

 

 

 

 

 




~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288553
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 8 woes

2007-09-16 Thread James Holmes
Did you do fresh installs or upgrades?

On 9/17/07, Patrick J Hedgepath [EMAIL PROTECTED] wrote:
 We finally got our servers sites working on CF8 after the upgrade from CF7.
 However we have two problems.



 1.   All of the sites pages come up 3 - 6 seconds slower than they did under
 CF7.

 2.   The Enable Performance Monitoring checkbox in the Administrator will
 not stay checked so we cannot monitor performance from the performance
 monitor.



 Any common areas I should look for fixes to these issues? I have seen others
 having similar performance issues on upgrading from CF7 to 8 but not on
 fresh installs. I have not seen anybody else with the Performance monitor
 checkmark issue.

-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288554
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Cffeed - creating RSS Feeds and guid

2007-09-16 Thread Jayesh Viradiya
Hi Nathan C. Smith

Could you please isolate the code which throws the Null Pointer
exception and post it here or send it to me at [EMAIL PROTECTED] for us
to be able to reproduce it in order to investigate it.
 

Thank you
Jayesh Viradiya
Adobe CF Team

~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288555
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4