URL rewriting (UrlRewriteFilter) = passing parameters

2011-01-12 Thread Johannes Stein
Hey guys, i have a rewrite rule like the following: rule from^/quiz/play/([0-9]+)$/from to/index.html?action=playid=$1/to /rule The rewriting works fine, but gwt seems not to be able to get the parameter. Im using this command: Window.Location.getParameter(id) This does

Re: URL rewriting (UrlRewriteFilter) = passing parameters

2011-01-12 Thread Thomas Broyer
GWT runs in the browser, so it sees the same URL as the browser sees, i.e. /quiz/play/123, not index.html?action=playid=123 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to