Skip to content

Commit 6f2da24

Browse files
committed
实验二、补充4:练习使用Struts的自定义校验器
Signed-off-by: 849673404 <849673404@qq.com>
2 parents c5f06e4 + 8feb7e9 commit 6f2da24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validationApp/src/com/ltf/action/BookAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.opensymphony.xwork2.ActionSupport;
66

77
public class BookAction extends ActionSupport {
8-
8+
99
private String bookName;
1010
private String author;
1111
private String bookNo;

0 commit comments

Comments
 (0)