我有一组按年份的文本字段,比如今年,上一年,明年在 jsp 中。我需要获取这些值并通过操作类传递值并在另一个 JSP 中显示任何人都可以告诉我如何做并给我示例代码。
文本框就像下面的 senario
field name Previous year current year next year
---------- ------------- ------------ ----------
A textbox textbox textbox
B textbox textbox textbox
C textbox textbox textbox
. . . .
. . . .
. . . .
. . . .