Re: What does zone="^" mean?

2011-01-15 Thread Alex Kotchnev
Clever.. although I don't think I've seen this in the docs.. Cheers, Alex K On Fri, Jan 14, 2011 at 8:06 PM, Howard Lewis Ship wrote: > It's new in 5.2. > > The "^" is evaluated on the client-side; it means look up from the > element (the BeanEditForm, in this case) until reaching a container

Re: Triggering application reload

2011-01-15 Thread Stephan Schwab
Basically my situation is that run my Cucumber tests as part of the integration test phase via Maven. Before they run Tomcat/Jetty get started and the application deployed. Then the Cucumber tests run and later Tomcat/Jetty get shut down. Some of these Cucumber tests require a different configura

Suspending and restoring a form in T5

2011-01-15 Thread Benny Law
I am developing a mobile application with Tapestry 5. Sometimes, when entering data on a form, I need to display another page (some kind of look-up) where the user can eventually select some value that needs to be brought back to the original form. For desktop web applications, I could implement th

CSS not applied on zone update in IE7

2011-01-15 Thread Joost Schouten (mailing lists)
Hi, When I update a zone with a block containing new CSS files these CSS rules do not seem to get applied to the content in IE7. Does anyone know this problem and if so, a fix? I run tap 5.2.4 Cheers, Joost PS: I'm now hacking in a fix by adding the css needed by the ajax requests to the contai

Re: Triggering application reload

2011-01-15 Thread Stephan Schwab
No. Not specific to the container. I want the Tapestry application to reload it's services, components, pages based on a change in a properties file. Stephan -- View this message in context: http://tapestry.1045711.n5.nabble.com/Triggering-application-reload-tp3342751p3342764.html Sent from t

Re: Triggering application reload

2011-01-15 Thread Thiago H. de Paula Figueiredo
On Sat, 15 Jan 2011 15:18:37 -0200, Stephan Schwab wrote: For testing purposes I would like to trigger reloading the application myself. What would be the best way to do that? Isn't this question specific to Jetty, Tomcat, Glassfish or any other servlet container you're using? -- Thiago H

Triggering application reload

2011-01-15 Thread Stephan Schwab
For testing purposes I would like to trigger reloading the application myself. What would be the best way to do that? I know that I can register an UpdateListener and watch changes to other files besides components, pages and services. For testing I am using Cucumber. I would like to change the

T5: url rewriting

2011-01-15 Thread Angelo C.
Hi, what is the status of url rewriting? 5.2.4 has LinkTransformer and the urlwriting here :http://tapestry.apache.org/url-rewriting.html still uses the URLRewriterRule which has been deprecated. is LinkTransformer ready to use? any tutorial on this? Thanks, Angelo -- View this message in cont

Re: [5.2.4] Binding not found for required parameter called zone in mixin

2011-01-15 Thread François Facon
Thank you. This should facilitate the migration of our components in 5.2. I just created a jira for https://issues.apache.org/jira/browse/TAP5-1415 Best Regards François 2011/1/15 Howard Lewis Ship > This was a bit of unintended consequences ... the Mixin's zone > parameter was ignored and the