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 user is on the 2 child Tab and clicks on send message to a different user . Then I should be able to capture the link and send it across to the user . So when the second user sees the message and clicks on the link he should directly go to this tab . The message will be viewed within the app . Since there is only one module . i am not sure how to capture this link and send it across . Because when i take a look at the url it only says myappContextPath/Employer.jsp it does not say which Tab item is selected and so forth.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
