Re: [ANNOUNCE] ChenilleKit 1.2.0 RELEASE

2009-11-03 Thread Fermin Da Costa Gomez
Seeing the same error here. I thought i was doing wrong but maybe not. I'm getting the error when i try to put a graph in an overlay. I don't think there is something funny going on with ChenilleKit as such because all graphs display fine without the overlay. I suspect another library is used

Re: [t5] upgrade to java 6 and javassist

2009-10-27 Thread Fermin Da Costa Gomez
, as this is a major problem for us. Hopefully, you're right about it being a javassist.jar duplicate issue. But so far, I haven't found anything pointing in that direction. Inge On Wed, Oct 7, 2009 at 4:18 PM, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl wrote: This was actually

T5: quickest way to get a handle on a gridcolumn (server side)

2009-10-26 Thread Fermin Da Costa Gomez
what would it be, ie. what did i miss? If there isn't i guess i'll just have to make one (together with a selection mechanism in the grid header .. ;-) ) (once limping i'll post it) Open to suggestions .. ;-) Tia, Fermin Da Costa Gomez

Re: T5: quickest way to get a handle on a gridcolumn (server side)

2009-10-26 Thread Fermin Da Costa Gomez
Is it correct that there is no method to 'just retrieve' a column form the model as such (at least i haven't seen it so far .. ;-) ) .. ? Have you tried Grid's row and rowIndex parameters? They should be more than enough in 99% of the cases. Not just yet but i figured that when a

Re: T5: quickest way to get a handle on a gridcolumn (server side)

2009-10-26 Thread Fermin Da Costa Gomez
Figueiredo thiag...@gmail.com wrote: Em Mon, 26 Oct 2009 14:32:51 -0200, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl escreveu: ;-) :) So an extra method it is then. Obri(e?)gado Thiago Obrigado. ;) De nada! :) -- Thiago H. de Paula Figueiredo Independent Java

T5: HOw to get an handle on the GridColumns object

2009-10-26 Thread Fermin Da Costa Gomez
Hi, Looking for a way to get a handle on the GridColumns component to override the way the headers are 'constructed'. Have been searching for a good 2h now (eyes are strating hurt .. : ( ) but to no avail. I only want a simple checkbox in the some of the columnheaders of a grid so i figured that

T5; Chart in Overlay

2009-10-22 Thread Fermin Da Costa Gomez
Hi, Is it possible to show a chart in a overlay? I have tried the following but then i get this black window in the n-e corner saying it is missing some ; .. ? t:zone t:id=chartZone div t:id=chart2 style=width: 350px; height: 150px;/ /t:zone pa t:type=actionlink

T5: Pie chart

2009-10-21 Thread Fermin Da Costa Gomez
Hi, Having already wasted a couple of hours on this i thought i would put the question to the list. Does anybody have a snip that creates a pie chart? With chenille i can get the line and bar but a proper pie is, so far, still eluding me .. :-( Tia, Fermin DCG -- “The reasonable man adapts

Re: T5: Pie chart

2009-10-21 Thread Fermin Da Costa Gomez
DCG On Wed, Oct 21, 2009 at 6:06 PM, Juan E. Maya maya.j...@gmail.com wrote: I think this's what u r looking for: http://wiki.apache.org/tapestry/Tapestry5HowToCreatePieChartsInAPage On Wed, Oct 21, 2009 at 5:21 PM, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl wrote: Hi, Having

Re: T5: Pie chart

2009-10-21 Thread Fermin Da Costa Gomez
(); } --in your *.tml --- img src=${graphUrl}/ Fermin Da Costa Gomez wrote: Hi, Having already wasted a couple of hours on this i thought i would put the question to the list. Does anybody have a snip that creates a pie chart? With chenille i can get the line

Re: T5: Removing empty valued columns from grid (A Solution)

2009-10-17 Thread Fermin Da Costa Gomez
); } ... This does the trick i was looking for: Do not show any columns that do not contain any data! Cheers, Fermin Da Costa Gomez On Fri, Oct 16, 2009 at 9:24 PM, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl wrote: On Fri, Oct 16, 2009 at 7:31 PM, Thiago H. de Paula Figueiredo

Re: T5: Removing empty valued columns from grid

2009-10-16 Thread Fermin Da Costa Gomez
On Fri, Oct 16, 2009 at 1:22 AM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Thu, 15 Oct 2009 20:02:31 -0300, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl escreveu: Coming to think about it i have to rephrase my question to: Is is possible to 'modify' the grid

Re: T5: Removing empty valued columns from grid

2009-10-16 Thread Fermin Da Costa Gomez
On Fri, Oct 16, 2009 at 7:31 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Fri, 16 Oct 2009 13:40:18 -0300, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl escreveu: Hmm, mucking about in the DOM is not what i'm looking forward to .. I my assumption correct that once

T5: Removing empty valued columns from grid

2009-10-15 Thread Fermin Da Costa Gomez
the results have been obtained. My question is twofold: 1. Can i modify the grid model (excluding columns) after its initial creation, and 2. If so, what would be the best place to do so? Tia, Fermin Da Costa Gomez

Re: T5: Removing empty valued columns from grid

2009-10-15 Thread Fermin Da Costa Gomez
that contained unwanted entries this would be the only point remove whole columns ... or? Tia = aunt in Portuguese. :P So what do you guys use for Thanx in Advance .. aunt? .. ;-) Fermin Da Costa Gomez -- “The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt

Auto expanding field

2009-10-13 Thread Fermin Da Costa Gomez
Hi, Whilst working on a google-like search i decided i wanted 'my old expanding inputfield' back. It is pretty insignificant but you hardly ever come across them, despite the fact that they can be quite usefull imho .. ;-) Just thought i would drop it on the list. It can probably be improved

T5: Autocompleter - use for multiple selections in 1 single textfield

2009-10-09 Thread Fermin Da Costa Gomez
Hi, I am trying to use the autocompleter in a text inputfield to not select multiple values. It concerns a searchline (like google) where the 1st selection works perfectly. Then after the field is selected (like *fieldname:* ) one can continue by supplying the value. This also works, i get to see

Re: T5: Autocompleter - use for multiple selections in 1 single textfield

2009-10-09 Thread Fermin Da Costa Gomez
Em Fri, 09 Oct 2009 11:58:11 -0300, Fermin Da Costa Gomez dacostago...@gmail.com escreveu: I'v tried t:tokens=':' and t:tokens=' ' but that does not do the trick. Try t:tokens=:. You're using Java literal character syntax in something that receives a literal String. I can indeed see

Re: T5: Autocompleter - use for multiple selections in 1 single textfield

2009-10-09 Thread Fermin Da Costa Gomez
Em Fri, 09 Oct 2009 12:16:05 -0300, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl escreveu: I can indeed see a different behaviour and the fact that i omitted 1 small but significant fact. Space would also be a separator for normal terms or k:v pairs. And for some reason i can't

Re: T5: Autocompleter - use for multiple selections in 1 single textfield

2009-10-09 Thread Fermin Da Costa Gomez
, this is not the case where can i 'capture' the old value once the selection in made so that i don't actually lose it on commit. Tia On Fri, Oct 9, 2009 at 5:44 PM, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl wrote: Em Fri, 09 Oct 2009 12:16:05 -0300, Fermin Da Costa Gomez dacostago

Re: [t5] upgrade to java 6 and javassist

2009-10-07 Thread Fermin Da Costa Gomez
, 06 Oct 2009 17:39:17 -0300, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl escreveu: Using Eclipse, my Compiler compliance level is set at 1.5 already and still. What OS are you using? Ubuntu. But I guess it's not operating-system related. The @OnEvent i understand but i can't

Re: [t5] upgrade to java 6 and javassist

2009-10-06 Thread Fermin Da Costa Gomez
Hi Gunter, we were also hit by some spurios javassit failures. Fermin Da Costa Gomez schrieb: public class Search { public ListString onProvideCompletionsFromFieldName(String partial) { return new ArrayListString(); } this method name is quite long. Did you try

Re: [t5] upgrade to java 6 and javassist

2009-10-06 Thread Fermin Da Costa Gomez
Hi Thiago, public class Search { public ListString onProvideCompletionsFromFieldName(String partial) { return new ArrayListString(); } this method name is quite long. Did you try to use a shorter one? Example: @OnEvent(EventConstants.PROVIDE_COMPLETIONS) public

Re: [t5] upgrade to java 6 and javassist

2009-10-06 Thread Fermin Da Costa Gomez
If given a choice between documentation and resolving this particular issue i would always opt for the resolution of the issue. I would even be willing to make a montary donation to get it out of the way! Howard, the framework creator and main committer, has plans to stop using Javassist

Re: T5: Exception in Autocomplete mixin

2009-10-05 Thread Fermin Da Costa Gomez
amounts of momentum to those arguing that why use an experimental and hacky framework that almost noone uses when we could be using the nice and stable Spring MVC. I hate that. On Mon, Oct 5, 2009 at 12:43 AM, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl wrote

Re: [t5] upgrade to java 6 and javassist

2009-10-05 Thread Fermin Da Costa Gomez
Hi Thiago, On Mon, Oct 5, 2009 at 7:14 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Fri, Sep 4, 2009 at 1:09 PM, Howard Lewis Ship hls...@gmail.com wrote: Look for any large methods that are annotated or are event listeners and refactor them to be smaller; too often

Re: [t5] upgrade to java 6 and javassist

2009-10-05 Thread Fermin Da Costa Gomez
Would that be something like the onSuccess() method .. ? Sorry if this sounds like a silly question, but what would be an example of an eventhandler method? Yes. Or some method annotated with @OnEvent. Hmm, i figured as much so i did some stripping. Below the code that i end up with whilst

Re: [t5] upgrade to java 6 and javassist

2009-10-05 Thread Fermin Da Costa Gomez
Is there any chance i'm looking at a 'corrupted' class of sorts, even though the whole thing is based on the quickstart archetype from Maven. Have you tried deleting the tapestry-core JAR from your local repository and running a Maven goal (such as compile) again, so the JAR is

Re: [t5] upgrade to java 6 and javassist

2009-10-05 Thread Fermin Da Costa Gomez
Just cleaned the whole repository to no avail. The error persists as tenaciously as my headache is increasing. Any other suggestions (short of putting T5 by the side of the street ..)? On Tue, Oct 6, 2009 at 12:39 AM, Fermin Da Costa Gomez dacostago...@dcgconsultancy.nl wrote: Is there any

Re: [t5] upgrade to java 6 and javassist

2009-10-05 Thread Fermin Da Costa Gomez
It is starting to look like something 'funny' with the Autocomplete class Relevant tml code: ... input t:id=fieldName t:mixins=autocomplete t:type=TextField / ... Without the mixin i am able to create 2 exceptions, both pointing to the Autocomplete class. When i start without the

T5: Exception in Autocomplete mixin

2009-10-04 Thread Fermin Da Costa Gomez
Hi After skipping T4 i decided to give T5 a try. All 'seems' to come along just fine except for something that has been baffling me for 2d already now .. Situation/ environment: The project is always the same and checked out from svn and runs fine on: a MacBook Pro with Ubuntu 9.04 within

Re: T5: Exception in Autocomplete mixin

2009-10-04 Thread Fermin Da Costa Gomez
java.lang.ClassFormatError Invalid length 112 in LocalVariableTable in class file This surely looks like a Javassist bug. What Java version are you using? Meanwhile, try recompiling your sources and reducing the length of event handler methods. MacBook/Ubuntu: java version 1.6.0_16

Re: CSV and grid component

2009-08-21 Thread Fermin Da Costa Gomez
Hi Thibaut, Just starting up my Tap experience again (after T3) but when i read your mail i wanted to share a thought. Have you considered POI yet? Doing a 'button with csv' is nice but why not go for a whole sheet instead? I'll be running into the same challenge and already decided that POI