Re: Tapestry and Clojure

2012-07-01 Thread freizl
This sounds a very interesting topic. Because of clojure Java Interp, getting tapestry work with clojure seems not difficult. I have set up a tutorial project at https://github.com/freizl/clojure-tapestry. I did not tested all tapestry functionality but I think it should be working well. PS: I'm

Re: Progressive display on submit

2012-07-01 Thread Thiago H de Paula Figueiredo
On Sun, 01 Jul 2012 09:22:12 -0300, liquid_sun wrote: Hi, Hi! I have submit form that needs about 2-3 seconds to execute (insert in database, send mail ...etc). How can I show progressive display while the whole code is executed and then return an Object (success.java). Is there any good

Re: Lightweight TapestryTools update site

2012-07-01 Thread Gavin Lei
Hi all, I have finished Tapestry component/page wizard feature for TapestryTools, and fix issue 30. You guys can install and try the new feature in version 1.0.0.201207011447 now. Install guide: http://code.google.com/p/tapestrytools/wiki/Install_Guide_Lightweight_TapestryTools

Is tapestry tools supposed to work with Eclipse Juno?

2012-07-01 Thread Nicolas Barrera
Well my question is in the subject, sorry I don't have time to test it myself yet. thanks in advance, Nicolás.-

Progressive display on submit

2012-07-01 Thread liquid_sun
Hi, I have submit form that needs about 2-3 seconds to execute (insert in database, send mail ...etc). How can I show progressive display while the whole code is executed and then return an Object (success.java). Is there any good example doing this using Progressive display or possibly any other