I am having problems running the Rss ticker example (1.0.9 using Resin 2.1.9 using server side state).
 
The first hit to the page works fine, but the second hit tells me:
 
No Connection:
Maybe you are behind a firewall?
 
In debugging the code, it appears that after the view is restored, the underlying rss Channel object is still null.  This appears to be because HtmlRssTicker.setRssUrl is not being called by MyFaces.  I see restoreState being called, but just not setRssUrl.  Because of this, the Channel stays null since it is set in a call to loadNews() via setRssUrl.
 
It works fine when using client state though.
 
Is this a bug in the component or is the framework not making the call to HtmlRssTicker.setRssUrl ?
 
- Joe

Reply via email to