RE: Select with @InjectSelectionModel problem (value passed in is null)

2008-12-19 Thread Joe123 ---
Hi, Thanks for your answer. I forgot to add the public void onPrepare() and therefore the list was empty. Thanks. One addition for the tapestry wiki page. I think it is better to replace: String accessActualName = transformation.addField(Modifier.PRIVATE, "org.apache.tapestry5.ioc.services.

RE: Select with @InjectSelectionModel problem (value passed in is null)

2008-12-19 Thread Joe123 ---
I have been debugging and noticed that the failure is in the GenericValueEncoder.toValue method The idFieldAdapter property is null and therefore it can't find a match. And why is the idFieldAdapter null? Because in the constructor(see below), the list parameter was null after submitting the fo

Select with @InjectSelectionModel problem (value passed in is null)

2008-12-19 Thread Joe123 ---
Hello I use the select component with the @InjectSelectionModel annotation as described here: http://wiki.apache.org/tapestry/Tapestry5AnotherSelectWithObjects The select is nicely loaded with categories. Next I submit the form and I notice that the setSelectedCategory method is called. But

t5Components + Return JSONArray to component

2008-12-17 Thread Joe123 ---
I used the T5Components OnEvent. But for some reason I don't get the JSONArray as a response in the javascript code. I can see the javascript is called, but the response is "Undefined". I have no clue what causes the problem. And am struggling with this issue for a couple of days. I upgraded t

RE: [ANN] t5components 0.5.18 is now available for Tapestry 5.0.18

2008-12-15 Thread Joe123 ---
rking in a previous tapestry version. J. > Date: Mon, 15 Dec 2008 14:58:47 +0100 > From: hombu...@googlemail.com > To: users@tapestry.apache.org > Subject: Re: [ANN] t5components 0.5.18 is now available for Tapestry 5.0.18 > > your code looks correct, > > try to empty your br

RE: [ANN] t5components 0.5.18 is now available for Tapestry 5.0.18

2008-12-15 Thread Joe123 ---
Hi, I use the @OnEvent mixin to create dependent selects: I use it like below. But the problem is that the onCompleteOperatorChange javascript function response object is "undefined" Any ideas how this is possible. The javascript function is called, but the response is "undefined" @OnEvent(co

Usage of ApllicationState Object

2008-12-13 Thread Joe123 ---
Hello I have a question about the usage of an ApplicationState object. Can I use the @ApplicationState only in the com.application.tapestry.components and com.application.tapestry.pages packages? Or is it also valid in for example com.application.tapestry.beans package? Because I have an Conv

RE: how to install t5components library

2008-12-13 Thread Joe123 ---
:33:19 +0100 > > You just have to add it to the classpath (Web App Libraries in Eclipse). > Tapestry will automagically initialize the library (using a manifest > entry) > > Martijn > > On Sat, 2008-12-13 at 09:23 +, Joe123 --- wrote: > > Hi, > > > &

how to install t5components library

2008-12-13 Thread Joe123 ---
Hi, Sorry for this dumb question, but I can't find any documentation about how I can install the t5component library. Is there any info about this? Any help is welcome. thnx J. _ Connect to the next generation of MSN Messenger 

http://issues.apache.org/jira/browse/TAP5-138

2008-12-12 Thread Joe123 ---
Hello I was wondering when Issue TAP5-138 (Add Zone parameter to Select component) is scheduled to be implemented? http://issues.apache.org/jira/browse/TAP5-138 It is the most popular issue, with 31 votes and a lot are looking forward to this feature. Joe ___