How to provide hyperlink in email pointing to a specific method inside gwt app (but not main page)

Posted by subh on Stack Overflow See other posts from Stack Overflow or by subh
Published on 2010-03-30T01:57:30Z Indexed on 2010/03/30 2:03 UTC
Read the original article Hit count: 351

Filed under:

My GWT app has a search result with orderid column as hyperlink. On clicking, it opens up another tab which shows the details.

I want to expose this particular functionality externally say in an email

http://www.myapp.com/XYZApp.html?orderid=1234

so that user can directly go to the details page after login to the App. In JSP world, it was pretty straightforward.

Is it possible in GWT given that the call to show up the details page is not in the main GWT module (XYZApp.html)

© Stack Overflow or respective owner

Related posts about gwt