Hi, yes, that should do the job.
regards didier On Jun 3, 8:13 am, meiaestro <[email protected]> wrote: > Hi! > > Thanks a lot for the helpful hints! Now let me see if I got it right. In my > case I only have the entry point "starting page". Within this class I have > three methods building three different UIs: register(), login(), > startpage(). > > Now I do the "if" in on onModuleLoad(): > > if (sessionvalidation().equals(true)){ > startpage()} > > else { > login(); > > } > > On the login page you usually have a link for registration. How do I catch > that? With the RequestBuilder? > > Thanks again! -- 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.
