Why don't you use post? This way a person can easy change the values you have set in the form by changing the url manualy.
On Thu, Nov 26, 2009 at 9:16 AM, umpirsky <[email protected]> wrote: > > Hi zf gurus. > > I have one quick seach form (GET method) in the sidebar. On submit I fix > url > to be zend style /key/val/key2/val2/ with window.location = > this.attr('action') + '/' + this.serialize().replace(/&/g, > '/').replace(/=/g, '/'); > > After submit form use to set default value with values from URL, but now > that is just not the case. > > I can't find where the problem is, any tips? > > If someone know where this values are set in the code, I'd like to know and > debug. > > Regards, > Saša Stamenkvić. > -- > View this message in context: > http://n4.nabble.com/Zend-Form-initial-values-tp788087p788087.html > Sent from the Zend Framework mailing list archive at Nabble.com. > -- Met vriendelijke groet, Jigal Sanders A.J. Ernststraat 739 1082 LK Amsterdam Mobiel: 06-42111489
