Hi,
I am creating a Grails application which has an input page with text fields. Here the user can type in the data and on submit, the control goes to the action in controller. Here I get the value of the form data using params.empName etc.
But the scope of this data is very small and doesnt get carried on if I do a redirect from the current action to another action.
Is there a way to increase the scope of the variables?
I am now to convert this to service oriented architecture. Therefore Is there a way to access these data in the service as well?
Please advice.
Thanks, Megs