Re: Tapestry 5 with Prototype 1.7

2011-03-23 Thread Igor Drobiazko
Hi Kalle, 5.2.5 isn't released yet as I'm struggling with the release plugin. I would appreciate if you would hold off on checking in into the branch. We can have a 5.2.6 release for this issue. On Wed, Mar 23, 2011 at 12:43 AM, Kalle Korhonen kalle.o.korho...@gmail.com wrote: Agree...

overriding a service and gathering its contributions

2011-03-23 Thread Keio Kraaner
Hi, I want to override a service, lets say SomeService, with my own implementation, lets say SomeServiceMyImpl. In my module class I do it like this: ... public static void bind(ServiceBinder binder) { binder.bind(SomeService.class, SomeServiceMyImpl.class).withId(SomeServiceMyImpl); }

Re: Customizing the Layout Component

2011-03-23 Thread stephanos2k
Thanks a lot for the info, Barry! Will definitely check it out. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Customizing-the-Layout-Component-tp4234938p4258643.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: How to implement nested components?

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Tue, 22 Mar 2011 22:56:28 -0300, leon mail@gmail.com wrote: Sorry, My question is :are there some documentations about nested components? All components are nested, so I don't know what you're asking. A non-page component instance doesn't exist outside a page, which is almost the

Problems Ajax-ifying the Tree component

2011-03-23 Thread tmarx78
Hello everyone! I am using the tree component from: http://wiki.apache.org/tapestry/Tapestry5TreeComponent and added a zone parameter to the ActionLink in order to show the data of the selected element in the tree. t:Tree treeid='literal:demo' source=treeNodes currentNode=node

Re: [ANN] Tapestry Facebook components

2011-03-23 Thread Angelo C.
Hi, just downloaded the package, is there any sample code? how about a simple sample for 'like' button to get me started? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook-components-tp3403224p4258856.html Sent from the Tapestry - User

How to locate streamresponse of jasper in a page ? with screenshot

2011-03-23 Thread ronizedsynch
Good night All :) I have some problem with streamresponse of jasper..I want while I press button submit it will displays jasper page in PDF format in a page.. like picture below. http://tapestry.1045711.n5.nabble.com/file/n4258880/monitoring4.jpeg Until now I use this strategy : exporting

Re: Tapestry 5 with Prototype 1.7

2011-03-23 Thread Kalle Korhonen
Sure, will do. This is more of a dev issue, but makes notes of what doesn't work with the release (in case you didn't fix all of them). I'm confident we can make it to a reliable, fully automated release process. Kalle On Wed, Mar 23, 2011 at 12:34 AM, Igor Drobiazko igor.drobia...@gmail.com

[ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Igor Drobiazko
Dear all, I'm pleased to announce that the long awaited Tapestry 5 in Action book is available through MEAP now. For more details read here: http://blog.tapestry5.de/index.php/2011/03/23/tapestry-5-in-action-meap-started/ -- Best regards, Igor Drobiazko http://tapestry5.de

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Martin Strand
On Wed, 23 Mar 2011 20:10:28 +0100, Igor Drobiazko igor.drobia...@gmail.com wrote: Dear all, I'm pleased to announce that the long awaited Tapestry 5 in Action book is available through MEAP now. For more details read here:

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Joachim Van der Auwera
Congratulations! On 03/23/2011 08:10 PM, Igor Drobiazko wrote: Dear all, I'm pleased to announce that the long awaited Tapestry 5 in Action book is available through MEAP now. For more details read here: http://blog.tapestry5.de/index.php/2011/03/23/tapestry-5-in-action-meap-started/

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Inge Solvoll
Loving it! My company will definitely be buying a copy or two :) On Wed, Mar 23, 2011 at 9:15 PM, Martin Strand do.not.eat.yellow.s...@gmail.com wrote: On Wed, 23 Mar 2011 20:10:28 +0100, Igor Drobiazko igor.drobia...@gmail.com wrote: Dear all, I'm pleased to announce that the long

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Guerin Laurent
Very good new, I'm going to buy a copy. Envoyé de mon iPhone Le 23 mars 2011 à 20:11, Igor Drobiazko igor.drobia...@gmail.com a écrit : Dear all, I'm pleased to announce that the long awaited Tapestry 5 in Action book is available through MEAP now. For more details read here:

Re: Versioned assets

2011-03-23 Thread raulmt
Hi Howard, I wanted to know if there is a reason why Tapestry couldn't just answer the requests for assets independently of the requested version. I believe that it is better to answer with a newer version than to just not answering at all… In AssetDispatcher, this could be done by just

Re: T5.2.4 Hibernate PostGIS Problem

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 18:38:38 -0300, Jan Reinhard tapes...@bg.cdev.de wrote: Caused by: java.lang.NoSuchFieldError: INTEGER at org.hibernatespatial.postgis.PostgisDialect.init(PostgisDialect.java:59) This seems to be the root of the problem. Are you sure your PostGIS configuration is

Re: Filter in tapestry

2011-03-23 Thread Fernando Benjamin
Hello Thiago, I have implemented a Requestfilter as you wrote here before! But I still encounter major issues when retrieving the file as an Array of of Bytes, since thats how we can put it on a Blob(googles Binary Large Object). The problem here is that the request Parameter in is not an

Re: Versioned assets

2011-03-23 Thread Martin Strand
On Wed, 23 Mar 2011 22:43:55 +0100, raulmt rau...@gmail.com wrote: I wanted to know if there is a reason why Tapestry couldn't just answer the requests for assets independently of the requested version. I believe that it is better to answer with a newer version than to just not answering at

Re: Versioned assets

2011-03-23 Thread Thiago H. de Paula Figueiredo
Why don't you set the application version symbol of your application to a given value and never change it? On Wed, 23 Mar 2011 19:50:59 -0300, Martin Strand do.not.eat.yellow.s...@gmail.com wrote: On Wed, 23 Mar 2011 22:43:55 +0100, raulmt rau...@gmail.com wrote: I wanted to know if

Re: Versioned assets

2011-03-23 Thread Cezary Biernacki
Perhaps the AssetDispatcher could check the requested version number and if it doesn't match the app version, send a 302 redirect to the correct URL? /assets/1.3/ctx/script.js -- /assets/1.2/ctx/script.js Or perhaps it should only deliver the asset if the requested version os older than or

Re: Versioned assets

2011-03-23 Thread Cezary Biernacki
On Thu, Mar 24, 2011 at 12:04 AM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Why don't you set the application version symbol of your application to a given value and never change it? Really? It will cause all caching problems that version numbers are supposed to solve, will not

Re: Versioned assets

2011-03-23 Thread Martin Strand
Because that would defeat the purpose of automatic version management for /assets/ and we would have to rename every asset that changed between versions On Thu, 24 Mar 2011 00:04:29 +0100, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Why don't you set the application version

Re: Versioned assets

2011-03-23 Thread raulmt
Cezary Biernacki wrote: On Thu, Mar 24, 2011 at 12:04 AM, Thiago H. de Paula Figueiredo lt; thiag...@gmail.comgt; wrote: gt; Why don't you set the application version symbol of your application to a gt; given value and never change it? Really? It will cause all caching problems that

Re: [ANN] Tapestry Facebook components

2011-03-23 Thread Barry Books
The simplest example is page.tml t:fb.like / page.java void onEdgeCreate(@RequestParameter(url) String url) { logger.info(edge create {},url); } void onEdgeRemove(@RequestParameter(url) String url) { logger.info(edge remove

Re: Versioned assets

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 20:26:35 -0300, raulmt rau...@gmail.com wrote: Cezary Biernacki wrote: On Thu, Mar 24, 2011 at 12:04 AM, Thiago H. de Paula Figueiredo lt; thiag...@gmail.comgt; wrote: gt; Why don't you set the application version symbol of your application to a gt; given value and

Re: [ANN] Tapestry Facebook components

2011-03-23 Thread Angelo C.
Thanks for the sample, how to provide a thumbnail for the page in -- View this message in context: http://tapestry.1045711.n5.nabble.com/ANN-Tapestry-Facebook-components-tp3403224p4259818.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Versioned assets

2011-03-23 Thread Martin Strand
On Thu, 24 Mar 2011 00:45:56 +0100, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Wed, 23 Mar 2011 20:26:35 -0300, raulmt rau...@gmail.com wrote: Cezary Biernacki wrote: On Thu, Mar 24, 2011 at 12:04 AM, Thiago H. de Paula Figueiredo lt; thiag...@gmail.comgt; wrote: gt; Why

Minify tapestry.js (and other js/css)

2011-03-23 Thread David Rees
I'm looking for an effective way to minify tapestry.js (along with other Tapestry supplied js/css). I've found a good way to do this for the prototype/scriptaculous JS by overriding the the tapestry.scriptaculous factory default mapping and using my own supplied JS like tapx-prototype. But short

Re: Tapestry 5 with Prototype 1.7

2011-03-23 Thread David Rees
On Tue, Mar 22, 2011 at 4:09 AM, antalk ant...@intercommit.nl wrote: Today i replaced the internal prototype.js from Tapestry with the released 1.7 version. I didn't had to change any code at all and our sites are now correctly working with IE9. FWIW - I have tried 1.7 on Tapestry 5.1.0.5 and

Re: Minify tapestry.js (and other js/css)

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 22:04:16 -0300, David Rees dree...@gmail.com wrote: I'm looking for an effective way to minify tapestry.js (along with other Tapestry supplied js/css). It's in the plan to have this out-of-the-box for 5.3. With the automatic gzipping provided by Tapestry, the gains of

Re: [ANN] Tapestry 5 in Action MEAP started

2011-03-23 Thread Everton Agner
Wonderful!! Does it cover 5.1 or 5.2? ___ Everton Agner Ramos 2011/3/23 Guerin Laurent lgue...@sopragroup.com Very good new, I'm going to buy a copy. Envoyé de mon iPhone Le 23 mars 2011 à 20:11, Igor Drobiazko igor.drobia...@gmail.com a écrit : Dear all, I'm