Displaying 1 result from an estimated 1 matches for "28search".
Did you mean:
20search
2006 Jun 09
0
disable escaping of ActionController::Base.url_for
...(search)">goto</a>
The wap browser replaces $(search) in the url with the text entered in
the input field. Now to my problem.
To use the routing information of rails I would like to use the method
url_for. The problem is that this method is automatically escaping
$(search) to %24%28search%29, and so the wap browser is not submitting
the input field correctly. Is there a way to diable the escaping? Maybe
some other tips?
Thanx,
TobStarr
--
Posted via http://www.ruby-forum.com/.