Yes,It can be solved in one form itself.
On drop down selection call your action class's function through javascript and pass on the parameter you got to that function.From there do your business logic and return the results back as an xml/json response and output the result back to your
jsp page.
Simple solution:Use Ajax.
Refer Book:Struts complete Reference.