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

2010-08-17 Thread Abraham
is the problem. 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 wrote: > On 17 Ago, 06:43, Abraham wrote: > > > any ideas to overcome my problem? > > What is your problem? It's not really cle

[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: # apps

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

2010-05-20 Thread Abraham Montilla
group, send email to > symfony-users+unsubscr...@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

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

2010-05-17 Thread Abraham Montilla
> > To unsubscribe from this group, send email to > > symfony-users+unsubscr...@googlegroups.com > > For more options, visit this group at > > http://groups.google.com/group/symfony-users?hl=en > > > > -- > If you want to report a vulnerability issue on symfon

[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 configura

[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 function

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

2010-03-08 Thread Abraham Montilla
gt; > Tricky subject. Would like to hear more on this as well. > > Daniel > > > > On Mar 7, 3:52 pm, Abraham Montilla wrote: > > somebody? > > > > 2010/3/5 Abraham > > > > > Hi all, is there a way to update a subform when the selected value in > &

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

2010-03-07 Thread Abraham Montilla
somebody? 2010/3/5 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

[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 > 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

[symfony-users] little problem with bind function

2009-12-16 Thread Abraham
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 function and code this bind(){ ... $t = new Tercero();

[symfony-users] Re: About embed forms

2009-10-01 Thread Abraham Montilla
} > > >parent::saveEmbeddedForms($con, $forms); > } > > I set the opinionid before saving 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 &

[symfony-users] Re: About embed forms

2009-09-29 Thread Abraham Montilla
try just unsetting opinion_id, tell me if works 2009/9/29 elkrema > > Hello Abraham, > > This is my code with i'm embedding forms in OpinionForm: > > foreach($this->getObject()->getFeatures() as $feature) > { > $opinionf = new OpinionFeature(); > $opinion

[symfony-users] Re: About embed forms

2009-09-28 Thread Abraham Montilla
use it isnt created yet... is null. > > Somebody can help me please? I get trought many forums and jobeet > tutorial but i cant get the solution! > > PS. Sorry for me english!! > > > > -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~

[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 the_form_content ), i've checked the renderId function from the sfFormField class (wich returns the id attribute of a widget), but the problem

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

2009-09-23 Thread Abraham Montilla
etResponse()->setContentType('application/json'). use > Doctrine, and keep it MVC (put the query in the model). Check that you > return using renderText and json_encode. > > And that's it! > > I'd be glad to help, don't hesitate

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

2009-09-23 Thread Abraham Montilla
ception > Widget "auteur_name" does not exist. > > Can anyone explain this to me? > > Thanks in advance, > > Romain > > > > -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received this message because you

[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 > > 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,

[symfony-users] Re: joobet admin

2009-09-20 Thread Abraham Montilla
beet 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. --~--~-~--~~---

[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 wrote: > >> oh, try deleting the module and generate it again, i think that's the

[symfony-users] A PHP little trouble

2009-09-16 Thread Abraham Montilla
edula_id=' . $lesionado->getCedulaId() . '&nro_siniestr=' . $this->getObject()->getNroSiniestro(), ... ^^ then the generated url is: "siniestro/deleteItem?cedula_id=2" ... i really don't know

[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 > 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 wrote:

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

2009-09-15 Thread Abraham Montilla
ble: role, > foreignReference: id} > permission_id:{ type: INTEGER, required: true, foreignTable: > permission, foreignReference: id} > > > > On Tue, Sep 15, 2009 at 10:28 PM, Abraham Montilla > wrote: > >> Hello dagger, in the schema you have to add forei

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

2009-09-15 Thread Abraham Montilla
sion } > > and i don't see the check list on the edit page of role... can any one > help me find the mistake i'm making? > > highly appreciate your help. > > > -- Have a nice day. Abraham Montilla. --~--~-~--~~~---~--~~ You received th

[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: http://trac.symfony-project.o

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

2009-09-09 Thread Abraham Montilla
line was in schema.yml :S i really don't 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" gr

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

2009-09-09 Thread Abraham Montilla
lcars.localhost/insulcars_dev.php/siniestro/new 2009/9/9 Eno > > 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 >

[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 ou

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

2009-09-07 Thread Abraham Montilla
I use it for the double list. > But the date picker is good but not complete, I think. > There is not the time. > > > >> - -- >> José Nahuel Cuesta Luengo >> Desarrollo | CeSPI - UNLP >> >> -BEGIN PGP SIGNATURE- >> Version: GnuPG v1.4.9 (GNU

[symfony-users] Re: about generator.yml

2009-09-06 Thread Abraham Montilla
ch > can be customized. > > > > On Sat, Sep 5, 2009 at 11:40 PM, Dennis Riedel wrote: > >> 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 >>

[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/ modules/-my-mod/config/gene

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

2009-09-02 Thread Abraham Montilla
always redirect to backend as > a super administrator for normal user that i didn't tick as a super > administrator it show me the message "You don't have the required > permission to access this page.". > > Please kindly help me I really want y

[symfony-users] Re: sorting custom columns

2009-08-31 Thread Abraham Montilla
d Doctrine? 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 wrote: > > Hello everybody, i'm using symfony 1.2.

[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