Where to migrate too?

2007-02-05 Thread Marilen Corciovei
Beeing on the verge to migrate a large T3 application to T4.0 and reading all the stuff related to T4.1 and T5 I got a bit of cold feets. Does it worth to migrate to T4.0? Should I wait for T5 and migrate then? Will such a migration be possible without completely rewritting the application? Even at

Re: tacos.cancelForm cannot bypass client validation

2007-02-05 Thread Srinivas Yermal
We faced the same issue. (T4.0.2 and tacos 4.0.1) We then tried using the form's cancel listener too, but couldnt get it working. Had to switch over to a simple DirectLink instead. Srini. On 2/5/07, vancam <[EMAIL PROTECTED]> wrote: I cannot cancel the form while bypassing

Re: Rewind problem in floating pane

2007-02-05 Thread Balachandran
Its working when i gave a form tag inside the floating pane component.. Thanks Balachandran wrote: > > No change.The button i mentioned is an AjaxLinkSubmit and its popup > binding is given as the div containing this component.When i press the > list button in the popup the setter methods of

Re: Starting with Tapestry

2007-02-05 Thread Kent Tong
nilo de roock gmail.com> writes: > I don't know if the license permits, but I really hope Tapestry 4.1 will be > forked. The ideas in 5 are really cool and could be used as a vision for > developing 4.2 but in a slower pace perhaps and without breaking code. Yes > it will be more difficult, so wh

Tapestry 5 + Continuity

2007-02-05 Thread Jan Vissers
Just read the announcement on TSS "Tapestry 5.0.1 Preview Release Now Available" (http://www.theserverside.com/news/thread.tss?thread_id=44119). >From the looks of it the major overhaul Howard has put in into T5, will enable us to write (even better performing) web applications even more quickly a

Radio onChange firing oddly in Internet Explorer

2007-02-05 Thread Greg.L.Cormier
Has anyone else noticed onChange firing oddly in IE? If I change the selected radio button, the onChance event fires only when I change my focus after that. Is this a dojo issue? Regular Thanks, Greg - To unsubscri

Re: Starting with Tapestry

2007-02-05 Thread Norbert Sándor
I think that "simple" users are awaiting such a positive answer instead of "trolling, etc." Jesse Kuhnert írta: I think though T5 wasn't my idea I did advocate for Howard being able to work on it solely. Maybe it's confusing - maybe it's not. Hard to say. I like 4.1 and 5 for different reasons

RE: Radio button labels

2007-02-05 Thread Robert J. Walker
I ultimately just created a LabeledRadio component that did the trick. It's not very flexible; the label ALWAYS immediately follows the radio button in the source, which may not always be desirable, but it does the job that we need it to do.

Re: Starting with Tapestry

2007-02-05 Thread munich
sorry..wrong button (earlier message) Original-Nachricht Datum: Mon, 5 Feb 2007 11:12:51 -0500 Von: "Daniel Jue" <[EMAIL PROTECTED]> An: "Tapestry users" CC: Betreff: Re: Starting with Tapestry > Francis? > > On 2/4/07, nilo de roock <[EMAIL PROTECTED]> wrote: > > > > I am a

Re: Tacos Datepicker I18N

2007-02-05 Thread Jesse Kuhnert
It's not a dojo date picker. It's officially called "DHTML Calendar" or something like that. On 2/5/07, Holger Stolzenberg <[EMAIL PROTECTED]> wrote: Hey, Does anyone know how to internazionalize the dojo widget (month-names, .) used by tacos:Datepicker. Mit lieben Grüßen aus dem eWerk

Re: Starting with Tapestry

2007-02-05 Thread Daniel Jue
Francis? On 2/4/07, nilo de roock <[EMAIL PROTECTED]> wrote: I am a bit confused as T5 is radically different from 4. A new app with the Tapestry 'branding'. Jumping on 4.1 means rewriting everything since 4.1 will be dead soon. T5 is not ready yet, lacks docu and components. Maybe pre-announci

Re: @InjectStateFlag always returns true

2007-02-05 Thread Cinzia Sinicropi
many thanks jiju, I've opted for: @InjectState("user-data") public abstract UserData getUserData (); rather than the misused @InjectStateFlag, and followed your suggestion. Cinzia jiju wrote: please read the doc about @InjectState... if the user-data instance is not present in session scope

Re: Starting with Tapestry

2007-02-05 Thread Howard Lewis Ship
You eventually get numb to people sniping from the sidelines. On 2/5/07, adasal <[EMAIL PROTECTED]> wrote: This is what amazed me about Open Source back in the days when I first looked at early JBoss. > This is open source, so we do it for free / love of programming / etc The fact is people fr

Re: [very OT] group conventions for people use testng?

2007-02-05 Thread Dan Adams
In the testng.xml you can exclude groups: ... and in eclipse you create a test runner to run a specified testng.xml file. So you could create an xml with only your unit tests. This is also the reason I asked because I wanted to know if other people tagged all their un

Tacos Datepicker I18N

2007-02-05 Thread Holger Stolzenberg
Hey, Does anyone know how to internazionalize the dojo widget (month-names, .) used by tacos:Datepicker. Mit lieben Grüßen aus dem eWerk | Holger Stolzenberg | Softwareentwickler | | Geschäftsführer: | Frank Richter, Erik Wende, Hendrik Schubert | | eWerk IT GmbH | Ma

Re: Tapestry 4 IDE & Plugi

2007-02-05 Thread wong wayne
thanks all, i'll take into both of them --- Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > I'd recommend moving to IDEA either way. Eclipse > support seems to > waining and idea is better anyways... ;) > > On 2/2/07, wong wayne <[EMAIL PROTECTED]> wrote: > > Dear all > > > > In tape 3, I use Eclipse

Re: Starting with Tapestry

2007-02-05 Thread adasal
This is what amazed me about Open Source back in the days when I first looked at early JBoss. This is open source, so we do it for free / love of programming / etc The fact is people from all over do 'love of programming' and contribute for free and some manage to combine it with making money,

Re: Re: T41: Are there any known problems with BASE tag?

2007-02-05 Thread Paudi Moriarty
Hi, I'm still seeing this issue in 4.1.2-20070131.111650-11. Any news on when the fix will be ready? Thanks, Paudi > Re: Re: T41: Are there any known problems with BASE tag? > > Anna Vo > Mon, 22 Jan 2007 07:48:19 -0800 > Jesse- > > You're awesome! :) > > > -Original Message- > Fr

Re: Documenting components

2007-02-05 Thread Andrea Chiumenti
Thx Andreas On 2/5/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: Well done Andrea! You can use tapdoc from maven - by having it execute its ant task. Just take a look at tacos pom... https://svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/tacos-core/pom.xml look for the maven-antrun-plugi

Re: Documenting components

2007-02-05 Thread Andreas Andreou
Well done Andrea! You can use tapdoc from maven - by having it execute its ant task. Just take a look at tacos pom... https://svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/tacos-core/pom.xml look for the maven-antrun-plugin You'll also need the contents of this folder: https://svn.sourceforg

tacos.cancelForm cannot bypass client validation

2007-02-05 Thread vancam
I cannot cancel the form while bypassing the client validation. It keeps showing "You must enter a value for.". I have tried onclick="tacos.cancelForm(document.editForm)" as well. Please help.

Documenting components

2007-02-05 Thread Andrea Chiumenti
Hello my edit grid is coming to its first snapshot release, I want to create the component documentation before releasing it. I've seen tapdoc, but I didn't find how to execute and configure it. Can someone help me on how to create the component documentation plz ? kiuma

Re: dojo.validate.check is always true

2007-02-05 Thread Andrea Chiumenti
SOLVED! var results = dojo.validate.check(this.formEl , profiles[i]); On 2/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: I mean results.isSuccessful() On 2/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > Hi , > Can someone tell me why the call to > > var resul

Re: contrib:table rowspan in columnheader

2007-02-05 Thread jiju
jiju wrote: > > Hi all, > is it possible to add rowspans & colspan in tableheader ? > > I have to make a table as follows > > > > User > > Amount > status > > > > credit > debit > > > a > 200 > 100 > active > > > b

Re: dojo.validate.check is always true

2007-02-05 Thread Andrea Chiumenti
I mean results.isSuccessful() On 2/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hi , Can someone tell me why the call to var results = dojo.validate.check(this.formEl.id, profiles[i]); is always true even when I put some errors into the form and the validation exception message box appe

dojo.validate.check is always true

2007-02-05 Thread Andrea Chiumenti
Hi , Can someone tell me why the call to var results = dojo.validate.check(this.formEl.id, profiles[i]); is always true even when I put some errors into the form and the validation exception message box appears ? Thx, kiuma