Hi
I have to redirect from one class to another class in the same
package
here is my code
here sub is submit button
sub.addClickHandler(new ClickHandler()
{
public void onClick(ClickEvent event)
{
Window.open("com.purchase.request.client.Purchase_New",
"_self", "");
}
}
);
Here com.purchase.request.client is my package and Purchase_New is my
class
i m getting an error
Please tell me the right way to redirect this
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-appengine-java?hl=en.