NoClassDefFoundError in latest snaphot!

2006-11-19 Thread Patrick Moore
There seems to be a missing class in the latest Tapestry 4.1.1 snapshot: Failure invoking constructor for class org.apache.tapestry.services.impl.ComponentMessagesSourceImpl: edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap org.apache.hivemind.ApplicationRuntimeException Failure

Re: Release schedule of the Tapestry 4.1

2006-11-19 Thread Norbert Sándor
TAPESTRY-1129 would be nice for one of my applications... Regards, Norbi Sam Gendler írta: In that case, has anyone mentioned wanting the ability to pass parameters when an EventListener fires? Also, I'd really like to be able to attach an arbitrary javascript method as before, after, or

Re: Release schedule of the Tapestry 4.1

2006-11-19 Thread gant
A tacos Progressbar would be nice in tap 4.1 - Original Message - From: Norbert Sándor [EMAIL PROTECTED] To: Tapestry users users@tapestry.apache.org Sent: Sunday, November 19, 2006 7:36 PM Subject: Re: Release schedule of the Tapestry 4.1 TAPESTRY-1129 would be nice for one of my

Re: How to share hivemind registry between HiveMindFilter an ApplicationServlet?

2006-11-19 Thread Nick Evgeniev
Hi, I've solved the problem by switching to spring. It's too strange (after experience with hivemindfilter+applicationservlet) but spring tapestry integration works just as expected -- single shared registry w/o pain. with just 3 lines of code in web.xml. The only limitation in tapestry-spring

Re: NoClassDefFoundError in latest snaphot!

2006-11-19 Thread kit
Argh... I am having the same problem too wit the tapestry-framework-4.1.1-20061119.014600-43.jar .. :'( -- View this message in context: http://www.nabble.com/NoClassDefFoundError-in-latest-snaphot%21-tf2663035.html#a7428486 Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to share hivemind registry between HiveMindFilter an ApplicationServlet?

2006-11-19 Thread Karthik N
can you share the steps and snippets from the config and web.xml files and other steps? On 11/19/06, Nick Evgeniev [EMAIL PROTECTED] wrote: Hi, I've solved the problem by switching to spring. It's too strange (after experience with hivemindfilter+applicationservlet) but spring tapestry

Re: NoClassDefFoundError in latest snaphot!

2006-11-19 Thread andyhot
that's a new dependency... Both the parent pom and tapestry-framework's pom define it. dependency groupIdbackport-util-concurrent/groupId artifactIdbackport-util-concurrent/artifactId version2.2/version /dependency Patrick

Re: Release schedule of the Tapestry 4.1

2006-11-19 Thread Renat Zubairov
Is there any roadmap or release plan? Because for me there might be allot of useful and nice to have features, but again we need to consider the core framework functionality and _acceptable_ quality and stability level for the release, for me the faster Tap 4.1 will be out the better, because

Re: Why tapestry 4.0.xxx application CANNONT deploy in WEBSPHERE!!!!

2006-11-19 Thread Renat Zubairov
It's not RAD but Eclipse inside has a support for Java 5, moreover RAD is not only for WebSphere, right? On 18/11/06, Craig St Jean [EMAIL PROTECTED] wrote: Odd that RAD would have an option for annotations yet the JVM WebSphere runs doesn't support them. Anyways, got everything working -

[4.1.1] ajax update problem

2006-11-19 Thread Sándor Norbert
Hello, Clicking on an async DirectLink the following message is displayed: ERROR: 18:44:15: Error received in IO response. : XMLHttpTransport.watchInFlight Error: [object Error] DEBUG: XMLHttpTransport error callback failed: [object Object] What does this mean and where should I look for

Re: [4.1.1] ajax update problem

2006-11-19 Thread Jesse Kuhnert
If you have FireBug installed on firefox you should be able to click on any of those [foo] objects to see the complete contents of the objects they represent. On 11/19/06, Sándor Norbert [EMAIL PROTECTED] wrote: Hello, Clicking on an async DirectLink the following message is displayed:

Re: Release schedule of the Tapestry 4.1

2006-11-19 Thread Norbert Sándor
I think that out of the box support for the dojo tree component would be awesome ;) Regards: Norbi On 19/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A tacos Progressbar would be nice in tap 4.1 - Original Message - From: Norbert Sándor [EMAIL PROTECTED] To: Tapestry users

Re: Release schedule of the Tapestry 4.1

2006-11-19 Thread Jesse Kuhnert
Heh.. Given that the author of that widget decided to wrap every single node in a tree with a dojo widget it will probably be relegated to the trash heap of widgets I'll never willingly port or wrap in tapestry core . :) On 11/19/06, Norbert Sándor [EMAIL PROTECTED] wrote: I think that out of

Re: Release schedule of the Tapestry 4.1

2006-11-19 Thread Norbert Sándor
Apart, a tree widget with ajax support would be very useful for many users ;) Jesse Kuhnert írta: Heh.. Given that the author of that widget decided to wrap every single node in a tree with a dojo widget it will probably be relegated to the trash heap of widgets I'll never willingly port or

Re: [4.1.1] ajax update problem

2006-11-19 Thread Norbert Sándor
In IE I get the given message in the dojo console, and the page is not updated. In FF, I get no error (neither on the dojo or the javascript console) but the page is not updated. It seems that I have to debug the javascript code, where should I start? Thanks: Norbi Jesse Kuhnert írta: If

Re: [4.1.1] ajax update problem

2006-11-19 Thread Renat Zubairov
May be the returned XML is not correct - not well formed or not valid. Check it with any available HTTP request tracer. I know there is one for IE, for firefox there are quite some also. Renat On 19/11/06, Norbert Sándor [EMAIL PROTECTED] wrote: In IE I get the given message in the dojo

Re: NoClassDefFoundError in latest snaphot!

2006-11-19 Thread Patrick Moore
Sorry I forgot that I had to manually refresh eclipse too little sleep, too many kids On 11/19/06, andyhot [EMAIL PROTECTED] wrote: that's a new dependency... Both the parent pom and tapestry-framework's pom define it. dependency

tapestry.form.cancel not working

2006-11-19 Thread Bill Holloway
I have a very simple setup to reproduce a bug here. Summary: invoking tapestry.form.cancel from the onclick handler of a form's button (any button) gives javascript error in FireFox that the form's id is not defined; e.g., sampleForm is not defined. Here's my template: html jwcid=@Shell