Will anyone tell me why the following code is not calling
into :Controller=> portal :action=> venue_site_live_search when I
typed any characters into the text field?
I apprecated ....
<%= javascript_include_tag "prototype" ,"effects" %>
<%= stylesheet_link_tag ''autocomplete'' %>
<%= error_messages_for :team -%>
<%= form_tag(:controller => "portal", :action =>
"fire_portal_selection" ) -%>
<center>
<table>
<tr>
<td style="text-align:center;">
<img width=250 height=99 src="/images/
logo_google_suggest.gif"/>
</td>
</tr>
<tr>
<td>
<center>
<table>
<tr style="text-align:center; vertical-
align:middle;height: 50px;">
<td style="width: 40px;"></td>
<td style="width: 80px;">
<%= text_field "portal",
"searchtext", :size => 40 -%>
<img id="ajax-loader"
src="/images/
ajax-loader.gif" style="display:none;"/>
<%auto_complete_field :portal_searchtext,
:url =>{ :controller =>
"portal",
:action=>"venue_site_live_search"},
:frequency => 0.2,
:indicator =>"ajax-loader",
:token =>"," -%>
</td>
</tr>
</table>
</center>
</td>
</tr>
<tr>
<td>
<div class="auto_complete"
id="portal_searchtext_auto_complete">
</div>
</td>
</tr>
<tr/>
<tr/>
<tr/>
<tr>
<td style="text-align:center;">
<%= submit_tag(:Welcome) -%>
</td>
</tr>
</table>
<% end_form_tag -%>
</center>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
Can someone help me on this issue please.. highly appreciated... On Jun 28, 3:45 pm, Digimage <digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Will anyone tell me why the following code is not calling > into :Controller=> portal :action=> venue_site_live_search when I > typed any characters into the text field? > > I apprecated .... > > <%= javascript_include_tag "prototype" ,"effects" %> > > <%= stylesheet_link_tag ''autocomplete'' %> > > <%= error_messages_for :team -%> > > <%= form_tag(:controller => "portal", :action => > "fire_portal_selection" ) -%> > > <center> > > <table> > > <tr> > > <td style="text-align:center;"> > <img width=250 height=99 src="/images/ > logo_google_suggest.gif"/> > </td> > > </tr> > > <tr> > <td> > <center> > <table> > <tr style="text-align:center; vertical- > align:middle;height: 50px;"> > <td style="width: 40px;"></td> > > <td style="width: 80px;"> > > <%= text_field "portal", > "searchtext", :size => 40 -%> > > <img id="ajax-loader" src="/images/ > ajax-loader.gif" style="display:none;"/> > > <%> auto_complete_field :portal_searchtext, > :url =>{ :controller => "portal", > :action=>"venue_site_live_search"}, > :frequency => 0.2, > :indicator =>"ajax-loader", > :token =>"," -%> > > </td> > > </tr> > </table> > </center> > </td> > </tr> > > <tr> > <td> > <div class="auto_complete" > id="portal_searchtext_auto_complete"> > > </div> > > </td> > </tr> > > <tr/> > <tr/> > <tr/> > > <tr> > <td style="text-align:center;"> > <%= submit_tag(:Welcome) -%> > </td> > > </tr> > > </table> > > <% end_form_tag -%> > > </center>--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
BUMP On Jun 28, 10:29 pm, Digimage <digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Can someone help me on this issue please.. highly appreciated... > > On Jun 28, 3:45 pm,Digimage<digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Will anyone tell me why the following code is not calling > > into :Controller=> portal :action=> venue_site_live_search when I > > typed any characters into the text field? > > > I apprecated .... > > > <%= javascript_include_tag "prototype" ,"effects" %> > > > <%= stylesheet_link_tag ''autocomplete'' %> > > > <%= error_messages_for :team -%> > > > <%= form_tag(:controller => "portal", :action => > > "fire_portal_selection" ) -%> > > > <center> > > > <table> > > > <tr> > > > <td style="text-align:center;"> > > <img width=250 height=99 src="/images/ > > logo_google_suggest.gif"/> > > </td> > > > </tr> > > > <tr> > > <td> > > <center> > > <table> > > <tr style="text-align:center; vertical- > > align:middle;height: 50px;"> > > <td style="width: 40px;"></td> > > > <td style="width: 80px;"> > > > <%= text_field "portal", > > "searchtext", :size => 40 -%> > > > <img id="ajax-loader" src="/images/ > > ajax-loader.gif" style="display:none;"/> > > > <%> > auto_complete_field :portal_searchtext, > > :url =>{ :controller => "portal", > > :action=>"venue_site_live_search"}, > > :frequency => 0.2, > > :indicator =>"ajax-loader", > > :token =>"," -%> > > > </td> > > > </tr> > > </table> > > </center> > > </td> > > </tr> > > > <tr> > > <td> > > <div class="auto_complete" > > id="portal_searchtext_auto_complete"> > > > </div> > > > </td> > > </tr> > > > <tr/> > > <tr/> > > <tr/> > > > <tr> > > <td style="text-align:center;"> > > <%= submit_tag(:Welcome) -%> > > </td> > > > </tr> > > > </table> > > > <% end_form_tag -%> > > > </center>--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
BUMP On Jun 29, 1:22 am, Digimage <digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> BUMP > > On Jun 28, 10:29 pm,Digimage<digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Can someone help me on this issue please.. highly appreciated... > > > On Jun 28, 3:45 pm,Digimage<digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Will anyone tell me why the following code is not calling > > > into :Controller=> portal :action=> venue_site_live_search when I > > > typed any characters into the text field? > > > > I apprecated .... > > > > <%= javascript_include_tag "prototype" ,"effects" %> > > > > <%= stylesheet_link_tag ''autocomplete'' %> > > > > <%= error_messages_for :team -%> > > > > <%= form_tag(:controller => "portal", :action => > > > "fire_portal_selection" ) -%> > > > > <center> > > > > <table> > > > > <tr> > > > > <td style="text-align:center;"> > > > <img width=250 height=99 src="/images/ > > > logo_google_suggest.gif"/> > > > </td> > > > > </tr> > > > > <tr> > > > <td> > > > <center> > > > <table> > > > <tr style="text-align:center; vertical- > > > align:middle;height: 50px;"> > > > <td style="width: 40px;"></td> > > > > <td style="width: 80px;"> > > > > <%= text_field "portal", > > > "searchtext", :size => 40 -%> > > > > <img id="ajax-loader" src="/images/ > > > ajax-loader.gif" style="display:none;"/> > > > > <%> > > auto_complete_field :portal_searchtext, > > > :url =>{ :controller => "portal", > > > :action=>"venue_site_live_search"}, > > > :frequency => 0.2, > > > :indicator =>"ajax-loader", > > > :token =>"," -%> > > > > </td> > > > > </tr> > > > </table> > > > </center> > > > </td> > > > </tr> > > > > <tr> > > > <td> > > > <div class="auto_complete" > > > id="portal_searchtext_auto_complete"> > > > > </div> > > > > </td> > > > </tr> > > > > <tr/> > > > <tr/> > > > <tr/> > > > > <tr> > > > <td style="text-align:center;"> > > > <%= submit_tag(:Welcome) -%> > > > </td> > > > > </tr> > > > > </table> > > > > <% end_form_tag -%> > > > > </center>--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Will someone please help me? Thanks> > > Can someone help me on this issue please.. highly appreciated... > > > > On Jun 28, 3:45 pm,Digimage<digim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Will anyone tell me why the following code is not calling > > > > into :Controller=> portal :action=> venue_site_live_search when I > > > > typed any characters into the text field? > > > > > I apprecated .... > > > > > <%= javascript_include_tag "prototype" ,"effects" %> > > > > > <%= stylesheet_link_tag ''autocomplete'' %> > > > > > <%= error_messages_for :team -%> > > > > > <%= form_tag(:controller => "portal", :action => > > > > "fire_portal_selection" ) -%> > > > > > <center> > > > > > <table> > > > > > <tr> > > > > > <td style="text-align:center;"> > > > > <img width=250 height=99 src="/images/ > > > > logo_google_suggest.gif"/> > > > > </td> > > > > > </tr> > > > > > <tr> > > > > <td> > > > > <center> > > > > <table> > > > > <tr style="text-align:center; vertical- > > > > align:middle;height: 50px;"> > > > > <td style="width: 40px;"></td> > > > > > <td style="width: 80px;"> > > > > > <%= text_field "portal", > > > > "searchtext", :size => 40 -%> > > > > > <img id="ajax-loader" src="/images/ > > > > ajax-loader.gif" style="display:none;"/> > > > > > <%> > > > auto_complete_field :portal_searchtext, > > > > :url =>{ :controller => "portal", > > > > :action=>"venue_site_live_search"}, > > > > :frequency => 0.2, > > > > :indicator =>"ajax-loader", > > > > :token =>"," -%> > > > > > </td> > > > > > </tr> > > > > </table> > > > > </center> > > > > </td> > > > > </tr> > > > > > <tr> > > > > <td> > > > > <div class="auto_complete" > > > > id="portal_searchtext_auto_complete"> > > > > > </div> > > > > > </td> > > > > </tr> > > > > > <tr/> > > > > <tr/> > > > > <tr/> > > > > > <tr> > > > > <td style="text-align:center;"> > > > > <%= submit_tag(:Welcome) -%> > > > > </td> > > > > > </tr> > > > > > </table> > > > > > <% end_form_tag -%> > > > > > </center>--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---