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

2008-08-02 Thread José Paumard
Kalle, I just made the test on my app, since I had a char encoding problem for about a week with 5.0.14-SNAPSHOT, and had to fallbacl to 5.0.13. So yes, accented chars in ISO-8859 properties files are not rendered properly in the final HTML page. If you switch the coding of that property

Rendering XHTML

2008-08-02 Thread Cliff Willsher
Hi, I would like to make Tapestry 5 (5.0.13beta) render its pages as XHTML. I followed the instructions on the Tapestry wiki and my application now renders XHTML fine. I would also like to make the PageTester render XHTML but my attempts so far haven't worked. Does anyone know how to setup

Re: T5: CommitAfter and service method

2008-08-02 Thread Howard Lewis Ship
It does, but it is necessary to apply a service decorator to the service for this to work. The tapestry-hibernate documentation has examples. On Fri, Aug 1, 2008 at 10:13 PM, Angelo Chen [EMAIL PROTECTED] wrote: Hi, Does CommitAfter annotation work with service method as documented in

Re: T5: index page in pages package acts as a catchall

2008-08-02 Thread Chris Lewis
That's odd, it seems like most situations could be known by tapestry already. It does know what pages (and thus page packages) exists, so why couldn't it just know that if a valid package but invalid page is requested, then it should fail instead of passing it as an activation context? Anyway,

Re: Contributing to BeanBlockSource and HibernateEntityValueEncoder

2008-08-02 Thread Alejandro Scandroli
Hi I finally was able to make it work. I cant' believe how simple it was, and how long it took me to figure it out. The solutions is to provide a ValueEncoder to the BeanBlock (so simple!) Here is my code: t:select t:id=caetg model=selectModel value=context.propertyValue

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

2008-08-02 Thread Kalle Korhonen
Thanks Jose for a confirmation. Yes, that's what I thought and the problem is the same as described in http://www.thoughtsabout.net/blog/archives/44.html. As long as this is documented properly, it's probably ok, but may cause problems if somebody tries to use existing property files in a jar

T5 beta. why so long..

2008-08-02 Thread learner
I noticed T5 has been on beta version for quite long time. may i know when will a candidate release version will be available..? any plan for T6 any soon? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: T5 beta. why so long..

2008-08-02 Thread Daniel Jue
It will probably be out of beta status before Gmail is. :-) On Sat, Aug 2, 2008 at 4:24 PM, learner [EMAIL PROTECTED] wrote: I noticed T5 has been on beta version for quite long time. may i know when will a candidate release version will be available..? any plan for T6 any soon?

Re: t5 how to write response to file

2008-08-02 Thread luna_guo
Write response to a html file. So that I can request the html instead of a tapsestry page. Toby Hobson wrote: Sorry ... i don't fully understand your question. Could you explain a little more Thanks Toby -- View this message in context:

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-02 Thread Andy Huhn
Hi Angelo, What is this bug? Does it only affect debugging, or might it also affect production? Is there a JIRA for it? Thanks, Andy (on 5.0.13 in production, and worried) On Fri, 2008-08-01 at 18:37 -0700, Angelo Chen wrote: I strongly recommend to release this 5.0.14-SNAPSHOT as soon as

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-02 Thread Daniel Jue
Do you mean the bug of not committing automatically? If so, there have been posts about that one, because it was actually a fix. On Fri, Aug 1, 2008 at 9:37 PM, Angelo Chen [EMAIL PROTECTED] wrote: I strongly recommend to release this 5.0.14-SNAPSHOT as soon as possible, 5.0.13 has a serious

T5: form, action, result

2008-08-02 Thread Chris Lewis
Hello all, I'm wondering how others handle a simple flow where a user fills out a form, form is processed, and then a message is shown as a result (ok or failed). I have a simple contact form and am handling this like so: In my template I have 2 blocks: 1 is the form and the other is the message

Re: T5: form, action, result

2008-08-02 Thread Angelo Chen
hi cris, sounds interesting, how about a sample code/template to let us understand more? thanks. angelo Chris Lewis-5 wrote: Hello all, I'm wondering how others handle a simple flow where a user fills out a form, form is processed, and then a message is shown as a result (ok or

Re: Tapestry 5.0.14-SNAPSHOT

2008-08-02 Thread Angelo Chen
Hi Daniel, I meant the way that a new transaction is acquired after the commit, in the 5.0.14, it always call: transaction = session.beginTransaction() to get a new transaction. I don't know if this really fix to all my problems, but i do have some bugs that i can't understand, example, I have

Re: New article re: T5-Flash integration

2008-08-02 Thread Toby Hobson
Hi Francisco Yes you are right on both points! Thanks for taking the time to review my article. I will update it to reflect your input Regards Toby 2008/8/3 Francisco Manzano [EMAIL PROTECTED] Hi Hobson, thank you very much. The article is really good. Lamentably, I have not time to prove