I have a list page and a detail page. The
list is the results of a search and I put
this in a listview. The user can then click
each item to view it in the detail.
What I'm doing now is passing the result object
to the detail page so they can continue to
navigate (next ) the results without
Well, what I have done in this situation is I use a breadcrumb:
public class Breadcrumb implements Serializable
{
private final PageReference destination;
public Breadcrumb()
{
this.destination = PageReference.forRequestedPage();
}
public Link createCancelLink(String