On Fri, 12 Oct 2012 01:01:36 -0300, Ken in Nashua <kcola...@live.com> wrote:


Here is Home.JAVA snippet

public class Home
{
    /**
     * Component
     */
    @Property
    private Class collectiontype;

    @Property
    private Integer itemsPerPage = new Integer("50");

Don't initialize fields in their declarations. Use some event handler method instead.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to