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
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");
}
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.
---
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,
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}
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
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
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.
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
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
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/
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
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
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
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
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
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
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
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
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
>
>
> 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
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
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
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
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
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
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?
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.
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
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
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
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
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
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
34 matches
Mail list logo