red phoenix wrote:
I use struts2 ,like follows:
---SimpleCounter---
package test;
public class SimpleCounter{
String foo;
public void setFoo(String foo){
System.out.println("set foo="+foo);
this.foo=foo;
}
public String getFoo(){
System.out.println("get foo="+foo);
return foo;
}
}
---test.
I use struts2 ,like follows:
---SimpleCounter---
package test;
public class SimpleCounter{
String foo;
public void setFoo(String foo){
System.out.println("set foo="+foo);
this.foo=foo;
}
public String getFoo(){
System.out.println("get foo="+foo);
return foo;
}
}
---test.jsp---
<%@ taglib ur
2 matches
Mail list logo