Hi,

I seem to have a mental block here, seems like this
should be straightforward, but I can't figure it out.

I have a page, which displays a table of data.  If the
user clicks "update now" button, I need to run a feed
load and then redisplay the results, however if the
users arrives at the page or refreshes it, then I
don't need to run the feed.

I have two pipelines:
- load-feed
- display-results

Logic in pseudo-code:

if (update = true) {
  call load-feed pipeline
  call display-results pipeline
} else {
  call display-results pipeline
}

Any ideas?

Thanks,
-Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to