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]