Displaying 1 result from an estimated 1 matches for "feed_widget_detail".
Did you mean:
feed_widget_details
2008 Jan 13
6
Graceful way to handle execution expired and bad URI errors?
...ows these two errors:
execution expired and bad URI errors in the view.
I need to find a graceful way to handle both. Preferably, if I could
find a way to throw an error message for the execution expired after a
certain time period would be great.
Here''s the method code:
[code
def feed_widget_details
@page_object = getPageObject
if @page_object.has_chatter_source?(0)
@blog_url =
"#{WEB_SERVER}/controller/rss/blog/#{@page_object.id_unique}"
elsif @page_object.has_chatter_source?(1)
@blog_url = ''http://reverb.feedxi.com/Warm.xml?url='' +
@page_o...