Chee, Hi.
GSPs basically make me ill, I refuse to type <g:input blah blah> when
this code can be auto-generated (and manipulated pre-generation unlike
scaffolding), thus leaving the programmer to focus on programming, not
wasting time manually typing out domain properties as formfields.
Your idea is very good, great interface, but the implementation is not
what I'm looking for. If we define a select list called "country", we
should be able to dynamically populate that list on form generation
via grails. We should also be able to relate the country select list
to multiple domains. Finally, a given formfield should have
permissions attached to it, so an "expired" boolean radio button flag
would display to an administrator, but not a site subscriber, for
example.
In the end, I'd like to see a developer's form builder. The gold here
is in the dynamic domain model, IMO. With that, we get around compile-
time frustration and can add an admin GUI to map domain properties to
formfield attribs with drag & drop, huge time saver.
On Oct 19, 4:14 am, Chee Kin Lim <
limchee...@vobject.com> wrote:
> Hi there,
>
> Thanks for writing.
>
> Multiple options will be created based on manual user input or pull from
> database, but I think not to the extend support programmatically population.
> Bear in mind that the form builder plugin is mainly for user instead of
> developer. Well, the code will be released as Apache license, developers can
> customized the plugin for their project-specific requirements.
>
> I am actively looking for developers to work out the plugin together, would
> you be interested?
>
> Fyi, the project will be hosted athttp://
code.google.com/p/grails-form-builder-plugin/