[symfony-users] how to pass values to my custom form Widget (one widget for two model-properties). Symfony 1.2

2009-11-16 Thread Don_Busi
Hi, I have an entity that (among other properties) has a "startDate" and an "endDate" property. Now I created a form widget that graphically shows the date range specified by these two dates. In my Form class I added my new custom form widget. public function configure() { ... $this-

[symfony-users] how to pass values to my custom form Widget (one widget for two model-properties). Symfony 1.2

2009-11-16 Thread Don_Busi
Hi everybody, I have an entity that (among other properties) has a "startDate" and an "endDate" property. Now I created a form widget that graphically shows the date range specified by these two dates. In my Form class I added my new custom form widget. > public function configure() > { >