[symfony-users] Re: sfWidgetFormInputHidden

2010-03-29 Thread Cristian N.
Are you using a validator for it inside the form? (e.g. sfValidatorPass) -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this

[symfony-users] Re: sfWidgetFormSelectMany doesn't post at form submission

2010-01-28 Thread Cristian N.
Found it. The problem was that select multiple is sent only with *selected* values. So, before submitting the form, I must select all elements for it (done using jquery and form.submit event). So embarrasing :) -- You received this message because you are subscribed to the Google Groups "symfon

[symfony-users] sfWidgetFormSelectMany doesn't post at form submission

2010-01-27 Thread Cristian N.
Hello I have a form and in an action (from action.class.php) I initialize it: $tempFrm = new SbCarteOpTempForm(array(), array('type' => 'transfer')); $type is a variable I want to be sent to the form, it doesn't matter here. Then, I try to add an extra widget (not included in the db schema) $t

[symfony-users] Re: sfValidatorDate in sf1.3/14 ?

2010-01-23 Thread Cristian N.
To convert a date you can use sfDateFormat (instead of doing the transformation in validator - inconsistent due to none association between regex and date fields - Alex pointed it correctly). something as: $df = new sfDateFormat(); $retDate = $df->format($data_op_tted, $pattern = 'i', $inputPatte

[symfony-users] sfRouteDoctrine - check on "virtual" attributes

2010-01-08 Thread cristian
existing provincia_slug), then no error is displayed and symfony outputs the exact query result only considering the fields id and tipoalloggio. I would like to avoid it and I would expect that every field in the url were parsed by symfony. Could yuo please help me? Thank you Cristian -- You rec

[symfony-users] sfLucene Ajax Words Suggest

2008-04-05 Thread Cristian Zanier
Hi at all I'm doing a ajax word suggest using the sfLucene plugin to search the words, i know you can make a fuzzy search, but i don't know how can i get the list of fuzzy words matched, anyone has an idea to do this? Thanks CZ --~--~-~--~~~---~--~~ You received

[symfony-users] I18n Modify Column Problem

2008-03-31 Thread Cristian Zanier
Hi at all, i had a problem with the i18n feature, i'm using Propel 1.2 and Symfony 1.0.11. The thing is, i have a table "users" and "users_i18n", the schema looks like users: _attributes: idMethod: native isI18n: true i18nTable: users_i18n id: type: INTEGER

[symfony-users] Re: Dots in uri created by link_to

2008-01-20 Thread Cristian Baciu
Hi, I have the same issue. How did you resolve this issue. THX, Cristian On Jan 14, 10:23 pm, naholyr <[EMAIL PROTECTED]> wrote: > But if you do this way, what if a user has a name ending with ".jpg" ? > The issue is still not resolved :( > If you URLEncode the dot, wha

[symfony-users] Re: 1-n width generator

2007-12-13 Thread Cristian Baciu
I have the same problem. Can you show me how you did it? THX, Criti On 29 Noi, 14:36, Ámon Tamás <[EMAIL PROTECTED]> wrote: > Hello, > > I have a Product and a Pictures table. I mage an administration form > width the admin generator, and I made a partial for Picture. > > How can made it to aut

[symfony-users] how to use sfSwfChart

2007-08-21 Thread Cristian Zacca
Hello all, Can somebody point me in the right direction on how to use this plugin? I have it installed correctly but don't know how use it. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group

[symfony-users] how to create a drag_and_drop

2007-08-17 Thread Cristian Zacca
hi. im try to find a drag_and_drop box example like a www.igoogle.com but im dont find... some idea of as to make? tks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, sen

[symfony-users] validate select multiple

2007-08-10 Thread Cristian Baciu
Hi, How can I validate a select field with multiple options? I've tried with: name{0}: required: msg: Err msg sfStringValidator: values: [true, false, unknown] values_error: Err2 msg but it doesn't work. THX --~--~-~--~~~---