Hi Craig,
   
  I also found the Page1VC is added to HTTPServletRequest object, and Pag1 is 
displayed correctly when we use the old version of shale framework.
   
  in header.jsp, I access the information in Page1VC as following:
       <h:outputText value="#{TestVC.name}"/>
   
  the name of Page1VC is displayed in page 1. 
   
  Thanks,
   
  Luo

emily chen <[EMAIL PROTECTED]> wrote:
    Hi Craig,
   
   I added the following code to init() function:
           TestVC testVC = (TestVC) getBean("TestVC");
          request.setAttribute("TestVC", testVC);
   
  and I found the sub TestVC -- Page1VC is added to HTTPSevlertRequest object. 
in my web application, TestVC works as super ViewController of the whole webapp.
   
  The navigation rule in Page1 isn't displayed since it uses the informaiton of 
TestVC, not Page1VC.  
   
  Thanks,
   
  Luo
   
   
   

                
---------------------------------
Stay in the know. Pulse on the new Yahoo.com.  Check it out. 

Reply via email to