Empty link_to_remote

I am playing around with AJAX pagination, but even a hard-coded

<%= link_to_remote(‘1’, :update => ‘listing’, :url => {:action =>
‘listing’, :page => 1}) %>

produces href="#". Does anybody know why?

– fxn

Xavier N. wrote:

I am playing around with AJAX pagination, but even a hard-coded

<%= link_to_remote(‘1’, :update => ‘listing’, :url => {:action =>
‘listing’, :page => 1}) %>

produces href="#". Does anybody know why?

– fxn

It should produce something like(IF its AJAX):
1

Joey__

On Feb 21, 2006, at 22:22, Xavier N. wrote:

I am playing around with AJAX pagination, but even a hard-coded

<%= link_to_remote(‘1’, :update => ‘listing’, :url => {:action =>
‘listing’, :page => 1}) %>

produces href="#". Does anybody know why?

Argh, that is right, I was puzzled because of a bug somewhere else.