Hi Tejas, What you are seeing is Flex's default history management. You can read about it here: http://livedocs.adobe.com/flex/3/html/help.html?content=deep_linking_8.html
To disable it, you can set the TabNavigator's historyManagementEnabled property to false. Tibor. www.tiborballai.com Tejas Patel wrote: > > I've used TabNavigator control in my flex application. > When I run my application, looks perfect. > But when i select any tab from TabNavigator control, Application URL > having some strange text. > when i select second tab, it looks like this.. > http://localhost/TestingControls-debug/TestingControls.html#app=e41e&7a01-selectedIndex=1 > > <http://localhost/TestingControls-debug/TestingControls.html#app=e41e&7a01-selectedIndex=1> > > when i again select first tab, it looks like this.. > http://localhost/TestingControls-debug/TestingControls.html#app=e41e&7a01-selectedIndex=0 > > <http://localhost/TestingControls-debug/TestingControls.html#app=e41e&7a01-selectedIndex=0> > > Why this (#app=e41e&7a01-selectedIndex=0) text comes with application URL? > How to stop displaying this text? > > > > ------------------------------------------------------------------------ > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage > <http://in.rd.yahoo.com/tagline_yyi_1/*http://in.yahoo.com/>. >

