RE: tapestry live grid functionality announcement

2006-11-14 Thread Payne, Matthew
bject:Re: tapestry live grid functionality announcement On 11/13/06, Payne, Matthew <[EMAIL PROTECTED]> wrote: > Need link to online demo :) I'm working on it. Anyone know a good servlet hosting company? --sam

RE: tapestry live grid functionality announcement

2006-11-13 Thread Payne, Matthew
Need link to online demo :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Monday, November 13, 2006 3:03 AM To: Tapestry users Subject:tapestry live grid functionality announcement I've built a nifty component whi

RE: Ajax form that updates itself destroys the ajaxy-goodness of said form

2006-11-13 Thread Payne, Matthew
What version of the code has these fixes? Matt -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Sunday, October 15, 2006 6:54 PM To: Tapestry users Subject:Re: Ajax form that updates itself destroys the ajaxy-goodness of said form No need for than

RE: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-10-10 Thread Payne, Matthew
Fyi: that dojo dropdownpicker has nice "eye candy effects", but terrible for entering dates many years in the part. http://archive.dojotoolkit.org/nightly/tests/widget/test_DropdownDatePicker.html Though the standard tapestry date picker is not so good at that as well. I really hope that does n

external form submissions

2006-09-06 Thread Payne, Matthew
Can tapestry accept a form submissions from another application(a logon page in this case)? e.g. input page is not a tapestry template or under its control. It must redirect back. Anyone have an example? Matt This message, including any attachments, is intended only for the recipient(s) named

RE: Tapestry 5 Discussions

2006-07-28 Thread Payne, Matthew
+1 On replacing hivemind with spring. -Original Message- From: Rui Pacheco [mailto:[EMAIL PROTECTED] Sent: Fri 7/28/2006 3:58 PM To: Tapestry users Subject: Re: Tapestry 5 Discussions Actually, I support the idea that leaving HiveMind is good. But not for a new IoC container. We should

RE: Tapestry 5 Discussions

2006-07-28 Thread Payne, Matthew
How did the move from Tap3 to Tap4 require massive rework if you were still in evaluation? -Original Message- From: Steven Bell [mailto:[EMAIL PROTECTED] Sent: Fri 7/28/2006 4:30 PM To: Tapestry users Subject: Re: Tapestry 5 Discussions Picking through the name calling and attacks of

RE: bug PageSpecificationResolverImpl does not find Implicit page specfications in all the correct places

2006-07-28 Thread Payne, Matthew
return; } Matt -Original Message----- From: Payne, Matthew [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 1:52 PM To: users@tapestry.apache.org Subject:fyi: bug PageSpecificationResolverImpl does not find Implicit page specfications in all the cor

fyi: bug PageSpecificationResolverImpl does not find Implicit page specfications in all the correct places

2006-07-28 Thread Payne, Matthew
https://issues.apache.org/jira/browse/TAPESTRY-1026 Summary Page specifications are supposed to be optional. However, the PageSpecificationResolverImpl does not find templates in all the same places/paths that is searches for actual .page specifications. java class for page --> com.pennmutua

RE: Any news on Tap 4.1?

2006-07-27 Thread Payne, Matthew
by default. -Original Message----- From: Payne, Matthew [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 3:57 PM To: Tapestry users Subject: RE: Any news on Tap 4.1? Just curious, when this is combined with the spring plugin(tapestry-spring.jar), do components from spring get autowir

RE: Any news on Tap 4.1?

2006-07-27 Thread Payne, Matthew
Just curious, when this is combined with the spring plugin(tapestry-spring.jar), do components from spring get autowired as well? Thanks, Matt -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 3:27 PM To: 'Tapestry users' Subject:

RE: Securing Tapestry Applications

2006-07-27 Thread Payne, Matthew
I am not really fond of the super class route. Is there a way to wire this externally without modifying the pages? e.g. pages don't know if they are secure or not Can you wire in an additional listener/interceptor from hivemind for this purpose? Matt -Original Message- From: Robert Z

RE: Tapernate and Spring

2006-06-06 Thread Payne, Matthew
re: "since Spring does not have explicit Tapestry-support" Is it up to spring add tapestry support? No. Its is up to Tapestry to fix it brokenness? Webwork is not mentioned in spring's lib/src, yet its spring support is superior. Right now tapestry's spring support is kind of half baked. Page

RE: Hibernate persisted data never makes it to DB

2006-06-06 Thread Payne, Matthew
+1 Don't use autocommit. You might wind up changed pojo's where you've changed a couple properties yet never called/save/update commit etc. Just specify transactional advice on your persistence manager. Shame there is no way to specify spring transactional advice on pages/actions like other fra

RE: Multiple skins with Tapestry

2006-05-22 Thread Payne, Matthew
Drop tapestry for the ww/sitemesh combo -Original Message- From: Sergey G. Kashin [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 7:14 AM To: tapestry-user@jakarta.apache.org Subject:Multiple skins with Tapestry How to create multiple designs with tapestry for one a

Spring advise or auto-wiring depencies possible?

2006-05-10 Thread Payne, Matthew
Can spring "advise" be give to tapestry pages/actions? Can components be auto wired? e.g. I understand how to explicitly to the inject property, just wondering if things can be autowired as well. Is this a "todo" in the spring integration? Thanks, Matt This message, including any attachment