Bug #1911
Manual internal path edit
Start date:
05/20/2013
Due date:
% Done:
0%
Estimated time:
Description
I want to make possible navigation for my web application using url params, e.g.: http://localhost:port/app/obj?id=123&type=some_type. Obsiously idea is to parse params and do some manipulations with this data. I have a problem with manual editing of url in browser. Even if reload-is-new-session='false' signal WebApplication::onInternalPathChanged() is not emitted while manually editing url in browser. What's the problem with is? I find this bug: http://redmine.webtoolkit.eu/boards/2/topics/6611 but seems like there is no solution yet.
I'm using wt version: 3.2.3
Updated by Koen Deforche almost 9 years ago
- Status changed from New to Feedback
- Assignee set to Koen Deforche
Hey,
Parameters are not considered as part of the internal path, but are orthogonal to it. The internal path is really an extension of the URL path.
Regards,
koen