I am doing a dynamic web page using the Sun Model 2, with a servlet and
a JSP. This JSP has a form, with method=get works fine, but
with method=post the first parameter (input=hidden) mantains the
value of the previous call (previous page), not the value included in the
current form (page).
I am using BEA WebLogic 6.0 and JBuilder 6.0, I hope you could help me.