Project

General

Profile

Actions

Bug #1911

closed

Manual internal path edit

Added by Vitaly Volochay almost 11 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
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

Actions #1

Updated by Koen Deforche almost 11 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

Actions #2

Updated by Koen Deforche over 10 years ago

  • Status changed from Feedback to Rejected
Actions

Also available in: Atom PDF