4 Replies Latest reply on Oct 5, 2006 8:16 PM by gavin.king

    Extending page context to the next page, and so on.

    rdewell

      I understand that page context works for the next submit of the same page. So you basically get one good use out of it.

      What's the best place to "re"set that variable in the page context, so that you can continually use that variable throughout additional page submissions?

      If I could get at PageContext.getNextPageMap for example, then I might be able to manage it manually from another component's @Create method.

      I guess this is sort of like client side conversations... a page flow context? Regular Seam conversations are too heavy weight for what I'm doing with this value.

      Thanks,

      Ryan