On Tue, 20 Nov 2012 21:19:36 -0200, bhorvat <horvat.z.bo...@gmail.com>
wrote:
hm...so what you are saying is that I should not set a property that
will be used by other module, but instead copy the method into my 3
modules and make it custom for them, right?
No.
i guess the only problem that I have is code duplication
Just use ordinary Java code reuse: put the shared code inside a method in
some class and call this method in any class you need. Code duplication
avoided.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org