T5: CommitAfter and service method

2008-08-01 Thread Angelo Chen
Hi, Does CommitAfter annotation work with service method as documented in http://tapestry.formos.com/nightly/tapestry5/tapestry-hibernate/ ? I tried this with dispatcher but objects were not saved: @CommitAfter public boolean dispatch(Request request, Response response) throws IOExceptio

Re: [T5] Tapestry & FLASH Objects ?

2008-08-01 Thread Toby Hobson
I've just published the first article on this subject. You can find it at http://knol.google.com/k/toby-hobson/tapestry-5-flash-integration/ The second article (client-server interaction) is in progress! Toby Toby Hobson-2 wrote: > > I've been using T5 and Flash (OpenLaszlo) successfully, I'

Re: t5 how to write response to file

2008-08-01 Thread Toby Hobson
Sorry ... i don't fully understand your question. Could you explain a little more Thanks Toby - Original Message From: luna_guo <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Saturday, 2 August, 2008 4:07:55 AM Subject: t5 how to write response to file how to use t5 to writ

t5 how to write response to file

2008-08-01 Thread luna_guo
how to use t5 to write response to a html file? is there any tutorial or example? -- View this message in context: http://www.nabble.com/t5-how-to-write-response-to-file-tp18785645p18785645.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

RE: T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread Angelo Chen
Hi Jonathan, I deleted all the 5.0.14 snapshot from the local repository, then mvn compile, and import again in intellij, it works this time. Jonathan Barker wrote: > > > This may be unrelated, but... > > > -- View this message in context: http://www.nabble.com/T5%3A-how-to-switch-to-5.

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-01 Thread Angelo Chen
I strongly recommend to release this 5.0.14-SNAPSHOT as soon as possible, 5.0.13 has a serious bug in its commit method with hibernate, it generates unpredictable results making debugging very difficult, switching to 5.0.14 solves the problem, I'd say quite impossible to proceed in 5.0.13 if you h

Re: T5 UTF-8 new behaviour in T5.0.14

2008-08-01 Thread Kalle Korhonen
Does it mean that the old-school (name-value, not xml) property files for Tapestry now *have to be* encoded in UTF-8 rather than the standard Latin-1? Kalle On Fri, Aug 1, 2008 at 6:41 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > If you update again, you'll get the snapshot that reads pro

[~OT] Looking for a HTML/CSS contractor that knows T5

2008-08-01 Thread Dan Adams
We are looking for a front-end web developer to join our team. We have both full time and contract positions available. This is for the same project that I posted the developer contractor request for a couple days ago (which is now filled and, yes, we need both!). Your responsibilities will

RE: T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread Jonathan Barker
This may be unrelated, but... I've had issues with a mix of 5.0.13 and 5.0.14-SNAPSHOT libraries coming up under eclipse. If I do a mvn dependency:tree, I see no signs of the 5.0.13 libraries, but a mvn eclipse:eclipse puts a mix of versions in my classpath. A "mvn package" puts the correct libr

Re: T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread Angelo Chen
yes, i have, you can see my repositories in the end of this message, it now build completely under maven, but when re-import under Intellij, the libraries will not be listed, switching back to 5.0.13 and re-import, the related libraries will be back, any idea? thanks. t

Re: First try at tapestry-test with no success

2008-08-01 Thread Hugo Palma
phew, it seems that you have to define a default servlet in the webdefault.xml file for this to work. I've created an issue for this to get documented (https://issues.apache.org/jira/browse/TAPESTRY-2549) Hugo Palma wrote: Ok, it seems that this is because of a bug in Selenium (http://jira.ope

[ANN] JumpStart is now live on-line with 3.11.0

2008-08-01 Thread Geoff Callender
Hi all, A lot of you have asked for Tapestry JumpStart to run on-line. Well at last I got access to a server, so here it is... Just click on the Demo link at http://files.doublenegative.com.au/jumpstart Also today, JumpStart 3.11.0 is now available. It's for Tapestry 5.0.13. Ne

Re: Unit testing T5 pages/components

2008-08-01 Thread SergeEby
Hey, I am running into the same problem. Since PageTester now accepts extra module classes, I tried using SpringModuleDef.class but no dice. Creating a separate module as shown in previous posts didn't work either :-( Does anybody have a working example with T 5.0.13+? Cheers, /Serge Toby H

Re: T5 UTF-8 new behaviour in T5.0.14

2008-08-01 Thread Martin Papy
Yes !!! Thank you :) Howard Lewis Ship wrote: > > If you update again, you'll get the snapshot that reads properties > files correctly (kind of an implicit native2ascii). > > On Fri, Aug 1, 2008 at 4:06 AM, Martin Papy <[EMAIL PROTECTED]> > wrote: >> >> Hello everybody, >> >> I updated with t

Re: T5 UTF-8 new behaviour in T5.0.14

2008-08-01 Thread Howard Lewis Ship
If you update again, you'll get the snapshot that reads properties files correctly (kind of an implicit native2ascii). On Fri, Aug 1, 2008 at 4:06 AM, Martin Papy <[EMAIL PROTECTED]> wrote: > > Hello everybody, > > I updated with the last Snapshot. Has I understand, T5 now handles by > default eve

RE: T5 application behaviour behind an apache web server

2008-08-01 Thread Jonathan Barker
I've used a different technique for the apache->jboss connection, but faced the same problem. Unless someone else has a better solution, you can replace the ROOT.war in the JBoss tomcat service with your application. Jonathan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread José Paumard
Angelo, Do you have that one too ? tapestry-snapshots http://tapestry.formos.com/maven-snapshot-repository/ José Angelo Chen a écrit : I did, but got following error: [ERROR] BUILD ERROR [INFO]

Re: how to set tapestry-5.0.13 to development mode

2008-08-01 Thread José Paumard
Argo, There is a parameter in your web.xml file : tapestry.production-mode false Maybe you can try that one. José Argo Vilberg a écrit : tapestry.production-mode A flag (true or false) indicating whether the application is running in production o

Re: T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread Angelo Chen
I did, but got following error: [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.tapestry:tapestry-core:jar:5.0.14-SNAPSHOT Davor Hrg wrote: > > >5.0.14-SNAPSHOT > >

Re: T5 UTF-8 new behaviour in T5.0.14

2008-08-01 Thread Francois Armand
Martin Papy wrote: Hello everybody, I updated with the last Snapshot. Has I understand, T5 now handles by default everything in UTF-8. That is ok for me. But how the properties files are handled ? I updated all my properties files in UTF-8 Encoding but I get odd characters... Hum, that seem

Re: T5 weird behavior

2008-08-01 Thread Peter Stavrinides
I have seen this also from time to time, but i don't think its a maven issue as I have experienced it with tomcat as well. - Original Message - From: "José Paumard" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, 31 July, 2008 9:00:46 PM GMT +02:00 Athens, Beirut, Bucharest, Is

Re: T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread Davor Hrg
5.0.14-SNAPSHOT On Fri, Aug 1, 2008 at 12:26 PM, Angelo Chen <[EMAIL PROTECTED]>wrote: > > Hi, > > my pom.xml has following entries, what should I change to use the 5.0.14 > snapshot? thanks. > > > > > > > > >5.0.13 > > > -- > View this message in context: > http://www.nabb

Re: Updating a zone within a form ?

2008-08-01 Thread Hugues Narjoux
Sorry, forgot to mention : Tap 5.0.13 Hugues On Fri, Aug 1, 2008 at 10:21 AM, Toby Hobson <[EMAIL PROTECTED]>wrote: > Hi Hugues, > > Which version of Tapestry are you using? > > Toby > > > > - Original Message > From: Hugues Narjoux <[EMAIL PROTECTED]> > To: users@tapestry.apache.org >

Re: First try at tapestry-test with no success

2008-08-01 Thread Hugo Palma
Ok, it seems that this is because of a bug in Selenium (http://jira.openqa.org/browse/SRC-225) I don't this anymore after i started using Selenium 1.0-SNAPSHOT. Now i seem to be having a problem with JettyRunner. The jetty instance seems to be up and running, i get no exceptions. But when i acc

T5 UTF-8 new behaviour in T5.0.14

2008-08-01 Thread Martin Papy
Hello everybody, I updated with the last Snapshot. Has I understand, T5 now handles by default everything in UTF-8. That is ok for me. But how the properties files are handled ? I updated all my properties files in UTF-8 Encoding but I get odd characters... I also tryied with a new test projec

T5: how to switch to 5.0.14 snapshot?

2008-08-01 Thread Angelo Chen
Hi, my pom.xml has following entries, what should I change to use the 5.0.14 snapshot? thanks. 5.0.13 -- View this message in context: http://www.nabble.com/T5%3A-how-to-switch-to-5.0.14-snapshot--tp18771744p18771744.html Sent from the Tapestry - User mailing list archi

how to set tapestry-5.0.13 to development mode

2008-08-01 Thread Argo Vilberg
tapestry.production-mode A flag (true or false) indicating whether the application is running in production or in development. The default is true, which means that runtime exceptions are not reported with full detail (only the root exception message is displayed, not the entire stack of exceptions

Re: T5 application behaviour behind an apache web server

2008-08-01 Thread Carl Crowder
I've had a similar problem. It's because when Jetty redirects you, it uses "request.getServerName()" and the request context to create a complete URL. So if you go to your app at "http://localhost/page";, and that sends a redirect, Jetty will redirect you to "http://localhost/whatever";. The prob

First try at tapestry-test with no success

2008-08-01 Thread Hugo Palma
This is my first try at using tapestry-test. I created a test class with a test method: public class SecurityTest extends AbstractIntegrationTestSuite { @Test public void redirectToLogin_test() throws Exception { open(BASE_URL); } } I added an empty webdefault.xml file to the test/conf directo

Tapestry 5.0.14-SNAPSHOT

2008-08-01 Thread Peter Stavrinides
Hi I am just curious to know if the 14 snapshot is due for release anytime soon? Thanks, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Updating a zone within a form ?

2008-08-01 Thread Toby Hobson
Hi Hugues, Which version of Tapestry are you using? Toby - Original Message From: Hugues Narjoux <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Friday, 1 August, 2008 9:00:48 AM Subject: Updating a zone within a form ? Hi, I am trying to update a zone which is included in a

Updating a zone within a form ?

2008-08-01 Thread Hugues Narjoux
Hi, I am trying to update a zone which is included in a form. Problem is : the zone cannot be updated since the elements in the zone (such as checkboxes or inputs) cannot find an enclosing t:form when rendering. Is there a workaround for this ? Another way to do it ? Thanks Hugues