[symfony-users] Re: apache problem when installing (for newbie)

2009-12-11 Thread Job
thanks Michal, a working on the same computer it happens this to me: /127.0.0.1:8080/frontend_dev.php works fine 192.168.1.36:8080/frontend_dev.php does not work! can anybody help? On 9 dic, 16:17, Michał Piotrowski mkkp...@gmail.com wrote: Hi, 2009/12/9 Job jordir...@gmail.com: hi

[symfony-users] Re: apache problem when installing (for newbie)

2009-12-11 Thread Job
ok, I made it work, just by putting 192.168.1.36 in the config httpd of the apache. strange solution!! On 9 dic, 16:17, Michał Piotrowski mkkp...@gmail.com wrote: Hi, 2009/12/9 Job jordir...@gmail.com: hi all, the problem is the following: localhost:8080/index.php          works

[symfony-users] apache problem when installing (for newbie)

2009-12-09 Thread Job
hi all, the problem is the following: localhost:8080/index.php works fine. (symfony project) 192.168.1.36:80/index.phpworks fine (xampp intro page from another computer) 192.168.1.36:8080does not work!! does not find the page i have found a couple of

[symfony-users] Re: sfWidgetFormPropelJQueryAutocompleter setdefault

2009-10-29 Thread Job
i solved partially the problem adding the following code to the render method in the sfWidgetFormJQueryAutocompleter if ($value != null) $visibleValue = $value; On 28 oct, 13:05, Job jordir...@gmail.com wrote: hi there, i am using a sfWidgetFormPropelJQueryAutocompleter which works

[symfony-users] sfWidgetFormPropelJQueryAutocompleter setdefault

2009-10-28 Thread Job
hi there, i am using a sfWidgetFormPropelJQueryAutocompleter which works perfect. i am using setdefault function but does not work, anyone knows how to solve this? (i was using before sfWidgetFormTextarea and setDefault worked perfectly) thanks in advance,

[symfony-users] objects_for_select multiple

2009-10-20 Thread Job
hi there, i am using an objects for select with the multiple = true (symfony 1.2) everything works fine with the exception of capturing the array. in the action. $this-getRequestParameter('...') only returns one of the items selected. I have tried also _$POST with the same result. can anyone