[symfony-users] PreLoad in FormInputText and DoctrineChoice with 1:n and m2m relations

2009-11-27 Thread rosb
Hi everyone. I would like to know about how could i set default values in Forms with more than simple InputText fields. I have this on my BooksForm.class: $this-setDefaults(array( 'proveedor_list' = $per, /* Belogns to m2m relation*/ 'procedencia' = $proc,

[symfony-users] Re: cant load data from fixture to database through doctrine:data-load

2009-11-19 Thread rosb
Checks Privileges on your User db On Nov 19, 5:01 am, Shahzeb Farooq sftra...@gmail.com wrote: hi all , i am facing a problem that i have created a project all gone well but im stuck at symfony doctrine:data-load when ever i tried to load data from /fixtures  to database. when i execute the

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-25 Thread rosb
Well, Thanks everybody for all your answers. Fabian excuse me for my basic POST, but neither using your recommendation works. But. finally i found the correct way, at least for my case. applet code=applet.MySocket width=300 height=100 codebase=/ /applet I´m using Eclipse Java EE IDE for Web

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-24 Thread rosb
Hi, Thanks very much for the ticks. But nothing happen, i still getting the errors. I got this one in Server Log File: 127.0.0.1 - - [24/Aug/2009:15:00:52 -0400] GET /frontend_dev.php/ socketmodule/MySocket/class.class HTTP/1.1 500 16051 I'm going to open another link with new subject.

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-24 Thread rosb
I did the follow test: TEST 1: applet code=MyApplet.class width=150 height=80 / applet on /web/MyApplet.class directory JavaConsole: java.lang.ClassNotFoundException: MyApplet.class Caused by:java.io.IOException: open HTTP connection failed:

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-24 Thread rosb
Yes i do. this is my .htaccess now: Options +FollowSymLinks +ExecCGI IfModule mod_rewrite.c RewriteEngine On # uncomment the following line, if you are having trouble # getting no_script_name to work #RewriteBase / # we skip all files with .something #RewriteCond %{REQUEST_URI}

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-24 Thread rosb
I mean, MyApplet.class is in my web dicrectory. Just /MyApplet.class for web browser --~--~-~--~~~---~--~~ 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 + Java Applets + Sockets

2009-08-22 Thread rosb
Hi everyone. Actually i´m working in a project that needs ServerSocket access, i mean, i need to performance a client socket connection. For that task i´m using a java applet from eclipse IDE. In web/applet i saved my clases (MySocket.class and MySockect$1.class that were generate from eclipse)

[symfony-users] Re: Symfony + Java Applets + Sockets

2009-08-22 Thread rosb
Thanks very much, but i already tried it before with no result. I found follow: If i use this one: applet code=MySocket.class width=350 height=80 /applet and my applet class on /web directory. java.Lang.ClassNotFoundException:Mysocket.class Caused by: java.IOException: open HTTP connection