Re: [ANNOUNCE] Tapestry release 5.3.2

2012-02-06 Thread Lenny Primak
Congratulations on another release well done! On Feb 7, 2012, at 2:54 AM, Massimo Lusetti wrote: > The Tapestry Team is very proud to announce the availability of Apache > Tapestry 5.3.2. - To unsubscribe, e-mail: users-unsubsc

[ANNOUNCE] Tapestry release 5.3.2

2012-02-06 Thread Massimo Lusetti
The Tapestry Team is very proud to announce the availability of Apache Tapestry 5.3.2. http://tapestry.apache.org/2011/12/21/announcing-tapestry-532.html Tapestry is primarily available for download via Maven, from the Maven central repository: Maven Dependency  org.apache.tapestry  tapestry-co

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-06 Thread Borut Bolcina
+1 for the light version The IDEA IDE is the way to follow. It has all the features you are mentioning for the light version, but it is not free. The autocomplete feature is so much useful that we already bought one licence becouse it speeds up the tapestry web apps development significantly.

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-06 Thread Dmitry Gusev
Hi, Gavin! It would also be great if there will be integration with T5 Component References: http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/ There's a JavaDoc view in Eclipse, may be its possible to show related reference page in there when you're in tml editor? Also it would be nice to

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-06 Thread Lenny Primak
WTP is a bloated POS anyway. Completely agree that TapestryTools should not be dependent on it. I also can't use it because I keep my plugins up-to-date and not dare re-installing it as well. On Feb 7, 2012, at 2:04 AM, Kalle Korhonen wrote: > 2012/2/6 Gavin Lei : >> After discussion with my

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-06 Thread Kalle Korhonen
2012/2/6 Gavin Lei : > After discussion with my GSoC mentor Igor Drobiazko, we think there > are two ways for TapestryTools to go: > 1. build TapestryTools on WTP, and keep improving it > 2. build a brand new simple tool which supplies some special Tapestry5 > features, and it can run without WTP

Re: Need feedback for Eclipse WTP based Tapestry 5 visual editor

2012-02-06 Thread Gavin Lei
Hi All, After discussion with my GSoC mentor Igor Drobiazko, we think there are two ways for TapestryTools to go: 1. build TapestryTools on WTP, and keep improving it 2. build a brand new simple tool which supplies some special Tapestry5 features, and it can run without WTP Solution 1 will make T

Re: Igor Drobiazko Book

2012-02-06 Thread Chris Mylonas
Yep - I'm waiting - looking foward to it. The MEAP version was a good read and I was/am waiting to enjoy your writing style to explain the tapestry internals. On 07/02/2012, at 3:19 PM, Gavin Lei wrote: > Good to hear that, it is my most favorite Tapestry book~ > > 2012/2/7 Igor Drobiazko :

Re: Igor Drobiazko Book

2012-02-06 Thread Gavin Lei
Good to hear that, it is my most favorite Tapestry book~ 2012/2/7 Igor Drobiazko : > The book is already 350 pages thick. Only few chapters to go. I'm working > hard to finish the remaining chapters as soon as possible. > > On Mon, Feb 6, 2012 at 12:02 PM, Koka Kiknadze <226...@gmail.com> wrote: >

Re: T5.3.1, Page with StreamResponse no longer work

2012-02-06 Thread Josh Canfield
Where is the ImageStreamResponse class defined? You should move it out of your pages package. On Mon, Feb 6, 2012 at 8:11 PM, sigenz wrote: > Hi, > > I have a page which displays an image from StreamResponse: > > public class Map { > .. >public Object onActivate(){ >re

T5.3.1, Page with StreamResponse no longer work

2012-02-06 Thread sigenz
Hi, I have a page which displays an image from StreamResponse: public class Map { .. public Object onActivate(){ return new ImageStreamResponse(); } } It works with T5.0.9, but when I upgrade to T5.3.1, I get the following Exception: Exception assemblin

Tapestry TreeGrid

2012-02-06 Thread George Christman
Hello, I was wondering if someone could help point me in the right direction regarding the db and query needed to generate a database driven tree grid. This is some code I found between Tapestry-Jquery and JumpStart. I'm not sure what the best approach would be to generate this recursive query.

Re: Calling nested class method in ognl

2012-02-06 Thread Howard Lewis Ship
You can't. If it's private OGNL can't access it. On Mon, Feb 6, 2012 at 11:11 AM, tgupta1419 wrote: > I’m in a such a situation : > > > > Public abstract class TopLevel{ > > > >       Private static class NestedLevel { > >            Public String getMethod1() { > >            } > >       } > > }

[Announce] Tapestry XPath project - new home & available via Maven central

2012-02-06 Thread Paul Field
The Tapestry XPath project now has a new home at: http://tapestryxpath.sourceforge.net/ And the release artefacts are now available through the Maven central repository. Tapestry XPath allows you to use XPath expressions to query the Tapestry DOM, which is a particularly useful thing to do in

Re: Igor Drobiazko Book

2012-02-06 Thread Jochen Frey
That'll be great. Your German book is the best on the subject that I've read (lucky to be German for that one). J On Feb 6, 2012, at 11:44 AM, Julien Martin wrote: > @Igor: great! Good luck with the remaining work. > > 2012/2/6 Igor Drobiazko > >> The book is already 350 pages thick. Only

Re: Igor Drobiazko Book

2012-02-06 Thread Julien Martin
@Igor: great! Good luck with the remaining work. 2012/2/6 Igor Drobiazko > The book is already 350 pages thick. Only few chapters to go. I'm working > hard to finish the remaining chapters as soon as possible. > > On Mon, Feb 6, 2012 at 12:02 PM, Koka Kiknadze <226...@gmail.com> wrote: > > > Hi,

Calling nested class method in ognl

2012-02-06 Thread tgupta1419
I’m in a such a situation : Public abstract class TopLevel{ Private static class NestedLevel { Public String getMethod1() { } } } How do I call the nested static class method ‘getMethod1’ in ognl in the html template? I asked this because If

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2012-02-06 Thread Nicolas Barrera
thanks for the code, it's very useful for me too... :) Nicolás.-

Re: Igor Drobiazko Book

2012-02-06 Thread Igor Drobiazko
The book is already 350 pages thick. Only few chapters to go. I'm working hard to finish the remaining chapters as soon as possible. On Mon, Feb 6, 2012 at 12:02 PM, Koka Kiknadze <226...@gmail.com> wrote: > Hi, > > As I recall, after Manning cancelled Drobiazko's book he was going to > publish i

Re: Igor Drobiazko Book

2012-02-06 Thread Nicholoz Kiknadze
Ah, twitter... Thank you.

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2012-02-06 Thread antalk
Hi Florian, I've already fixed the 1st issue, (it was not working for me either). But do you have the piece of code at hand that fixes the 2nd isssue also ? I dont get any compilation or runtime errors anymore so i don't see at this time what needs to be fixed. Thx -- View this message in conte

Re: [T5.3 beta 2] Using Tapestry-Spring-Security with 5.3?

2012-02-06 Thread Florian Parain
Antalk edited his first post : > The code is now at: https://github.com/antalk/Tapestry-Spring-Security As I said, It works with Tapestry 5.3 but you'll have to make some little tweaks for Tapestry 5.3.1 and Tapestry 5.3.2. -- View this message in context: http://tapestry.1045711.n5.nabble.com/

Re: Server Side Validation with ajax form loop

2012-02-06 Thread David Canteros
I have the same problem with AjaxFormLoop, the values typed on new added row are lost when server side validations record any error on the form. -- David Germán Canteros 2012/2/2 George Christman > Hi Geoff, just curious if you

Re: Kaptcha - alternative libraries

2012-02-06 Thread Taha Hafeez Siddiqi
Here is one example http://tawus.wordpress.com/2011/10/14/tapestry-using-recaptcha/ Tapestry mailing list is so good that people first ask a question then do a google search :). But I don't think that is the right way :-( regards Taha On Feb 6, 2012, at 6:12 PM, Thiago H. de Paula Figueiredo

Re: Type coercion and loop (in Form)

2012-02-06 Thread resign
great! Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Type-coercion-and-loop-in-Form-tp5459480p5460031.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: Kaptcha - alternative libraries

2012-02-06 Thread Thiago H. de Paula Figueiredo
Why don't you just use another captcha component instead? A quick Google search provides some. On Mon, 06 Feb 2012 09:36:56 -0200, captain_rhino wrote: I have used the standard kaptcha and I'm happy with it. The problem is the end users (and the boss) don't think it is easily read.. I

Re: Type coercion and loop (in Form)

2012-02-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Feb 2012 05:29:43 -0200, resign wrote: Hi again, Hi! Use formState="none" in the Loop: value="myModelRow" formState="none">. Explanation in the component documentation: http://tapestry.apache.org/5.3.1/apidocs/org/apache/tapestry5/corelib/components/Loop.html -- Thiago H. de

Kaptcha - alternative libraries

2012-02-06 Thread captain_rhino
I have used the standard kaptcha and I'm happy with it. The problem is the end users (and the boss) don't think it is easily read.. I explained to him this is kind of how they are but he's seen others that look easier to read and have functionality such as a refresh icon (to change the text of the

Re: Igor Drobiazko Book

2012-02-06 Thread Julien Martin
Check out Igor's twitter here: https://twitter.com/#!/drobiazko You'll find the latest info about the book. Regards, J. 2012/2/6 Koka Kiknadze <226...@gmail.com> > Hi, > > As I recall, after Manning cancelled Drobiazko's book he was going to > publish it on his own. > > Any news out there? > > I'