[Seaside-dev] Problem with RSS

Philippe Marschall philippe.marschall at gmail.com
Thu Feb 11 12:08:27 UTC 2016


On Mon, Feb 8, 2016 at 4:01 PM, Justine STIENNE
<justine.stienne at gmail.com> wrote:
> Hi,
>
> I've tried to use RSS for an application. I have followed the book:
> http://book.seaside.st/book/web-20/rss.
> But when I try the URL to have my rss page, I have: /newnews.rss not found
> I probably forgot to do something, but I don't know what.

Likely you forgot the registration. You need to do something like

   (WAAdmin register: RRRssHandler at: 'newnews.rss')
        rootComponentClass: MyRssComponentClass



Cheers
Philippe


More information about the seaside-dev mailing list