[symfony-users] Admin generator 1.1 uploaded file name

2008-05-08 Thread tom ee
Hi, Uploading a file using the admin generator, I can only see 2 ways to name it: - setting a string in generator.yml, but that's obviously not going to work for more than one file - the file name is an md5 + its extension I have "remixed" the core slightly to just give me the file name but th

[symfony-users] 1.1 forms: radios + selects

2008-05-01 Thread tom ee
3 questions really: How do I get rid of the list html tags around my radio buttons? Touching the library files and removing the tags from the formatter() function makes the radio buttons not display at all. How do I make one of the radio buttons selected by default? I can see there's place for i

[symfony-users] Re: Re-using a 1.1 form on the same template

2008-04-11 Thread tom ee
Thanks for the info and tips!! --~--~-~--~~~---~--~~ 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.com To unsubscribe from this group, send email to [

[symfony-users] Re-using a 1.1 form on the same template

2008-04-10 Thread tom ee
Hi everyone, Hopefully someone will have come across this scenario before and will be happy to share their knowledge. I am developing a CMS, which re-uses a form in a template. The form has a text input, and a couple of hidden fields. The form is used 5 times in the view template, with a differe