search for: mainsearch

Displaying 2 results from an estimated 2 matches for "mainsearch".

Did you mean: domainsearch
2011 Feb 20
3
ugly url form_tag
...ils The utf8 attributes is pretty much ugly. Is there a way (in Rails 3) the url looks like something like : http://localhost:3000/posts/search/rails If yes what do I need to change in my code ? Here is my code <% form_tag posts_path, :method => ''get'', :class => "mainsearch" do %> <%= text_field_tag :search, params[:search], :class => "keyword" %> <%= submit_tag '''',:class => "submit" %> <% end %> Cheers Moon -- Posted via http://www.ruby-forum.com/. -- You received this message because...
2006 Jul 18
2
connecting to a coldfusion web service
..... <cfcomponent> <cffunction name="myname" returntype="string" access="remote"> <cfreturn "fred" > </cffunction> </cfcomponent> using require ''soap/wsdlDriver'' wsdlfile = "http://localhost/docsearch/mainsearch.cfc?wsdl" factory = SOAP::WSDLDriverFactory.new(wsdlfile) and I am getting the error "undefined local variable or method `targetnamespace'' for #<WSDL::SOAP::Fault:0x360b8b0>" We''re using Ruby 1.8.2 and CF MX 7 ANY help would be GREATLY appreciated. Thanks...