Hi Nathan,

In the repro case provided by you, I could notice that you were trying
to use an Invalid attribute(linkhref) for the GUID element. GUID could
have only one Optional element that is "isPermaLink". Check RSS 2.0 spec
for more information. 

So modify your Code with the following lines at appropriate places and
it should work fine. Although there is a bug that IsPermaLink acts as
mandatory attribute as of now. We are tracking that bug.


<cfset myStruct.item[i].guid = structnew()>
<cfset myStruct.item[i].guid.isPermaLink="YES/NO(anyone)">
<cfset myStruct.item[i].guid.value = "http://www.google.com";>


Thanks
Jayesh Viradiya
Adobe CF Team


-----Original Message-----
From: Jayesh Viradiya [mailto:[EMAIL PROTECTED] 
Sent: Sunday, September 16, 2007 7:25 PM
To: CF-Talk
Subject: RE: Cffeed - creating RSS Feeds and guid

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 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-72&catid=648

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

Reply via email to