[symfony-users] Re: AJAX execution of a component

2008-11-27 Thread Serkan Koyuncu
No, IMHO it is good idea and I think everybody is doing same thing. Regards Serkan, 2008/11/28 Sumedh <[EMAIL PROTECTED]> > > Was this thought foolish...no one replied? :| > > On Nov 27, 2:13 pm, Sumedh <[EMAIL PROTECTED]> wrote: > > Hi Friends... > > > > I am using Symfony 1.0... > > > > I have

[symfony-users] Re: AJAX execution of a component

2008-11-27 Thread Sumedh
Was this thought foolish...no one replied? :| On Nov 27, 2:13 pm, Sumedh <[EMAIL PROTECTED]> wrote: > Hi Friends... > > I am using Symfony 1.0... > > I have a requirement where I want to load some dynamic content on a > tab switch via AJAX... > > For small content, we can directly send simple CSV

[symfony-users] RC2 - pear upgrade not working?

2008-11-27 Thread juro
Hi, I want to install the 1.2RC2 but when executing this command sudo pear install symfony/symfony-1.2.0RC2 (I am on Ubuntu, therefore "sudo"), I get this message Ignoring installed package symfony/symfony Nothing to install What am I doing wrong? juro --~--~-~--~~~---

[symfony-users] Re: regenerating a URL with a different culture

2008-11-27 Thread Nathanael D. Noblet
Hellika wrote: > Hi, > > I am trying to build a language switch button. The button is basically > a link to another version of the same page in another language. > > For example: /en/about -> /ja/about and back again. > > I have enjoyed a lot of success with this so far and I love the way > sy

[symfony-users] Symfony and Dwoo?

2008-11-27 Thread Sid Bachtiar
Is there anyone working on a plugin for using Dwoo as Symfony template engine? --~--~-~--~~~---~--~~ 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.co

[symfony-users] regenerating a URL with a different culture

2008-11-27 Thread Hellika
Hi, I am trying to build a language switch button. The button is basically a link to another version of the same page in another language. For example: /en/about -> /ja/about and back again. I have enjoyed a lot of success with this so far and I love the way symfony automatically interprets th

[symfony-users] Re: Difference between $request->getParameter() and $request->getAttribute()?

2008-11-27 Thread Jonathan Wage
They are two different parameter holders. Request parameters are the values that make up the request like the module, action and other parameters of the resource identifier. Attributes are just for arbitrary values that can be set and stored in the request object. - Jon On Wed, Nov 26, 2008 at 3:

[symfony-users] Re: Sf1.2 Admin generator: how to retain non display fields in DB

2008-11-27 Thread Fabien Potencier
Forms themselves never set to null values that are not part of a form. If you don't want a value to appear in the admin generator, you must unset it in the form, not the generator.yml file. Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.com | ai

[symfony-users] Re: Website Live & Thanks

2008-11-27 Thread Matías López
Alex you have an error in the http://www.premiumgamer.com/request_password Matías On Thu, Nov 27, 2008 at 10:28 AM, Alex 'noetix' Joyce < [EMAIL PROTECTED]> wrote: > Hey guys, > > > > I've just set my first Symfony (1.1) website live. > > > > http://www.premiumgamer.com/ > > > > It's been quit

[symfony-users] Testing across applications

2008-11-27 Thread endor
I want to run a lime functional test that first does something in one application and then something in another application. An example would be creating a "news item" in the backend and then displaying it in the frontend. The only thing I could thing of so far (and it doesn't even work) is first

[symfony-users] Website Live & Thanks

2008-11-27 Thread Alex 'noetix' Joyce
Hey guys, I've just set my first Symfony (1.1) website live. http://www.premiumgamer.com/ It's been quite the learning curve, but I'd like to thank you guys for helping me out, both in the mailing list & irc. If anyone has any questions on how I did this or that, you know where to f

[symfony-users] Difference between $request->getParameter() and $request->getAttribute()?

2008-11-27 Thread Tobias Schneider
Hi! Can anybody explain, whats the difference between a AttributeHolder and a ParameterHolder? $request->getParameter() and $request- >getAttribute() seems to do the same. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[symfony-users] registering config handlers as runtime

2008-11-27 Thread Dan Leech
hi is it possible to register config handlers at runtime, e.g. i would like a plugin to register a config handler from its config.php I was just about to write a task that aggregates config_handler.yml files that are found in plugin/*/config into config/config_handlers.yml -- but is there a bett

[symfony-users] Re: Sf1.2 Admin generator: how to retain non display fields in DB

2008-11-27 Thread notjosh
Is there a nicer resolution to this yet? I lost a few bits of important-ish data (on a non-important site however) from not displaying the form fields, and took me a while to figure out the cause here. I'd consider it a bug, as non-form values shouldn't just be set to null. Unless that's the inte

[symfony-users] Re: Autocompletion issue

2008-11-27 Thread [EMAIL PROTECTED]
develop7, thanks a lot - I guess it's exactly I was looking for! On 26 нояб, 19:58, develop7 <[EMAIL PROTECTED]> wrote: > Hi. > > Look athttp://www.symfony-project.org/plugins/sfFormExtraPlugin > > On 26 нояб, 12:38, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Hi guys, > > > I want to

[symfony-users] AJAX execution of a component

2008-11-27 Thread Sumedh
Hi Friends... I am using Symfony 1.0... I have a requirement where I want to load some dynamic content on a tab switch via AJAX... For small content, we can directly send simple CSV or JSON... But here, I want to code that tab as a separate component ideally...and then send back the HTML resul