Re: T5: dynamic form fields - again

2009-05-01 Thread ryanskow
Just curious if any additional screencasts, tutorials, etc have been published on this subject. The screencast posted in 2008 mentioned that there would be more to follow regarding Ajax and dynamic forms (very dynamic form support to be exact):

T5: dynamic form fields - again

2008-01-25 Thread Chris Lewis
Hello all, I know this has been talked about here and there but I still haven't seen a clear example or explanation of how to implement it. In general, my question is how can I process input from dynamically generated fields (like textfields generated by a loop)? Specifically, it's a bit more

Re: T5: dynamic form fields - again

2008-01-25 Thread Davor Hrg
oh, not that I've explored it... but good source for that kind of problem is in the framework it self. Look at the source of the Form component and you'll find how are form fields mapped and generated. Also take a look at the BeanEditor and BeanEditForm for a more high level custom forms...