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
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
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
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
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
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
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
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
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
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
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
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
--~--~-~--~~~---
12 matches
Mail list logo