On Sun, Oct 26, 2008 at 12:16 PM, Stephan Meier <phoenix / oleco.net> wrote: > Hey, > > thanks for your answer. > > I have a form (html rails form) and want to generate a search url with > every textfield. > > The URL looks like http://example.com?value1=&value2=&value3=& .... > > The url has about 20 values but its not necessary every value has to be > filled. > So i want to update only these values from my "search form" wich have a > value and the rest with an empty string. :) > > thanks for your help :) I'm sure Robert helped answer your question and I know this isn't the Rails list, but this will hopefully help even further. http://railscasts.com/episodes/111 HTH, Michael Guterl