-
Wizard on button click which will take all values of cost and send it to particular users
I faced a situation recently in which,
I need a wizard on button click which will take all values of cost and “Send Quote” button will take the values and generate the document and also send it to the specific user whose email id i put it in the wizard.
The problem here is if I made the same controller for both wizard and document then I have to make all things in constructor itself and if I make separate constructors then sending lot of values through URL is not a good idea as far as security is concerned.
Kindly provide a better arch. for this.
-
This discussion was modified 10 years, 1 month ago by
Utsav.
-
This discussion was modified 10 years ago by
Forcetalks.
-
This discussion was modified 10 years ago by
Forcetalks.
-
This discussion was modified 10 years, 1 month ago by
Log In to reply.