a possible defect in AjaxFormUpdateControllerImpl

2011-10-19 Thread Keio Kraaner
r thread A) is still configured with old values which can cause problems. Regards Keio Kraaner

Re: extending Select component

2011-04-15 Thread Keio Kraaner
: "Thiago H. de Paula Figueiredo" To: "Tapestry users" Sent: Friday, April 15, 2011 2:54 PM Subject: Re: extending Select component On Fri, 15 Apr 2011 07:18:14 -0300, Keio Kraaner wrote: And what about the weird behaviour which results when rendering a child of a Tapestr

Re: extending Select component

2011-04-15 Thread Keio Kraaner
And what about the weird behaviour which results when rendering a child of a Tapestry component? Of course. Tapestry components are valid Java classes; you can extend any existing component. On Fri, Apr 15, 2011 at 11:43 AM, Keio Kraaner wrote: Thanks for the suggestion, Igor. I made up

Re: extending Select component

2011-04-15 Thread Keio Kraaner
There is no need to extend the Select component for your use case. Just create an instance of EnumSelectModel [1] and pass it to the Select component. [1] http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/util/EnumSelectModel.html 2011/4/15 Keio Kraaner Hi I'm trying to ex

extending Select component

2011-04-15 Thread Keio Kraaner
sults in 2 rendered selects in output - at first Tapestry invokes render methods of EnumSelect and then Select. What should I do to get only 1 select in rendered output? Is it even possible to extend existing AbstarctField implementation? I do not see such an example in tapestry-core library. Re

overriding a service and gathering its contributions

2011-03-23 Thread Keio Kraaner
ce (in the format of contributeSomeService(...)) are not gathered and injected into constructor of SomeServiceMyImpl. Does anybody know how to achieve this? Thanks Keio Kraaner - To unsubscribe, e-mail: users-unsubscr...@tap

overriding a service and gathering its contributions

2011-03-22 Thread Keio Kraaner
at contributions for SomeService (in the format contributeSomeService(...)) are not gathered and injected into constructor of SomeServiceMyImpl. Does anybody know how to achieve this? Regards Keio Kraaner

overriding a service and gathering its contributions

2011-03-22 Thread Keio Kraaner
at contributions for SomeService (in the format of contributeSomeService(...)) are not gathered and injected into constructor of SomeServiceMyImpl. Does anybody know how to achieve this? Regards Keio Kraaner