Kindly check 
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/navigation/eventlinks
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/navigation/eventlinks
 

TML

    # Say Hi Dude 
    # Say Hi DudA 
    # Say Hi DudB 


CLASS

        // Use "flash" persistence to keep the message only until it's been
displayed once.
        @Persist(PersistenceConstants.FLASH)
        private String _hiMessage;

        void onSayHi(String name) {
                _hiMessage = "Hi, " + name + ".";
        }

        public String getHiMessage() {
                return _hiMessage;
        }


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Actionlink-action-tp4426703p4427096.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to