Redirecting application link to Java - GWT Custom page.
Whenever user will login through my APP. and user hit button(say add record) then redirection should happen i.e. page should redirected to GWT custom page from application link.
- How to call servlet when application link hit by button?
- after that How to call GWT page from called servlet.
- Wants to show GWT custom page with data present in REQUEST.
Hidden fields available on UI Screen which is developed in GI . These fields can be passed to GWT custom applications launched from the application link.
APP(UI) --> SERVLET---> GWT page(UI with data present in request i.e jsessionid,hidden fields)
what changes need to do in web.xml ?
Plz provide any helpful document,link,sample code and any idea
Hope for the best co-operation Thanks in advance.