Originally posted by Kalyana Sundaram:
1) Can I give my application specific Class in the "type" attribute of <form-property> tag in DynaActionForm?
Yes, you can.
Originally posted by Kalyana Sundaram:
2) How to Create Nested FormBean using DynaActionForm?
Just use "dot notation". For example, if the nested bean is a bean named "user" with an attribute of "firstName", you could write the following:
[ September 23, 2007: Message edited by: Merrill Higginson ]