>
> David
Thank you.
Should each action of form in my jsp be modified? For example, a.jsp as
following:
<form action="b.jsp">
<input type="text">
<input type=submit>
</form>
Shoule the action property(b.jsp) of the form be modified?Thanks.
