I am a newbie to GWT . This is  an issue which i am running into since
all along I have been working on HTML and JSP .

Lets say I have a scenario , where I have a url /myapp/test.jsp?
oderId= 123
Now my Entry Point class for this test.jsp is say Test.java

onModuleLoad of Test.java
{
     is this Possible .
      if(orderId == null)
        response.rediret("error.jsp")

}

PS: I did figire put how to get orderID from request into on Entry
Point class. Thanks to this group .

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to