Set url within page class

This commit is contained in:
YNH Webdev
2013-09-22 22:47:29 +02:00
parent 3f6caa76dc
commit 7dd726ca42
3 changed files with 54 additions and 2 deletions

View File

@@ -109,6 +109,8 @@ feature -- Implementation
do
create Result.make
Result.put (create {JSON_STRING}.make_json (control_name), "id")
Result.put (create {JSON_STRING}.make_json (request.path_info), "url")
Result.put (create {JSON_STRING}.make_json (request.query_string), "url_params")
end
full_state: JSON_OBJECT