Oh and @Persist proper doesn't make a difference either.

Peter

-- 
If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Please visit http://www.albourne.com/email.html for important 
additional terms relating to this e-mail.

----- Original Message -----
From: "Peter Stavrinides" <p.stavrini...@albourne.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Tuesday, 7 April, 2009 15:12:10 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: Inherited properties

this is what I am doing... nothing weird:

/** The String message to display in a page*/
        @Persist(PersistenceConstants.FLASH)
        private String _displayMessage;

/**
         * @return the displayMessage
         */
        public String getDisplayMessage() {
                return _displayMessage;
        }

        /**
         * @param displayMessage the displayMessage to set
         */
        public void setDisplayMessage(String displayMessage) {
                _displayMessage = displayMessage;
        }


----- Original Message -----
From: "Thiago H. de Paula Figueiredo" <thiag...@gmail.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Tuesday, 7 April, 2009 14:17:55 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: Inherited properties

On Tue, Apr 7, 2009 at 7:24 AM, Peter Stavrinides
<p.stavrini...@albourne.com> wrote:
> Well thats what I thought, but thats not working for me... not sure if I am 
> doing something stupid or what.

Is that property public? Is it annotated with @Property? Or has it a
getter and a setter?

-- 
Thiago

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


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


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

Reply via email to