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

Re: [5.2.6] Advising the PageLoader Service

2011-09-05 Thread jack
hould 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 sing

[5.2.6] Advising the PageLoader Service

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

Re: T5.1: componentSource with an activation context

2010-09-20 Thread Jack Nuzbit
se the configuration 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 > wrote: > > Hi, >> > > Hi! > > Is

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 Nabbl

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. -

Integrating with 3rd Party

2010-08-25 Thread jack
Hi, I'm having a problem integrating with a 3rd party. The thing is they have this system that sends me an https POST with some data in it. How can I post the data to a third part URL? Without using Tapestry, I am doing it like Can anybody help me please? -Jack -- View

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

2009-11-10 Thread Jack Nuzbit
On Tue, Nov 10, 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 > escreveu: > > > non-tapestry site. The problem is that in using tapestry components I >> can't set the action attr

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

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

[T5.1] posting externally with t:form

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

Re: About stateless applications

2009-09-30 Thread Jack Nuzbit
;s my blog post if you want to take a look: tapestry paging component<http://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 exi

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 wrote: > Jack, what "Uber component pattern" stands for ? > > Jack Nuzbit ha scritto: > > I'm concerned I may be falling foul of t

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

T5.1: no post-redirect on invalid forms

2009-08-17 Thread Jack Nuzbit
t 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 { thro

Re: T5 Persistence Question

2009-07-09 Thread Jack Nuzbit
stent 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 wrote: > So let me be a little clearer: > > I don't want to run with SUPPRESS_REDIR

Re: T5.1 components inside loops not getting reset

2009-07-09 Thread Jack Nuzbit
er is expensive; running the assembler 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 i

T5.1 components inside loops not getting reset

2009-07-08 Thread Jack Nuzbit
pestry_5_1_0.xsd";> Looped references Static references The output is: Looped references 1 2 3 Static references 1 1 1 I know i could reset variables in a cleanup render method 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
Anyone have any thoughts on this? Jack

T5 service per request

2009-02-08 Thread Jack Nuzbit
Does anyone know I can do this? Thanks Jack

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: 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: tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
ns is more based 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

tapestry 5 without sessions

2008-10-16 Thread Jack Nuzbit
s anyone used tapestry5 without sessions? Cheers, Jack

Re: hidden input field, TAPESTRY5

2008-10-14 Thread Jack Nuzbit
i just use Jack

5.0.15 asset NullPointerException

2008-10-13 Thread Jack Nuzbit
ut will always throw this Exception when an asset is encountered on a page. I'm using maven with the jetty plugin to run it and the webapp also uses an overlay. Does anybody have any thoughts on what could be causing this? Many thanks jack

Re: T5 image submit

2008-04-30 Thread Jack Nuzbit
the image to > use. > > 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 rig

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
ort custom Format objects and if so is there any reason for this? Many thanks, Jack

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

2008-03-04 Thread jack Nuzbit
Start.tml file 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? > > http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> > Login

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

2008-03-04 Thread jack Nuzbit
t;[EMAIL 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]> >

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

2008-03-04 Thread jack Nuzbit
getEmailAddress() { return emailAddress; } public void setEmailAddress(String emailAddress) { this.emailAddress = emailAddress; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } } Any help would be much appreciated, Cheers, Jack

Tapestry 5 screencasts

2007-01-10 Thread Jack Horror
The screencasts about Tapestry 5.0.0 (http://tapestry.apache.org/tapestry5/screencast.html) made me look into the doc's & the code, and it's going to be a giant leap forward (since 2.3) ;-) thanx Howard _ Type your favorite song.