Hi,
I'm currently looking at the Struts 2 Convention plugin for small project as
a means of zero configuration, however I'm also looking to use tiles for my
templating. Does anyone know if there's any documentation on supported
result types for the convention plugin (other than the default
dispatc
I can see how it can be beneficial in these ways:
1) The application does not have to be redeployed if changing existing
labels.
2) Label descriptions can be modified in real time.
3) If there are multiple applications and common labels, they can be
shared among the other applications.
Hi all,
I have a problem with Struts2 type conversion. Here is the classes:
public class Square {
private int id;
private Set points = new HashSet();
public Square() {
}
public Square(int id, Set points) {
3 matches
Mail list logo