How to initialize JSF-page with pre-fetched data
Hi.
I'm sure this problem has come up before, but I haven't been able to find it.
I have a list-page with link to a detail-page. The idea is to select en item and open the detail-page with data loaded. But I don't know how..
I've tried with a phase-listener according to: http://www.manning-sandbox.com/thread.jspa?messageID=56097&tstart=0 but as stated in the reply data isn't shown until after re-load.
Any ideas?

