[symfony-users] Custom rendering of radio and check boxes. How to do it?

2009-01-06 Thread Android geek
I dont like the default HTML generated for radio buttons and check boxes. I want custom rendering for these widgets. How can I do it? Any hint, or link to existing resouces are appreciated. thanks SN --~--~-~--~~~---~--~~ You received this message because you are

[symfony-users] Using UUID generator for primary key generation

2008-12-10 Thread Android geek
I know, Id generation can be specified in schema.yml using defaultIdMethod="xxx" But what If I want to use UUID generator for generating primary keys. I know its possible and there must be some way to do it. Can any one tell me what can be done? I just don't like autoincrement primary keys for