Moving to OT > Soft Dev
Jacob,
I don’t know if you are asking this because of a special processing case, or for another reason, but the use case you gave in the general sense is why Struts exists, to avoid servlets all together.
JSP -> Wrap up all the properties and values in a bean -> Call some ‘action’ and hand it the bean and say “do something with it”
That’s how Struts works.
So if you knew that, and specifically want to just combine Servlets in your Struts app for some reason, there is nothing stopping you, go ahead and post to your Servlets, you just need to do all that manual work yourself.