Re: How to add our project into Tapestry Applications page

2014-06-10 Thread Thiago H de Paula Figueiredo
On Tue, 10 Jun 2014 04:08:08 -0300, Andrey wrote: Hello tapestry community, Hi! Our project went into public pre-production phase and we want it to be added on Tapestry Applications page ( http://tapestry.apache.org/applications.html). How can we do it? You can either ask for edition per

Re: [T5.4] jQuery-File-Upload integration

2014-06-10 Thread Chris Poulsen
I did an implementation of the jquery fileupload at work. AFAIR its modules are AMD compliant so it is pretty straight forward to integrate. Just require them as you normally would with modules. -- Chris On Tue, Jun 10, 2014 at 6:48 PM, Ilya Obshadko wrote: > Did anybody successfully implement

Re: Tree with different data types

2014-06-10 Thread Erich Gormann
Hi Lance, i will check it and give it a try. Thanks a lot. Eric Am 10.06.2014 20:34, schrieb Lance Java: Take a look here where two entity types are used to create a tree (Category and Item) http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo Your nodes must be a common type but a

Exception Handling

2014-06-10 Thread Shaikh, Shahid
I am trying to have the Exception page shown in Tapestry when my GridDataSource throws an exception. How do i catch a ComponentEventException nad have Tapestry redirect to the Exception page. Your help is much appreciated! Here is the logs.. org.mortbay.thread.QueuedThreadPool$PoolThread.run(Q

Re: Tree with different data types

2014-06-10 Thread Lance Java
Take a look here where two entity types are used to create a tree (Category and Item) http://tapestry-stitch.uklance.cloudbees.net/databasetreedemo Your nodes must be a common type but a single node can encapsulate multiple types.

[T5.4] jQuery-File-Upload integration

2014-06-10 Thread Ilya Obshadko
Did anybody successfully implement https://github.com/blueimp/jQuery-File-Upload on T5.4? I can't make dependencies work. - addModuleConfigurationCallback can't be used for component inside a Zone - I have tried to contribute to ModuleManager, but it's getting too complex and doesn't work either

Re: AjaxFormLoop losing field data with validation error while nested in form zone.

2014-06-10 Thread George Christman
Sorry, forgot to mention my version, 5.4 beta-10 On Tue, Jun 10, 2014 at 11:52 AM, George Christman wrote: > Hi guys, I have an ajax from with a nested AjaxFormLoop. When ever there > is a validation error within the field, I lose the field data completely. > This does not happen when the form

AjaxFormLoop losing field data with validation error while nested in form zone.

2014-06-10 Thread George Christman
Hi guys, I have an ajax from with a nested AjaxFormLoop. When ever there is a validation error within the field, I lose the field data completely. This does not happen when the form is not nested in a zone. Any idea what might be causing this? Data to throw validation 12345678 Example code.

Re: [5.4.22] RequireJs custom path contribution - perhaps on Stacks or JavaScriptSupport

2014-06-10 Thread Ilya Obshadko
Could anyone suggest how to use addModuleConfigurationCallback method for partial page renders? Obvious use case is a component that acts as a wrapper around jQuery-Ajax-Upload library mentioned above. I need to use this component inside a Zone, but I can't use addModuleConfigurationCallback in re

Tree with different data types

2014-06-10 Thread Erich Gormann
Hi all, is it possible to use different data types for the top and sublevel nodes of a tree component? The adapters type parameter seems to lead to the restriction, that top and sub level nodes must by of same type. Best regards Eric --

[T5.4] Does exanpe-t5-lib work with Tapestry 5.4 ?

2014-06-10 Thread D Tim Cummings
I am using exanpe-t5-lib to include some google maps on a page in Tapestry 5.3 and want to upgrade my app to 5.4. exanpe-t5-lib version 1.3.0-SNAPSHOT from the master branch caused problems starting my app so I have checked out branch br_5.4 from github exanpe/exanpe-t5-lib (version 2.0.0-SNA

[5.4-beta-10] providedChecksum is always different from the actualChecksum for a specific asset

2014-06-10 Thread Muhammad Gelbana
I places an asset file in my *META-INF/assets/js* folder beneath my resources folder This file name is *jquey.min.map* (It doesn't end with a .js) I made sure multiple times that the asset is in place and that its even transferred to maven's target/classes folder, but I'm still facing an issue th

Re: [t5.4-beta-10] java.lang.NullPointerException: Unable to delegate method invocation to property 'response'

2014-06-10 Thread Muhammad Gelbana
I've just read a link you sent before, this link: http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/META-INF-assets-in-5-4-td5714677.html I understood that Tapestry should throw an exception explaining that I should place my asset in "META-INF/assets" folder but this isn't the cas

How to add our project into Tapestry Applications page

2014-06-10 Thread Andrey
Hello tapestry community, Our project went into public pre-production phase and we want it to be added on Tapestry Applications page ( http://tapestry.apache.org/applications.html). How can we do it? Best regards, Andrey.