Hi, you can use javascript. something like documents.frames[0].reload(); assumed 0 is the index of your menu frame. maybe it goes like this. if you press login button it will go to a page that does the menu reload and redirect to your home page.
regards, Gunna ----- Original Message ----- From: "Joerg" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, December 15, 2005 6:50 AM Subject: Handling two Frames > Hello! > > I am using frames in my tapestry application. The upper one contains a menu, and the frame below contains the contents. > I can chose a page with a menu item by using the PageLink component and its target attribute. > I also have a Login page, which appears when a user tries to accesses a protected page (by using pageValidate). After logging in I want to change the menu, so I have an additional menu item 'Logout'. > How can I reload the the upper frame/page with menu from within the Login method? > > TIA > > Jörg > > ps: using Tapestry 3.0.3 > > > -------------------- m2f -------------------- > > Sent from www.TapestryForums.com > > Read this topic online here: <<topic_link>> > > http://www.tapestryforums.com/viewtopic.php?p=11991#11991 > > -------------------- m2f -------------------- > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
