Couldn't it be simple that you are using tha same name of some of you
components as other and/or system components?

Try to change the name of one of you components to FooXXXX instead of XXXX
and make Foo a pretty unusual string, and see if the error persists.

Cheers,
PS

On 3/9/06, Ron Piterman <[EMAIL PROTECTED]> wrote:
>
> its not a direct answer, but if you are planning to use pretty urls,
> fon't put pages inside libraries.
> Cheers,
> Ron
>
>
> Niklas Ekman wrote:
> > Hi all,
> >
> > I'm using Tapestry 4 and I have a little problem.
> >
> > 1. I have a library in which I have a Exception page.
> > 2. In the library I also have a Border component which I use in the
> > Exception page.
> > 3. I have an application in which I use the page from the library.
> >
> > The problem is that when I include the Border component in the Exception
> > page I have to prefix it with the library namespace name which is
> > configured in the application. This is not good since I can't know in
> > the library which name the library gets in an application. Am I doing
> > something wrong here?
> >
> > I looked in the contrib library in the Inspector.html file, and in that
> > file the dependent components from the Inspector library was prefixed
> > with inspector: which I assume has the same problems which I have. If I
> > want to include the Inspector library in my own application and I use a
> > name other than "inspector" I will get an error.
> >
> > Can somebody help me with this?
> >
> > Best regards,
> >
> > Niklas Ekman
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to