Hi,

        I have a frames page with a top and bottom section.  Each top and bottom 
section has an associated action. (actually this frameset is nested in another)  
I assumed that the dynamic uris for each frame would be executed in order.  I 
need the top frame to set some objects in the HttpSession object for the bottom 
frame to use.  But it appears that the frames are executed in the reverse order 
i want them to.  I had each frame do a session.getValueNames() and the top frame 
which i want to execute first does a putValue() on the objects i want to save 
but the bottom frame doesn't list the objects i set in the top frame.  When i go 
to another page in the system and do a getValueNames()  the objects i set in the 
top frame are still there.  Any ideas?

Ed 
        
        
                  .setSrc( new DynamicURI(data,
                                                                                       
 
                  
"BrowseHeader","GetText").addPathInfo("lineK",lineNo).addPathInfo("db",canon).ad
dPathInfo("get","Header").toString() )
                 .setName("index")
                 .setScrolling(Frame.no)
                 .setFrameBorder(false)
                                        );
              
                            textarea.addElement(new Frame()
                 .setSrc( new DynamicURI(data, 
"TextBrowse","GetText").addPathInfo("db",canon).addPathInfo("lineK",lineNo).addP
athInfo("get","Body").toString() )
                 .setName("list")
                 .setScrolling(Frame.auto)
                 .setFrameBorder(false)
                                        );
        



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to