I can think about the following :
- you must have the "messages" declared in the html file too
- make sure the html is in the right place

http://tapestry.apache.org/tapestry5/tapestry-core/guide/templates.html ->
Template Location

Hope it helps.

Alex

On 6/13/07, Joel Wiegman <[EMAIL PROTECTED]> wrote:

All,

I have an HTML file and Java file that functions perfectly with the
following structure:

/status/Start

When I rename the HTML and Java file to something more meaningful, like:

/status/ViewStatus

Run a clean build and load the page, none of my embedded components are
found anymore:

"Component com.btservices.storeportal.web.pages.status.ViewStatus does
not contain an embedded component with id 'messages'."

My java file, of course, has a messages component in it:

        package com.btservices.storeportal.web.pages.status;

        import com.btservices.storeportal.web.components.Messages;

        public class ViewStatus {

                @Component
                private Messages messages;

        }

Completely confused!  Anyone know why this would be happening?

Thanks,

Joel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to