Dear all,

I want to send a printer job upon form submission using Spring mvc without displaying what is to be printed. So the controller will print all the variables inside the controller handler. Is this possible with Spring mvc? Could anyone give me a clue on this?

thanks in advance