I have a simple Spring 2.5 JSP form where I accept the zodiac sign of a user from a drop down list, validate that he has chosen a parameter and on form submission I call a utility method to get the forecast for the sign (random strings in fact for this test application).I have a simple Spring 2.5 JSP form where I acc