Consultant in Wash DC area?

2007-04-14 Thread Bill Holloway
I'm looking for a solid enterprise web application engineer in the DC area to advise a client on next steps. I'd like to find somebody who's been around the block with several technologies and has a solid history of enterprise development. This is a (potentially) one- or two-shot meeting to asse

Re: Simple For component in tapestry 4.0

2007-04-14 Thread Shing Hing Man
When you use a component in a loop, only one instance of it is used. If you want to do a custom cross-field validation amongst the text fields in the loop, in Java code, there is a hack mentioned in the archive http://article.gmane.org/gmane.comp.java.tapestry.user/39123/match=shing+delegate Sh

Dojo upgrade request for Tapestry4.1.1

2007-04-14 Thread Andrea Chiumenti
Hello, I've just developed a Menu build system for jfly that works with ioc, but I've a problem: dojo-0.4.1 is buggy with MenuBar2. The problem has been solved in dojo-0.4.2. Now for the deom app that's on http://www.wingstech.com/JFlyDemo I've forced into shell the new dojo, but my request is if

Re: .jwc-file-free components for libraries (4.1.1)

2007-04-14 Thread Jesse Kuhnert
All assets should be resolved more intuitively now - no matter where you specify them or if you use context: vs. classpath: vs. nothing at all. On 4/9/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: I haven't forgotten about this one, it seems I've delved into some sticky bits of code so it's not

Re: Event bubbling in IE doesn't work

2007-04-14 Thread Jesse Kuhnert
I'm shocked to hear that ie isn't behaving as expected! ;) http://www.quirksmode.org/js/introevents.html On 4/13/07, Diego <[EMAIL PROTECTED]> wrote: Hello, I want to use event bubbling to find out what checkbox is click with an Ajax call. To do this I attach the EventListener to a div surro

Re: Dojo upgrade request for Tapestry4.1.1

2007-04-14 Thread Jesse Kuhnert
Yeah, a 0.4.2 upgrade sounds safe. On 4/14/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hello, I've just developed a Menu build system for jfly that works with ioc, but I've a problem: dojo-0.4.1 is buggy with MenuBar2. The problem has been solved in dojo-0.4.2. Now for the deom app that's

"Quick Start" for T-5.0.3 doesn't work

2007-04-14 Thread Kevin Lau
I'm trying to build a new project for 5.0.3. I created the project like this: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId= quickstart -DarchetypeVersion=5.0.3 -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT th

Re: "Quick Start" for T-5.0.3 doesn't work

2007-04-14 Thread Alexandru Dragomir
Is not compiling because the annotations @Id and @Contribute have been removed. Modify AppModule.java to look like this http://svn.apache.org/viewvc/tapestry/tapestry5/quickstart/trunk/src/main/resources/ archetype-resources/src/main/java/services/AppModule.java?view=markup and it should work.

ICallBack, PageRedirectException and IRequestCycle.activate (comment on forwarding in tapestry)

2007-04-14 Thread Martino Piccinato
Hi all, sorry for the long mail, I just wanted to comment on what I see as a tapestry 4 weirdness or limitation, or maybe it's just me missing something :-) In brief we are trying to use ICallBack objects to manage some more complex navigational needs in our web application, everything works fin

"Choose One" option for Selects

2007-04-14 Thread Bill Holloway
In my domain model, I have the ubiquitous "Person" class and lists of these objs. to display in elements. I have written a ValueEncoder and SelectModel for the class, and that works fine. I'd also like to have an elegant way to add a "Choose One" option in the list (at the top). Ideas? Thanks

Re: "Quick Start" for T-5.0.3 doesn't work

2007-04-14 Thread Kevin Lau
Thx very much! It does work! Best Regards On 4/15/07, Alexandru Dragomir <[EMAIL PROTECTED]> wrote: Is not compiling because the annotations @Id and @Contribute have been removed. Modify AppModule.java to look like this http://svn.apache.org/viewvc/tapestry/tapestry5/quickstart/trunk/src/ma

anyone else having problems with today's snapshot?

2007-04-14 Thread Patrick Moore
Hi there -- I seem to be having problems with the latest 4.1.2 snapshot finding child libraries. The snapshot is failing to find Dojo.library in tacos. Stack Trace: - org.apache.tapestry.parse.SpecificationParser.parseDocument( SpecificationParser.java:1645) - org.apache.tapestry.parse.

Re: anyone else having problems with today's snapshot?

2007-04-14 Thread Patrick Moore
a new snapshot was pushed today ... still having the same problem On 4/14/07, Patrick Moore <[EMAIL PROTECTED]> wrote: Hi there -- I seem to be having problems with the latest 4.1.2 snapshot finding child libraries. The snapshot is failing to find Dojo.library in tacos. Stack Trace: