Hi
If you dont want to use ajax then second selct box can be filled by reloading your
jsp page again with new values.
i.e
Initially 1 select box with values and 2nd empty
on select of option in 1st select box submit your jsp page and reload same page with values in 2nd select box.
But why you dont want to use AJAX any specific reasons.