Having a situation where I need Page A to render Page B with the values entered on Page A upon submission. Page A is connected to controller A, and when the click event triggers, the Spring controller renders Page B.
The problem I'm encountering is that I can't retrieve Page A details to display on Page B. I attempted using a shared service, but once it reaches the Page B controller, it becomes undefined.
Any assistance would be greatly appreciated.