Re: t5: accessing a service from a contributed class

2011-02-14 Thread Thiago H. de Paula Figueiredo
On Mon, 14 Feb 2011 01:05:40 -0200, Kalle Korhonen wrote: On Sun, Feb 13, 2011 at 6:55 PM, Thiago H. de Paula Figueiredo wrote: On Mon, 14 Feb 2011 00:16:33 -0200, Angelo C. wrote: is this possible? Yes, as long as the contributed object is an service itself. Is that a fact Thiago? Y

Re: t5: accessing a service from a contributed class

2011-02-14 Thread Angelo C.
nd not by Tapestry. > > -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-accessing-a-service-from-a-contributed-class-tp3383911p3384139.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: t5: accessing a service from a contributed class

2011-02-13 Thread Igor Drobiazko
You assumtion ic correct. The code above is not going to work as BaseURLSource implementation is bult manually and not by Tapestry. On Mon, Feb 14, 2011 at 4:05 AM, Kalle Korhonen wrote: > On Sun, Feb 13, 2011 at 6:55 PM, Thiago H. de Paula Figueiredo > wrote: > > On Mon, 14 Feb 2011 00:16:33 -0

Re: t5: accessing a service from a contributed class

2011-02-13 Thread Angelo C.
it is a registered service, but it's null when call. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-accessing-a-service-from-a-contributed-class-tp3383911p3383969.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: t5: accessing a service from a contributed class

2011-02-13 Thread Kalle Korhonen
On Sun, Feb 13, 2011 at 6:55 PM, Thiago H. de Paula Figueiredo wrote: > On Mon, 14 Feb 2011 00:16:33 -0200, Angelo C. > wrote: >> is this possible? > Yes, as long as the contributed object is an service itself. Is that a fact Thiago? I'm surprised by that. I would have assumed you would have nee

Re: t5: accessing a service from a contributed class

2011-02-13 Thread Thiago H. de Paula Figueiredo
On Mon, 14 Feb 2011 00:16:33 -0200, Angelo C. wrote: is this possible? Yes, as long as the contributed object is an service itself. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, Ars Machina Tecnologia da I

t5: accessing a service from a contributed class

2011-02-13 Thread Angelo C.
te(BaseURLSource.class, source)); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-accessing-a-service-from-a-contributed-class-tp3383911p3383911.html Sent from the Tapestry - User mailing list archive at Nabble.com. --