[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[curn-users] Problem calling RSSItem.getFirstContentOfType



I sent this to Brian directly but realize shouuld have probably sent to this mailing list first. Sorry Brian!

The problem I have is that all of the items for all of the feeds I have tried return null when calling item.getFirstContentOfType (...). I've looked through the code very carefully and I don't see RSSItem.setContent ever get called.

What I see happen is that when RSSItemAdapter is constructed it has a reference to a SyndEntry which itself does have a non-null value for content. But the contentMap which maps mime type to content never gets populated because setContent is never called anywhere and when RSSItemAdapter is eventually copied, the original content is also lost.

So I'm wondering is whether this is a bug (can't imagine that it is given how important the content field) or what I am doing wrong/missing?

Any feedback would be greatly appreciated.

thanks,
Scott


 Back to curn-users archive.