upgrading to 5.3

2011-11-29 Thread angelochen
Hi, got quite a number of IncludeJavaScriptLibrary/IncludeStylesheet in the code, is there an easy way to find and replace in IntelliJ for this task? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/upgrading-to-5-3-tp5031567p5031567.html Sent from the

Re: tapestry, hibernate and timeout

2011-11-29 Thread bdm
Thanks, but I already use the C3P0 connection pool without success ... maybe it's a configuration problem but I can not figured out what is it ! I have move the post to the Tapestry - User forum as suggested ! I'll still digging ... -- View this message in context:

Re: Tapestry 5 and Mobile

2011-11-29 Thread Peter Stavrinides
Howard that would be awesome from my point of view at least. I am still researching, but jQuery Mobile seems like a natural fit for Tapestry. If I understand what you are contemplating then this would be an enabler for seamless content adaptation. Cheers, Peter - Original Message -

RE: tapestry, hibernate and timeout

2011-11-29 Thread bdm
Thanks ! I keep your solution if I can not configure properly C3P0 ... -- View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry-hibernate-and-timeout-tp5028844p5031723.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Tapestry 5 and Mobile

2011-11-29 Thread François Facon
This would be great! we did some experiments on jquery mobile. The lib is under construction at https://github.com/got5/tapestry5-jquery-mobile (based on Beta 1 not the latest version) and a sample at https://github.com/got5/techforum. (Ajax Page load disabled) the integration will be even

hosting

2011-11-29 Thread csckid
Is it possible to host tapestry site on google app engine? Isn't there any free java hosting site? -- View this message in context: http://tapestry.1045711.n5.nabble.com/hosting-tp5032287p5032287.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Gave up on T5.3 for now ...

2011-11-29 Thread Gunnar Eketrapp
I tried to change this .. t:textfield t:id=email name=email size=30 value=email validate=email, required disabled=user / ... which disabled the field if user is present to something that set's readonly when user is present but failed. Closest to success where t:textfield t:id=email

Re: Gave up on T5.3 for now ...

2011-11-29 Thread Thiago H. de Paula Figueiredo
On Tue, 29 Nov 2011 11:22:25 -0200, Gunnar Eketrapp gunnar.eketr...@gmail.com wrote: So on my wishlist (not very important due) is to make readonly into a T5 component parameter for textfield and passwordfield ... Agreed. Please file a JIRA. -- Thiago H. de Paula Figueiredo Independent

Re: hosting

2011-11-29 Thread Thiago H. de Paula Figueiredo
On Tue, 29 Nov 2011 11:17:49 -0200, csckid testnowsh...@gmail.com wrote: Is it possible to host tapestry site on google app engine? Yes. Search the mailing list archives. Isn't there any free java hosting site? Amazon AWS has a free tier (http://aws.amazon.com/free/), so does Red Hat

Re: T5: dynamically set disabled attribute

2011-11-29 Thread George Christman
Josh, Thanks a ton... very much appreciated. This is exactly what I was looking for. My form consist of about 20/30 fields, so I don't think I'll see much of a performance issue using option 1. As far as option two, I wasn't aware tapestry allowed us to pass back a value through the parameter

Re: hosting

2011-11-29 Thread Barry Books
I've used both Google and Amazon to host Tapestry sites. If you know how to administer a Linux box then AWS is better if not Google might be better. Google has some/many restrictions AWS has none and in fact has many other useful services.

Re: 5.3 Bug AjaxFormLoop nested within Zone

2011-11-29 Thread George Christman
I have found you can add a new row, but if you try modifying an existing row, the changes don't seem to take effect. I'm posting my code below to be reviewed. .tml t:Zone t:id=formZone t:form t:id=admin zone=formZone Current State t:ActionLink t:id=test

Re: tapestry, hibernate and timeout

2011-11-29 Thread Lenny Primak
Are you using glassfish? Glassfish has connection pools built in. You can use those. I use them with success with JPA but I am pretty sure hibernate is very similar in this manner. On Nov 29, 2011, at 4:31 AM, bdm b...@imageau.eu wrote: Thanks ! I keep your solution if I can not configure

Re: 5.3 Bug AjaxFormLoop nested within Zone

2011-11-29 Thread George Christman
I filed a JIRA bug and reverted back to version 5.3.0 until someone gets a chance to look at it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/5-3-Bug-AjaxFormLoop-nested-within-Zone-tp5029977p5032840.html Sent from the Tapestry - User mailing list archive at

Re: hosting

2011-11-29 Thread Christian Köberl
2011-11-29 14:17, csckid: Isn't there any free java hosting site? There are some: http://www.cloudbees.com/ http://www.heroku.com/ https://openshift.redhat.com/app/ http://www.cloudfoundry.com/ and as you already noted GAE: http://appengine.google.com/ I guess there are some more, and there will

[T5.2.6] Setting up IoC to allow ordered configuration of a pub/sub system

2011-11-29 Thread robert baker
Hi all, I set up a service, UserEventHub, to send notifications of logon and logoff application wide in our app. Right now, one listener is wired up to it, SessionTrackerImpl, an implementation class of another service in my app, SessionTracker. (SessionTrackerImpl also implements

Re: [T5.2.6] Setting up IoC to allow ordered configuration of a pub/sub system

2011-11-29 Thread Thiago H. de Paula Figueiredo
On Tue, 29 Nov 2011 18:04:33 -0200, robert baker les.baker1...@gmail.com wrote: Hi all, Hi! public static SessionTracker buildSessionTracker( @Autobuild SessionTrackerImpl sessionTrackerImpl, UserEventHub eventHub) {

Re: Tap 5.3 : Jboss 5.0.1 tmp/vfs-nested.tmp fill up fast

2011-11-29 Thread Shing Hing Man
Thanks for the url! I have followed a suggestion at the given link and added entry key${path of my deploy directory}/key valueinject bean=VfsNamesExceptionHandler//value /entry to server/src/etc/conf/default/bootstrap/vfs.xml.  The problem has been fixed. It is strange that I only have

Badly formed JSON string error generated on linksubmit under 5.3

2011-11-29 Thread RyDel
Hello All, I've attempted to make the switch to 5.3 and am facing an issue that currently eludes me. My attempts to use linksubmit leads to a javascript error somewhere within the depths of the framework, with an error suggesting that Tapestry is creating an incorrectly formated client redirect

Re: [T5.2.6] Setting up IoC to allow ordered configuration of a pub/sub system

2011-11-29 Thread robert baker
Thiago, I assume you were talking about the second part with the contributeUserEventHub service contribution method? The first snippet of code works fine. I had considered putting SessionTracker (the interface) in the parameter list for the contribution method, but the consequences of that is

Re: Radio button inside ajaxformloop

2011-11-29 Thread Nefron
Hey, thanks for responding. You guessed correctly. I'm creating a tests and quizzes application that should be used to test students at my university. I already tried something similar to the stuff from your response, unfortunately it doesn't work as expected. The row gets added this time, but