Re: A big thank you to Tapestry

2010-07-29 Thread Joost Schouten (ml)
Thiago H. de Paula Figueiredo wrote: I took a quick look at JSPortal and it seems very cool. Congratulations! Don't forget to add it to the list of Tapestry-powered projects: http://wiki.apache.org/tapestry/PoweredByTapestry. Thanks! And I have added jsportal.com to the PoweredByTapestry

Re: Background-color dynamic change

2010-07-29 Thread mcfly37
Hello Thanks, that was the problem indeed. So I change to that : div t:type=loop t:source=instanceList t:value=instances div id=Liste style=background-color: ${getInstanceState()}

Re: Background-color dynamic change

2010-07-29 Thread mcfly37
Problem solved!! I just had to declare my service in appModule class and inject it in my pages's pojo Thanks for the help !!! mcfly37 wrote: Hi all!! As I said in the title I'm trying to change dynamically the background-color parameter of a div. I tried with this code : div

final version of Tapestry 5.2

2010-07-29 Thread Pablo Borges
Hello staff, will be released when the final version of Tapestry 5.2? thanks

Re: final version of Tapestry 5.2

2010-07-29 Thread Ulrich Stärk
We will probably release an alpha version within the next week followed by additional alphas and betas as needed. The plan is to have a stable 5.2 release before JavaOne which begins on September 19th. Uli On 29.07.2010 15:31, Pablo Borges wrote: Hello staff, will be released when the final

LinkSubmit is not working with Tapestry 5.1.0.5

2010-07-29 Thread Durgesh_Kab
Hi, I am trying to build a POC with 5.1.0.5 and OSGi but it seems linkSubmit does not work in 5.1.0.5 I tried all the process given at: http://old.nabble.com/-jira--Created:-(TAPESTRY-2756)-linksubmit-does-not-fire-sumbit-event-in-5.1.0.5-td26346950.html As well as copied the new js file in my

Re: LinkSubmit is not working with Tapestry 5.1.0.5

2010-07-29 Thread Thiago H. de Paula Figueiredo
On Thu, 29 Jul 2010 11:54:09 -0300, Durgesh_Kab durgesh.ka...@nuware.com wrote: Hi, Hi! I am trying to build a POC with 5.1.0.5 and OSGi but it seems linkSubmit does not work in 5.1.0.5 Does your form have a submit button? If yes, set its id to something that isn't submit. -- Thiago

Re: final version of Tapestry 5.2

2010-07-29 Thread Muhammad Mohsen
Am extremely excited for that :) I read that v5.2 should support google application engine more than before by abandoning an xml class that is not supported by google application engine. Also we can force tapestry to work without the thread pool. Is there any further support for google

How to access metadata of my application in tapestry service

2010-07-29 Thread samindygo
-- View this message in context: http://tapestry-users.832.n2.nabble.com/How-to-access-metadata-of-my-application-in-tapestry-service-tp5346890p5346890.html Sent from the Tapestry Users mailing list archive at Nabble.com. -

Re: final version of Tapestry 5.2

2010-07-29 Thread Dmitry Gusev
GAE supported by T5.2 since September 2009. No problems at all, except GAE's Java lags for 4-6 seconds to boot up. On Thu, Jul 29, 2010 at 19:53, Muhammad Mohsen m.gelb...@gmail.com wrote: Am extremely excited for that :) I read that v5.2 should support google application engine more than

Re: final version of Tapestry 5.2

2010-07-29 Thread Muhammad Mohsen
Thanks Dmitry, Please let me make sure that I got this right. T5.2 fully compatible with GAE since sept. 2009 ? But still T5.2 is a snapshot...doesn't that mean that it's not ready for production usage..right ? On Thu, Jul 29, 2010 at 8:57 PM, Dmitry Gusev dmitry.gu...@gmail.comwrote: GAE

Re: T5 AppModule best practice

2010-07-29 Thread based2
http://tapestrymigration.blogspot.com/2010/04/tapestry-5-wont-find-or-use-my.html based2 wrote: http://old.nabble.com/AppModule-conventions-ts21996543.html#a21996644 http://old.nabble.com/T5-Multiple-AppModules--ts26681010.html#a26685832

Re: [Apache Mentoring Programme]JavaScript-only PDF viewer component

2010-07-29 Thread Howard Lewis Ship
This looks quite interesting, though the question is the license of the libraries you plan to use. If they are fully compatible with the ASL, then the code can live on apache.org. If not, then this work might be best homed on an external project, such as my TapX, or ChenilleKit. On Wed, Jul 28,

Re: LinkSubmit is not working with Tapestry 5.1.0.5

2010-07-29 Thread Sha Aith
Even I have the same issue. I even tried changing the id of the submit button to something which is not submit. But no luck. Thiago H. de Paula Figueiredo wrote: On Thu, 29 Jul 2010 11:54:09 -0300, Durgesh_Kab durgesh.ka...@nuware.com wrote: Hi, Hi! I am trying to build a POC