I have a page A. On Submit of it, it need to render Page B with the values entered on PAge A. Page A is mapped to a controller A and on click event i am invoking Spring controller for rendering the Page B.
Issue is i am not able to fetch Page A details and show up on Page B. I tried shared service, but as soon as it reaches Page B controller, it becomes undefined.
Help is much appreciated.