How to navigate to particular tab of GWT automatically

2010-05-21 Thread Guess What
I have a Module called Employer inside my app . The employer module has a jsp page to it called Employer.jsp . This Module builds various Parent Tabs and Child Tabs and Each Tab has its own data content rendered from different onModule Load on its own . Now I have a requirement like if the

Re: How to navigate to particular tab of GWT automatically

2010-05-21 Thread Blessed Geek
The answer lies in com.google.gwt.i18n.client.Dictionary If the entrypoint module is reachable thro /MakeAGoodGuess/ Employer.jsp, then the url you could use is /MakeAGoodGuess/Employer.jsp/pg3. Presuming - you know how to parse the subpath of request url from the request object of the jsp

Re: How to navigate to particular tab of GWT automatically

2010-05-21 Thread gangurg gangurg
Thanks for your answer I am a newbie . I am not still sure how to do this if you can provide me sample it would be great Let me explain it more This is what happens when the user hits the employer.jsp , what my app does is show all the employees who belong to a particular employer in a grid .