Re: creating components with Tapestry 5

2008-11-28 Thread Howard Lewis Ship
On Fri, Nov 28, 2008 at 2:30 AM, mad <[EMAIL PROTECTED]> wrote: > > Thanks, Howard, that seems to have been the issue. I moved Layout.tml to > /src/main/resources/org/apache/tapestry5/tutorial/components, and now > everything works beautifully. Is this the right place? > > An annotation would

Re: creating components with Tapestry 5

2008-11-28 Thread mad7777
Thanks, Howard, that seems to have been the issue. I moved Layout.tml to /src/main/resources/org/apache/tapestry5/tutorial/components, and now everything works beautifully. Is this the right place? An annotation would be nice, but also might I suggest a less cryptic error message for components

Re: creating components with Tapestry 5

2008-11-27 Thread Howard Lewis Ship
Tapestry couldn't find your component's template and was forced to assume it didn't exist. I'm beginning to wonder if we need an annotation for components that don't have a template, since this can be a bastard for newbies to track down. Component templates are stored on the classpath, with the

Re: creating components with Tapestry 5

2008-11-27 Thread Sven Homburg
i think you misunderstood: 2008/11/27 mad <[EMAIL PROTECTED]> > > The Layout component contains the tag: > > > > as shown below. (Maybe my ellipsis was confusing... sorry about that.) > > > > Sven Homburg wrote: > > > > is there no tag in your layout ? > > > > 2008/11/27 mad <[EMAI

Re: creating components with Tapestry 5

2008-11-27 Thread mad7777
The Layout component contains the tag: as shown below. (Maybe my ellipsis was confusing... sorry about that.) Sven Homburg wrote: > > is there no tag in your layout ? > > 2008/11/27 mad <[EMAIL PROTECTED]> > >> >> Hi again, >> >> I hate to ask the same question twice. I did actuall

Re: creating components with Tapestry 5

2008-11-27 Thread Sven Homburg
is there no tag in your layout ? 2008/11/27 mad <[EMAIL PROTECTED]> > > Hi again, > > I hate to ask the same question twice. I did actually have this working > with a previous version of T5, but in 5.0.15, the tag is failing, > like this: > > Render queue error in Text[ toto ]: This markup

Re: creating components with Tapestry 5

2008-11-27 Thread mad7777
Hi again, I hate to ask the same question twice. I did actually have this working with a previous version of T5, but in 5.0.15, the tag is failing, like this: Render queue error in Text[ toto ]: This markup writer does not have a current element. The current element is established with the fir

Re: creating components with Tapestry 5

2007-09-26 Thread Erik Vullings
, > Marc > > - Original Message - > From: "Angelo Chen" <[EMAIL PROTECTED]> > To: > Sent: Monday, September 24, 2007 02:03 > Subject: Re: creating components with Tapestry 5 > > > > > > Hi Mad, > > > > Initially I like WebObjec

Re: creating components with Tapestry 5

2007-09-23 Thread Marc A. Donis
- Original Message - From: "Angelo Chen" <[EMAIL PROTECTED]> To: Sent: Monday, September 24, 2007 02:03 Subject: Re: creating components with Tapestry 5 Hi Mad, Initially I like WebObjects, particularly the bundled tools, As a Cocoa/Objective - C developer using XCode, I lik

Re: creating components with Tapestry 5

2007-09-23 Thread Christian Gruber
WOComponentContent is wonderful, and is actually quite easy to do in Tapestry. It's in one of the examples. You use a body component. http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html go down to the Tapestry Elements section, and read the examples there. It should be

Re: creating components with Tapestry 5

2007-09-23 Thread Angelo Chen
Hi Mad, Initially I like WebObjects, particularly the bundled tools, As a Cocoa/Objective - C developer using XCode, I like to use WO with the same set of tools, but finally settled with Tapestry 5 as what rumor says that Tapestry has some inheritage from WO:) Cayenne, is it the ORM tool? I'm usi

Re: creating components with Tapestry 5

2007-09-23 Thread Marcus Schmidke
Hello Marc, me, I'm another one seeking for good old WebObjects features in the post Apple world ... unfortunately, my company is completely on JSF trip, which I absolutely dislike. But on to your question: is WOComponentContent. That was simple wasn't it? :-) Marcus. 2007/9/23, Marc A. Doni