Hello all, I have a WebPage parent transparent resolver that displays the child page OK. The parent page is a tabbed menu and the child is a row of submenus. When the submenu child is clicked I want an added third component (a WebPage class) to be displayed. But instead I get the usual ugly WicketRunTimeException: component added but markup not found. All classes and HTML are in the same package. Obviously, this issue is the result of some mismatch in the hierarchy but I thought the transparent resolver would fix the hierarchy dilemma. I have studied every transparent resolver example I can Google but nothing jumps out as a diagnostic to perform to resolve this problem. I don't want to refactor all of the classes from markup inheritance to Panel if this can be avoided as this will in all-likelihood break the menu pages. Please advise.
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
