[symfony-users] Re: basic Action module/action does not exist

2010-08-17 Thread Abraham
. The action should be executed but i'm getting an error 404, that's my problem :S On Aug 17, 9:19 am, Massimiliano Arione garak...@gmail.com wrote: On 17 Ago, 06:43, Abraham amontil...@gmail.com wrote: any ideas to overcome my problem? What is your problem? It's not really clear in your message

[symfony-users] basic Action module/action does not exist

2010-08-16 Thread Abraham
hi all, i'm using Sf 1.4.3 and i'm fighting with something that worked on a sf 1.2 project. Turns out that i create the test action: public function executeListTrasladar(sfWebRequest $request) { $this-redirect(http://www.google.com;); } then, in the generator i write this: #

Re: [symfony-users] How to got the last id from a table, usinf criteria

2010-05-20 Thread Abraham Montilla
...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Have a nice day. Abraham Montilla. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] Re: sfJqueryReloadedPlugin tutorial?

2010-05-17 Thread Abraham Montilla
...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Have a nice day. Abraham Montilla. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

[symfony-users] saving something in doSave that relies on the PK of the main form

2010-05-03 Thread Abraham
Hi Guys, i have two tables: Client and Log, Log has a simple foreign key to Client. A client belongs to an user in time, so the Log table saves who has the client actually. i'm saving Clients normally with a form, but i also want to save in the log accordingly through this way: protected

[symfony-users] two modules, one model

2010-05-03 Thread Abraham
Can i generate more than one admin-generator-module from a same model? I'm trying with the command (using -- module=anotherNameForTheModule), however it finds the first module and does nothing. =/ how can i manage this? I need two modules because i want to show two completely different

Re: [symfony-users] Re: subform update when other widget changes

2010-03-08 Thread Abraham Montilla
. Daniel On Mar 7, 3:52 pm, Abraham Montilla amontil...@gmail.com wrote: somebody? 2010/3/5 Abraham amontil...@gmail.com Hi all, is there a way to update a subform when the selected value in a sfWidgetFormDoctrineChoice changes? I'm using javascript onChange, however, i need

[symfony-users] Re: subform update when other widget changes

2010-03-07 Thread Abraham Montilla
somebody? 2010/3/5 Abraham amontil...@gmail.com Hi all, is there a way to update a subform when the selected value in a sfWidgetFormDoctrineChoice changes? I'm using javascript onChange, however, i need to create a doctrine query with the selected value, and is not possible to pass

[symfony-users] subform update when other widget changes

2010-03-05 Thread Abraham
Hi all, is there a way to update a subform when the selected value in a sfWidgetFormDoctrineChoice changes? I'm using javascript onChange, however, i need to create a doctrine query with the selected value, and is not possible to pass javascript vars to PHP. Any ideas to overcome this? Thanks.

Re: [symfony-users] little problem with bind function

2009-12-17 Thread Abraham Montilla
somebody? 2009/12/17 Abraham amontil...@gmail.com Hello people... i'm having troubles with bind function ... there's a form i've embedded called Tercero, that subform has to have the id of the main form, but as i'm creating a new main form, there's no main id yet. So i go to the bind

[symfony-users] Re: About embed forms

2009-10-01 Thread Abraham Montilla
the embed formsI dont know if is the good way.. Otherwise i have a new problem.. when i'm editing an opinion the value of the last feature is not showed.. ¿? Thank you! On 30 sep, 07:21, Abraham Montilla amontil...@gmail.com wrote: try just unsetting opinion_id, tell me if works

[symfony-users] Re: About embed forms

2009-09-28 Thread Abraham Montilla
tutorial but i cant get the solution! PS. Sorry for me english!! -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

[symfony-users] javascript and embeded form's id

2009-09-27 Thread Abraham
Hello folks, currently i'm working with javascript in an embedded form but the problem is that i don't know how to set an id to that form (something like div id=theID ... the_form_content /div), i've checked the renderId function from the sfFormField class (wich returns the id attribute of a

[symfony-users] Re: generator.yml and custom field

2009-09-23 Thread Abraham Montilla
triy to use the same field client_name in the form: display: section underneath, I get a : 500 | Internal Server Error | InvalidArgumentException Widget auteur_name does not exist. Can anyone explain this to me? Thanks in advance, Romain -- Have a nice day. Abraham Montilla

[symfony-users] Re: autocomplete in symfony and doctrine

2009-09-23 Thread Abraham Montilla
. And that's it! I'd be glad to help, don't hesitate if you want more details. Good luck, Romain On 23 sep, 05:43, Abraham Montilla amontil...@gmail.com wrote: i still have the same problem Romain, i desisted. 2009/9/22 Romain de Wolff rdewo...@gmail.com Hello

[symfony-users] Re: autocomplete in symfony and doctrine

2009-09-22 Thread Abraham Montilla
i still have the same problem Romain, i desisted. 2009/9/22 Romain de Wolff rdewo...@gmail.com Hello, I'm currently facing the same problem. Does anyone have a solution, an idea or even better, a solution to propose? Thanks, Romain On 11 sep, 00:38, Abraham amontil...@gmail.com

[symfony-users] Re: joobet admin

2009-09-20 Thread Abraham Montilla
tutorial de jobeet y en el capitulo Día 12: El Generador de Admin, dice de aplicar el estilo admin.css en el layout. Lo hice pero no se ve como muestra el tutorial, alguien me puede ayudar? -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You

[symfony-users] Re: many to many relationships at admin not working

2009-09-16 Thread Abraham Montilla
oh, try deleting the module and generate it again, i think that's the problem then... 2009/9/16 Farrukh Abbas strategy.vs.lo...@gmail.com yes i did, build-model, form, sql, and insert-sql ... then cache:clear ... but no difference ... On Wed, Sep 16, 2009 at 3:45 AM, Abraham Montilla amontil

[symfony-users] A PHP little trouble

2009-09-16 Thread Abraham Montilla
to remove that attribute, it is because is the PK or something like that? =S a little help here please, thanks -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users

[symfony-users] Re: many to many relationships at admin not working

2009-09-16 Thread Abraham Montilla
://groups.google.com/group/symfony-users/msg/627be2a11e61990e http://groups.google.com/group/symfony-users/msg/627be2a11e61990e On Wed, Sep 16, 2009 at 8:14 PM, Abraham Montilla amontil...@gmail.comwrote: oh, try deleting the module and generate it again, i think that's the problem

[symfony-users] Re: many to many relationships at admin not working

2009-09-15 Thread Abraham Montilla
appreciate your help. -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from

[symfony-users] Re: many to many relationships at admin not working

2009-09-15 Thread Abraham Montilla
, foreignReference: id} permission_id:{ type: INTEGER, required: true, foreignTable: permission, foreignReference: id} On Tue, Sep 15, 2009 at 10:28 PM, Abraham Montilla amontil...@gmail.comwrote: Hello dagger, in the schema you have to add foreign keys to the third table, in Doctrine would

[symfony-users] autocomplete in symfony and doctrine

2009-09-10 Thread Abraham
Hello folks, i'm trying to add an autocomplete field in a form, to do that i've followed the Make your choice! tutorial: http://www.symfony-project.org/blog/2008/10/14/new-in-symfony-1-2-make-your-choice and used the Doctrine autocompleter yet-to-be-released-class:

[symfony-users] problem with undefined table and embedded form

2009-09-09 Thread Abraham
Recently i embedded a form to another one and everything went just fine, i could save a new row and also edit it without any problem... i submitted the change to my svn repository... my pc was pretty slow so i decided to format it, i installed WAPP and all the necessary stuff again... i checked

[symfony-users] Re: problem with undefined table and embedded form

2009-09-09 Thread Abraham Montilla
/insulcars_dev.php/siniestro/new 2009/9/9 Eno symb...@gmail.com On Wed, 9 Sep 2009, Abraham wrote: now the error: 500 | Internal Server Error | Doctrine_Connection_Pgsql_Exception SQLSTATE[42P01]: Undefined table: 7 ERROR: no existe la relación «vehiculo_placa_seq» LINE 1: SELECT

[symfony-users] Re: problem with undefined table and embedded form

2009-09-09 Thread Abraham Montilla
know what did i change, but anyway, problem solved =) -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users

[symfony-users] Re: calendar using new sfWidgetFormDate()

2009-09-07 Thread Abraham Montilla
iEYEARECAAYFAkqk9sgACgkQ2jTpOyePgAGWgwCePj2OOU4Sjan4N9oM20i8636n RPQAnjz4Lg1rtBGjPuK3B7y6LLXAllwr =Qji8 -END PGP SIGNATURE- -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group

[symfony-users] Re: about generator.yml

2009-09-06 Thread Abraham Montilla
be customized. On Sat, Sep 5, 2009 at 11:40 PM, Dennis Riedel riedel.den...@gmail.comwrote: Hi Abraham Did you solve your problem? I used generate-module and generate-admin to create my backend form. But it never seems to use my custom configuration that I have created in myModule/config

[symfony-users] about generator.yml

2009-09-04 Thread Abraham
hello folks, i created a module with the doctrine:generate-module -- with-show --non-verbose-templates X Y Z command, now i want to use a generator.yml to configure the forms and list view, but it doesn't work, why is that? i created the generator in the /apps/my-app/

[symfony-users] Re: User group and permission in sfGuardPlugin

2009-09-02 Thread Abraham Montilla
regards, Veasna -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from

[symfony-users] sorting custom columns

2009-08-31 Thread Abraham
Hello everybody, i'm using symfony 1.2.8 with Doctrine and i want to add sorting functionality to those columns in the list view that aren't real columns, i found this help: http://redotheweb.com/2008/09/25/sorting-by-custom-column-in-the-symfony-admin-generator/ and i saw the light shinning at

[symfony-users] Re: sorting custom columns

2009-08-31 Thread Abraham Montilla
? The readme.txt of DbFinder seems to state it should work... I am willing to help out to get DbFinder to work with Symfony 1.2 where it's broken as I need to it too. On Aug 31, 8:20 pm, Abraham amontil...@gmail.com wrote: Hello everybody, i'm using symfony 1.2.8 with Doctrine and i want to add sorting