In some of my actions I need render two different pages; one for desktop
and one for mobile. With regular pages catch the onFinish event and send
the rendered version to a message queue for later processing. My problem is
that sometimes I need to render *both* versions of the page in one shot and
I'm not currently sure how to do that.

So far, these particular actions create two discrete ViewModels (one for
mobile and one for desktop) but I'm stuck there.

Any help is greatly appreciated.

Julian.

Reply via email to