Re: org.apache.tapestry.page-pool-min-idle

2008-01-20 Thread Marcus Schulte
To override FactoryDefaults you must use another SymbolSource. Most of the time this will be ApplicationDefaults. 2008/1/18, Kaspar Fischer [EMAIL PROTECTED]: On 12.01.2008, at 02:47, Kaspar Fischer wrote: How would I do this? contribution configuration-id=hivemind.FactoryDefaults

Re: Ajax related trouble

2008-01-20 Thread Alp Çevik
Hi Andreas, I am using 4.1.3. The problem I am experiencing with the responsebuilder methods is I cannot retrieve the MarkupWriter, getWriter within the responsebuilder returns null. Thought it was something related to the lifecycle of tapestry rendering and stuff. I didnt get into internals so

Re: [T4.1.3/4.1.4] Get HTML output of request (for caching)?

2008-01-20 Thread Kaspar Fischer
On 19.01.2008, at 19:06, Andreas Andreou wrote: I've created used http://tapfx.cvs.sourceforge.net/tapfx/tapfx-tapestry4/src/java/net/ sf/tapfx/components/cache/ It should work for 4.1.x i'll probably need it some time soon, so, take a look Wow! Thanks a lot, that's great! Kaspar

Re: How to use jquery instead of prototype? Any idea?

2008-01-20 Thread Christian Gorbach
@T5: you can use both, prototype and jquery together: http://docs.jquery.com/Using_jQuery_with_Other_Libraries If you want to completly replace prototype you will have to re-implement the core tapestry components to use jquery. which should not be that hard... And...yes, jquery is the more

Re: T5 Proposal: Provide a Mechanism to Force Cache Flushing

2008-01-20 Thread Howard Lewis Ship
On Jan 18, 2008 6:20 PM, Daniel Jue [EMAIL PROTECTED] wrote: This is bordering on a way around the static structure, dynamic content vision! Not that we need to weasel around that vision to make great applications, but this is a way to have the best of both worlds--the performance of

Re: T5.0.7: ThreadCleanupHubImpl.cleanup swallows exceptions

2008-01-20 Thread Howard Lewis Ship
By the time it executes, it is too late to render a response with the exception. There's nothing that can catch the exception ... the only thing above ThreadCleanupHubImpl is the servlet and then the servlet container. Further, it is very important that every cleanup listener be invoked, or you

[ANN]: Seam for T5

2008-01-20 Thread Igor Drobiazko
Hi all, Seam integration with Tapestry 5 is available in Tacos 5. http://tacos.sourceforge.net/tacos5/tacos-seam/index.html -- Best regards, Igor Drobiazko

Re: [ANN]: Seam for T5

2008-01-20 Thread Howard Lewis Ship
This is excellent news, people have really wanted some kind of conversational state in T5 and I've had my hands full. Can't wait to check it out. On Jan 20, 2008 3:28 PM, Igor Drobiazko [EMAIL PROTECTED] wrote: Hi all, Seam integration with Tapestry 5 is available in Tacos 5.

RE: Override Header Names for Grid Component

2008-01-20 Thread DougS
Has anyone been able to override the Grid header? I have been unable to do this using t:parameter name=myPropertyHeader. Adam Ayres wrote: I too wish to override the header cells of my grid but I am not able to get this to work. The cell override works correctly, but I am not able to get

T5 : tapestry-hibernate : rollback when exception was thrown

2008-01-20 Thread osamuo
I am using the tapestry-hibernate and 'hibernate.connection.autocommit' in hibernate.cfg.xml is set to false. After throwing a exception, transaction was committed. So I called HibernateSessionManager#abort(), but the transaction was still committed. Please tell me how to rollback the current

T5: TapestryTestCase newbie

2008-01-20 Thread Angelo Chen
Hi, I'm trying to use TapestryTestCase, here is a simple case that I don't know how to handle: here is the object under test: public class MyServiceImpl implements MyService { final private Session session; public MyServiceImpl(Session session) { this.session = session; }

Re: [ANN]: Seam for T5

2008-01-20 Thread Angelo Chen
Hi, Good news, a few questions: 1) Any tutorials on using Seam with T5? I tried Seam, up to the point of booking example, stop when i know I have to learn something about JSF. A 'hello world' tutorial with T5 will be helpful. 2) if an app uses Seam, do we still need Tapestry-hibernate?

Re: T5 : tapestry-hibernate : rollback when exception was thrown

2008-01-20 Thread Foror
Try session.connection().commit(); o Please tell me how to rollback the current transaction when a exception was o thrown!!! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

T5.0.7 is the encoding solved? (org.tapestry.upload)

2008-01-20 Thread Dapeng
today i hit the problem http://www.nabble.com/T5.0.7-still-can't-resolve-encoding.-td14521638.html *java*.lang.NullPointerException: charsetName *java*.lang.String.init(String.*java*:442) *java*.lang.String.init(String.*java*:516)

Re: [ANN]: Seam for T5

2008-01-20 Thread Borut Bolčina
Hello Igor, can you describe in a few words what this integration offers. It seems like a dream marriage, but still... Regards, Borut 2008/1/21, Igor Drobiazko [EMAIL PROTECTED]: Hi all, Seam integration with Tapestry 5 is available in Tacos 5.