Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-18 Thread dusty
There is no provision for creating a foreign key (object relationship) based drop-down in appfuse:gen. So if you have a OneToMany relationship in your model that you ran appfuse:gen against, then you will need to create your own drop-down based on the models children. Its not too terrible. In y

Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-17 Thread Matt Raible
This is currently not supported, but you can ovverride the freemarker templates by putting them in src/test/resources/appfuse. Matt On 2/17/08, Casanova <[EMAIL PROTECTED]> wrote: > > Hello Sir, > > App:gen created checkbox automatically if I declare the property as bit in > mysql. So, the only c

Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-17 Thread Casanova
Hello Sir, App:gen created checkbox automatically if I declare the property as bit in mysql. So, the only concern is how to generate the dropdownbox automatically using app:gen. Thanking you. Regards, Ajay Casanova wrote: > > Hello sir, > > Iam wondering if there is already a solution for

[appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-16 Thread Casanova
Hello sir, Iam wondering if there is already a solution for generating a dropdown box and checkbox using appfuse plugins appfuse:gen. If so, please let me know how I can generate dropdowon, checkbox using appfuse:gen. Potentialy this should be possible by creating a foreignkey relation for dropdo