Hi, I am developing a application using appfuse 1.9.4. I have added new link to MainMenu. When this link is submitted to a spring controller and the result is displayed back, the header (that shows the menu) is missing some times. I have verified my menu configuration and JSP page code and compared with appfuse JSP pages. Every thing looks perfect.
Still the heading is missing. Here is the top part of JSP page (HTML code from viewsource): <CODE> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <!-- HTTP 1.1 --> <meta http-equiv="Cache-Control" content="no-store"/> <!-- HTTP 1.0 --> <meta http-equiv="Pragma" content="no-cache"/> <!-- Prevents caching at the Proxy Server --> <meta http-equiv="Expires" content="0"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="author" content="Matt Raible ([EMAIL PROTECTED])"/> <link rel="icon" href="/myreports/images/favicon.ico"/> <title>Form Based Query - Results | My Reporting</title> <link rel="stylesheet" type="text/css" media="all" href="/coibreports/styles/simplicity/theme.css" /> <link rel="stylesheet" type="text/css" media="print" href="/coibreports/styles/simplicity/print.css" /> <script type="text/javascript" src="/coibreports/scripts/prototype.js"></script> <script type="text/javascript" src="/coibreports/scripts/scriptaculous.js"></script> <script type="text/javascript" src="/coibreports/scripts/global.js"></script> <meta name="menu" content="MainMenu"/> </head> <body id="formQueryResult"> <div id="page"> <div id="header" class="clearfix"> <div id="branding"> <h1> /myreports/ My Reporting </h1> <p>My Reporting Application</p> </div> <hr /> </div> <div id="content" class="clearfix"> <div id="main"> <h1>Form Based Query - Results</h1> </CODE> Please help!!!! Thanks Shyam -- View this message in context: http://www.nabble.com/Page-Header-is-missing-in-display-tf4226881s2369.html#a12024981 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
