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 wrote: > Agree... doesn't look like we have an issu

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 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 same as a component,

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. ${node.name}

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 m

How to locate streamresponse of jasper in a page ?

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 jasper

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 wrote: > Hi Kalle, > > 5.2.

[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 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/ Grea

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 th

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" 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: > > http://blog.tapestry5

T5.2.4 Hibernate PostGIS Problem

2011-03-23 Thread Jan Reinhard
Hi everyone, I am a Tapestry 5 newbie and I try to run a web-app on T5.2.4-Hibernate with PostgreSQL 9.0 database extended by PostGIS 1.5. Im using Maven or I try to use Maven... it hurts sometimes. Here is my problem: First I tried to access my db without the PostGIS extension and it worked

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 processin

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 wrote: Caused by: java.lang.NoSuchFieldError: INTEGER at org.hibernatespatial.postgis.PostgisDialect.(PostgisDialect.java:59) This seems to be the root of the problem. Are you sure your PostGIS configuration is correct and you're usin

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 impleme

Re: Versioned assets

2011-03-23 Thread Martin Strand
On Wed, 23 Mar 2011 22:43:55 +0100, raulmt 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 all… In AssetDis

Re: Filter in tapestry

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 19:33:57 -0300, Fernando Benjamin wrote: Hello Thiago, Hi! The problem here is that the request Parameter in is not an implementation of the HttpServletRequest! It isn't, but you can grap the requests HttpServletRequest: add a constructor to your RequestFilter th

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 wrote: On Wed, 23 Mar 2011 22:43:55 +0100, raulmt wrote: I wanted to know if there is a reason why Tapestry couldn't just answer

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 > old

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

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 wrote: Why don't you set the application version symbol of your appli

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 < > 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 tha

Re: Versioned assets

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 20:18:16 -0300, Martin Strand wrote: Because that would defeat the purpose of automatic version management for /assets/ and we would have to rename every asset that changed between versions I'm not following you: if you use some Tapestry way to refer to assets, you

Re: [ANN] Tapestry Facebook components

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

Re: Versioned assets

2011-03-23 Thread Thiago H. de Paula Figueiredo
On Wed, 23 Mar 2011 20:26:35 -0300, raulmt wrote: Cezary Biernacki wrote: 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?

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 wrote: On Wed, 23 Mar 2011 20:26:35 -0300, raulmt wrote: Cezary Biernacki wrote: 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 symb

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 shor

Re: Tapestry 5 with Prototype 1.7

2011-03-23 Thread David Rees
On Tue, Mar 22, 2011 at 4:09 AM, antalk 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 get javascript erro

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 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 using minification a

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 > Very good new, > I'm going to buy a copy. > > Envoyé de mon iPhone > > Le 23 mars 2011 à 20:11, "Igor Drobiazko" a > écrit : > > > Dear all, > > > > I'm pleased to announce that the lo

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

2011-03-23 Thread David Rees
On Wed, Mar 23, 2011 at 7:44 PM, Thiago H. de Paula Figueiredo wrote: > On Wed, 23 Mar 2011 22:04:16 -0300, David Rees 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