Struts 2 convention plugin & tiles support

2010-02-13 Thread Peter Nguyen
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

Re: i18n database backed

2010-02-13 Thread DustFrog
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.

struts2 : submit Collection Set as parameter

2010-02-13 Thread Jipu Jiang
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) {