Possible solution: use  vars=dict(id=*row.id*) instead of args=*row.id* in 
this case the Url will be something like this
 
http://127.0.0.1:8000/AjaxApp/default/month_input?id=1<http://127.0.0.1:8000/AjaxApp/default/month_input/1>
05 this will enable the auto-completion to work across any page where it's 
used with parameterized url.*
*
On Monday, October 22, 2012 4:51:47 PM UTC+2, martzi wrote:
>
> Hi all,
> following the example on auto-completion in web2py manual, there seems to 
> be a "bug" using the ajax function with parameterized url.
> accessing the page normally in my case with  (
> http://127.0.0.1:8000/AjaxApp/default/month_input) then try typing any 
> month of the year - works fine.
> but  accessing the page with args say 1,  like so =>( 
> http://127.0.0.1:8000/AjaxApp/default/month_input/1 ) then try typing any 
> month of the year and something weird happens.
>
> Please has anyone experienced across the same problem ?
>

-- 



Reply via email to