Object Selections

2010-06-28 Thread Greg Pagendam-Turner
Hi, I'm trying to use http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects to create a selection for my Goal objects. In the component I've got code @Inject private PropertyAccess _access; public GenericSelectModel getGoalModel() { _goalModel = new Generi

Re: Calling all Tapestry Developers

2010-06-28 Thread Jakub Vlasak
Oooops, sorry for spaming :-) On Mon, Jun 28, 2010 at 8:34 PM, Jakub Vlasak wrote: > Hi, > > does this applies also to foreigners? > > Best regards, > Jakub Vlasak > > > On Thu, Jun 24, 2010 at 11:44 AM, Gamesys Jobs wrote: > >> >> Hi all, >> >> I would just like to get the message out to all Ta

Re: Calling all Tapestry Developers

2010-06-28 Thread Jakub Vlasak
Hi, does this applies also to foreigners? Best regards, Jakub Vlasak On Thu, Jun 24, 2010 at 11:44 AM, Gamesys Jobs wrote: > > Hi all, > > I would just like to get the message out to all Tapestry developers and > fans > that we are recruiting for Java / Tapestry people to join our ever growing

Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-28 Thread Josh Canfield
Just to be oppositional; How about: @QueryParameter --> @EventRequestParameter @QueryParameterMapped --> @RequestParameter I would use the ActivationRequestParameter more often, which makes me think it should get the first class name, and give the differentiator name to the argument annotation.

Re: Layout Component

2010-06-28 Thread Pierce Wetter
On Jun 25, 2010, at 1:31 PM, Magnus Kvalheim wrote: > Hi, > I have a similar requirement for our project where we plan to 'white label' > an application and brand it in different ways. > Have been thinking about a way of reusing pages by changing the layout > dynamically - for example triggered b

Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-28 Thread Vjeran Marcinko
I'm OK with any solution, but I think the reason why some obvious name hasn't popped up immediately in everyone's head is because we use few names for same thing : - action request, component event request... - render request, page request, page render request, page activation request, ... :

Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-28 Thread Christian Riedel
+1 better than the others! I think other frameworks (e.g. seam) use @RequestParameter as well, so it would be easier for switchers to start with tapestry ;) Am 28.06.2010 um 17:51 schrieb Howard Lewis Ship: > How about: > > @QueryParameter --> @RequestParameter > @QueryParameterMapped --> @Ac

Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-28 Thread Massimo Lusetti
On Mon, Jun 28, 2010 at 5:51 PM, Howard Lewis Ship wrote: > How about: > > �...@queryparameter --> @RequestParameter > �...@queryparametermapped --> @ActivationRequestParameter > > instead? Definitely. -- Massimo http://meridio.blogspot.com

Re: [Tapestry Central] Tapestry 5.2: Improved Query Parameter Support

2010-06-28 Thread Howard Lewis Ship
How about: @QueryParameter --> @RequestParameter @QueryParameterMapped --> @ActivationRequestParameter instead? On Sat, Jun 26, 2010 at 10:40 AM, Howard Lewis Ship wrote: > On Sat, Jun 26, 2010 at 9:25 AM, Jim O'Callaghan > wrote: >> @ActivationQueryParameter ...! >> > > I like that, rather

Re: Looking for workaround for TAP5-856 in 5.1.0.5

2010-06-28 Thread Howard Lewis Ship
Using a ServiceOverride contribution, you can replace the 5.1 MetaDataLocatorImpl with a copy of the code from 5.2. Viva open source & IoC! On Mon, Jun 28, 2010 at 6:00 AM, Kai Weber wrote: > Hi, > > we just upgraded from 5.0.x to 5.1.0.5. We are hit by TAP5-856. Is there > a workaround for 5.1.

Re: Tapestry 5.2 + TSS 3.0.0 + Hibernate 3.5.2 QuickGuide

2010-06-28 Thread Alex Kotchnev
The fix in http://www.mail-archive.com/users@tapestry.apache.org/msg9.html is now applied in 3.0-SNAPSHOT. Regards, Alex K On Sun, Jun 27, 2010 at 11:30 PM, ebt wrote: > > Since there is not that much documentation out there concerning integrating > the latest and greatest afore-mentioned

Looking for workaround for TAP5-856 in 5.1.0.5

2010-06-28 Thread Kai Weber
Hi, we just upgraded from 5.0.x to 5.1.0.5. We are hit by TAP5-856. Is there a workaround for 5.1.0.5 available? Upgrading to 5.2 is currently no option for us. https://issues.apache.org/jira/browse/TAP5-856 Regards, Kai - To u

Re: Logging to file problem

2010-06-28 Thread LiborGMC
Well again it was my fault. Our library has static code which initialize default appenders for Log4j..and remove all others! -- View this message in context: http://old.nabble.com/Logging-to-file-problem-tp28982316p29008556.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BeanDisplay customisation (long lines wrapping)

2010-06-28 Thread peter ricke
Ups! I did not know about this limitation. Would have been to easy. I will have to change before leaving developement phase... Thanks Peter Thanks Peter. I went for augmenting the beandisplay using a table with rows and columns - sometimes I think data is really tabular and don't understand t

Re: [ANN] JumpStart 4.12 released

2010-06-28 Thread Massimo Lusetti
On Sat, Jun 26, 2010 at 6:36 AM, Geoff Callender wrote: > I am SURE my AJAX Validator solution can be improved, so please offer your > suggestions. Maybe... but it still a nice reference! Thanks! -- Massimo http://meridio.blogspot.com -