Re: [5.2.6] Advising the PageLoader Service

2011-09-06 Thread jack
Thanks for your help Guys. It looks the tapestry IoC doesn't have a handle on the ComponentAssemblerSource so am trying a different avenue. Jack On 05/09/11 13:03, Steve Eynon wrote: The following should list all services that you're able to advise (I just tried it on T5.3 but saw

[5.2.6] Advising the PageLoader Service

2011-09-05 Thread jack
, Jack - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: [5.2.6] Advising the PageLoader Service

2011-09-05 Thread jack
be able to advise these service methods but as I said my advice is not getting invoked. Any ideas? Thanks, Jack On 05/09/11 12:10, Jens Breitenstein wrote: Hi Jack! I wonder what kind of page data you want to cache which is not provideable by a service? a) why not using a spring singleton

Re: T5.1: componentSource with an activation context

2010-09-20 Thread Jack Nuzbit
in a contribution on a per-app basis. Sounds fun right? :) On Fri, Sep 17, 2010 at 5:44 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Fri, 17 Sep 2010 12:58:52 -0300, Jack Nuzbit fnuz...@googlemail.com wrote: Hi, Hi! Is there a way to create Pages and initialise

T5.1: componentSource with an activation context

2010-09-17 Thread Jack Nuzbit
-5-0-11-How-to-get-page-instance-from-page-tt2416695.html#none Thanks in advance for any help. Cheers, Jack

Re: Integrating with 3rd Party

2010-09-09 Thread jack
Thanks Everyone. I have done it at my own Tapestry 4 does NOT give any liberty/API/mechanism to integrate the web site with third party. However, I have been able to do it by writing my custom components Anybody who needs to know the solution, please PM me. -- View this message in context:

Re: Integrating with 3rd Party

2010-08-26 Thread jack
Ok. I'd like to do this Tapestry4 way. Can you please offer some help/suggestions? -Jack -- View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2692918.html Sent from the Tapestry - User mailing list archive at Nabble.com

Integrating with 3rd Party

2010-08-25 Thread jack
type=submit name=submit value=Click Here /form Can anybody help me please? -Jack -- View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2652704.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Integrating with 3rd Party

2010-08-25 Thread jack
Are you saying that it is not possible using Tapestry4 ? I didn't understand. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Integrating-with-3rd-Party-tp2652704p2653385.html Sent from the Tapestry - User mailing list archive at Nabble.com.

[T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
this without some javascript hack or avoiding tapestry components completely. Thanks, Jack

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
to this external site. The form component will override any action I define. On Tue, Nov 10, 2009 at 1:53 PM, Massimo Lusetti mluse...@gmail.com wrote: On Tue, Nov 10, 2009 at 12:08 PM, Jack Nuzbit fnuz...@googlemail.com wrote: Hi All, I've got a rather complex form that I'd like to use

Re: [T5.1] posting externally with t:form

2009-11-10 Thread Jack Nuzbit
, 2009 at 2:58 PM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Tue, 10 Nov 2009 12:42:25 -0200, Jack Nuzbit fnuz...@googlemail.com escreveu: non-tapestry site. The problem is that in using tapestry components I can't set the action attribute of the form to post

Re: About stateless applications

2009-09-30 Thread Jack Nuzbit
post if you want to take a look: tapestry paging componenthttp://norobotblog.blogspot.com/2009/09/leaf-super-easy-paging-for-tapestry5.html Cheers, Jack On Wed, Sep 30, 2009 at 1:41 PM, cordenier christophe christophe.corden...@gmail.com wrote: It also exists @Persist(client) to store

Re: [T5.0.18] Out of Memory Error / Potential Leak (doesn't reduce after forced GC)

2009-09-14 Thread Jack Nuzbit
I'm concerned I may be falling foul of the Uber-component pattern as well. I'm regularly building container components that dynamically render different sub-components. Is there any chance somebody could document the recommended approach here. Many thanks, Jack On Fri, Sep 11, 2009 at 8:23 PM

Re: [T5.0.18] Out of Memory Error / Potential Leak (doesn't reduce after forced GC)

2009-09-14 Thread Jack Nuzbit
I mean too much component nesting like what's been described in this thread. On Mon, Sep 14, 2009 at 12:56 PM, Ivano Luberti lube...@archicoop.itwrote: Jack, what Uber component pattern stands for ? Jack Nuzbit ha scritto: I'm concerned I may be falling foul of the Uber-component pattern

T5.1: no post-redirect on invalid forms

2009-08-17 Thread Jack Nuzbit
but was wondering if anyone has any thoughts about this or knows any reasons why it could cause problems. Cheers, Jack public class LoginPage { @Property private String email; @Property private String password; void onSubmitFromLogin() throws PageValidationException { throw new

Re: T5.1 components inside loops not getting reset

2009-07-09 Thread Jack Nuzbit
is cheaper (but still expensive enough to justify page pooling). HTH. Robert On Jul 8, 2009, at 7/86:33 AM , Jack Nuzbit wrote: Hello, Am I correct in thinking that when a component is acquired from the pool it's state should be reset? I'm asking because I've noticed that when

Re: T5 Persistence Question

2009-07-09 Thread Jack Nuzbit
strategies could be avoided if reqiured. Clustering sessions for scalable apps seems overkill if it's only needed for form errors. Jack On Wed, Jul 8, 2009 at 8:04 PM, Norman Franke nor...@myasd.com wrote: So let me be a little clearer: I don't want to run

T5.1 components inside loops not getting reset

2009-07-08 Thread Jack Nuzbit
but shouldn't the component behave the same way inside or outside of a loop? Many thanks, Jack

T5.1: date modified in asset cache path

2009-03-19 Thread Jack Nuzbit
thoughts on this? Jack

T5 service per request

2009-02-08 Thread Jack Nuzbit
this? Thanks Jack

tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
? Cheers, Jack

Re: tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
on the environment it will be running in. Multiple load balanced servers with server dropout handling which would mean clustered sessions, something I'd rather avoid. Cheers, Jack

Re: tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
I've just tested the scenario of being redirected after a validation failure using the quickstart Archetype and the code below. I can see that tapestry is performing a redirect after the onValidateForm even though the form has errors. Is the only solution to persist the form data to a database?

Re: 5.0.15 asset NullPointerException

2008-10-16 Thread Jack Nuzbit
Thanks Tobias, I think you're right. I've switched back to 5.0.14 for the time being but I'll test again on the next release.

Re: hidden input field, TAPESTRY5

2008-10-14 Thread Jack Nuzbit
i just use t:textfield t:id=signatureHex t:value=signatureHex style=display:none/ Jack

Re: T5 image submit

2008-04-30 Thread Jack Nuzbit
. Email me offline if you're still having problems and I'll send you my code. On Tue, Apr 29, 2008 at 8:32 AM, Jack Nuzbit [EMAIL PROTECTED] wrote: Hi All, Can anybody point me in the right direction for creating an image submit in tapestry 5. I've scoured the docs but i can't find

T5 image submit

2008-04-29 Thread Jack Nuzbit
Hi All, Can anybody point me in the right direction for creating an image submit in tapestry 5. I've scoured the docs but i can't find anything. Many thanks, Jack

T5: Base class java.text.Format (super class of my.package.MyFormat) is not in a controlled package

2008-04-08 Thread Jack Nuzbit
Format objects and if so is there any reason for this? Many thanks, Jack

beaneditform - java.lang.RuntimeException: No service implements the interface org.apache.tapestry.internal.InternalComponentResources.

2008-03-04 Thread jack Nuzbit
, Cheers, Jack

Re: beaneditform - java.lang.RuntimeException: No service implements the interface org.apache.tapestry.internal.InternalComponentResources.

2008-03-04 Thread jack Nuzbit
PROTECTED] wrote: I believe that the internal APIs in T5 are off limits. Injecting ComponentResources, an interface, doesn't do what you want? Bill h On Tue, Mar 4, 2008 at 11:29 AM, jack Nuzbit [EMAIL PROTECTED] wrote: Hi All, I'm trying to use the beaneditform component but i'm getting

Re: beaneditform - java.lang.RuntimeException: No service implements the interface org.apache.tapestry.internal.InternalComponentResources.

2008-03-04 Thread jack Nuzbit
to the Start.tml file t:beaneditform object=myForm/ mvn jetty:run and you should get the exception. Cheers, Jack On Tue, Mar 4, 2008 at 6:36 PM, Marcus [EMAIL PROTECTED] wrote: Hi Jack, Can you post the code of this class? html xmlns:t=http://tapestry.apache.org/schema/tapestry_5_0_0.xsd; Login