IndexAction.java @MadvocActionpublic class IndexAction { @Out
String oration; @Action
public void view() {
oration = "Welcome to the Madvoc!!!";
}
}index.jsp <html><body><h2>Hello World!</h2><h4>${oration }</h4><h1>After the oration</h1></body></html>
添加回答
举报
0/150
提交
取消