A robust starter web application to ease Java webapp development.

Home | Tutorials | Demos | Issues

 « Return to Thread: appfuse target folder contains both component class and markup: MarkupNotFoundException

appfuse target folder contains both component class and markup: MarkupNotFoundException

by David Brown-48 :: Rate this Message:

Reply to Author | View in Thread

Hello Matt and appfuse users all, I have successfully added an additional table and component class page just like the UserForm and UserList. And, I am able to navigate to the new page via clicking on the new tab.

Now, I have a very curious situation with both the component class and the markup html file for a new third tab. In spite-of-the-fact that both the component class (XXXPager.class) and the markup (XXXPager.html) are found in the build target directory I get the following exception. I have been able to debug this to the component class (XXXPager.class) and all seems OK until it is time to exit the class and navigate elsewhere when BOOM!:


MarkupNotFoundException: Base markup of inherited markup not found. Component class:



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: appfuse target folder contains both component class and markup: MarkupNotFoundException