RE: Is the server ok? Can't log on?

2008-01-07 Thread Alex Fishlock
Call me 0207 9382667 From: Nick Fishlock [mailto:[EMAIL PROTECTED] Sent: 07 January 2008 08:53 To: [EMAIL PROTECTED] Subject: Is the server ok? Can't log on? _ Sounds like? How many syllables? Guess and win prizes with Search Charades!

T5: JavaOne BOF Source

2007-05-15 Thread Alex Fishlock
Howard, Is there any way you could release some/all of the source that you presented at Javaone. I am stuck with grid, and you did something in your session that would fix it for me. Alex. - To unsubscribe, e-mail: [EMAIL PROT

t5 - Grid help

2007-05-04 Thread Alex Fishlock
Can anybody help me with this: I am displaying a grid in T5 so: For example: Start.html is: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Name: ${foo.name} Systems Where: Start.java has: Public Foo getFoo(); And Foo.java has: Public List getB

RE: InjectSpring and NullPointerException

2007-04-26 Thread Alex Fishlock
I am T5 sorry -Original Message- From: mateamargo [mailto:[EMAIL PROTECTED] Sent: 25 April 2007 19:16 To: users@tapestry.apache.org Subject: Re: InjectSpring and NullPointerException Alex Fishlock wrote: > > I use this with good results: > > @Inject("spring:som

Re: InjectSpring and NullPointerException

2007-04-25 Thread Alex Fishlock
I use this with good results: @Inject("spring:somebean") private SomeBean somebean; - Original Message - From: "mateamargo" <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: 25 April 2007 18:35:21 o'clock (GMT) Europe/London Subject: InjectSpring and NullPointerException I don't

Re: T5: Component com.bt.oi.scorecard.pages.Start does not contain an embedded component with id 'html

2007-04-25 Thread Alex Fishlock
component "html", event type "action" (the default) and that's what Tapestry is complaining about. On 4/25/07, Alex Fishlock <[EMAIL PROTECTED]> wrote: > > even odder.. when I go to the root of the webapp it actually works.. > > ie. http://localhos

Re: T5: Component com.bt.oi.scorecard.pages.Start does not contain an embedded component with id 'html

2007-04-25 Thread Alex Fishlock
even odder.. when I go to the root of the webapp it actually works.. ie. http://localhost:9000/ works but http://localhost:9000/Start.html does not what on earth have i done wrong.. - Original Message - From: "Alex Fishlock" <[EMAIL PROTECTED]> To: users@tapestry.apa

T5: Component com.bt.oi.scorecard.pages.Start does not contain an embedded component with id 'html

2007-04-25 Thread Alex Fishlock
Can anyone help here? I am just stumped. I have a maven2 app with spring 2, hibernate, and xfire.. the rest works fine. I have also jetty 6.1.1 plugin I do the dependencies for tapestry, and everything is fine in the classpath. However every time I try and do anything tapestry I get the fo