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.

Reply via email to