I've just committed my proposed enhancement for DynaActionForm, described in #36794 [1], together with documentation updates to reflect the changes. I'd like to extend this to include Ryan Stewart's enhancement for allowing dyna forms to dynamically implement a configurable interface, as described in #37301 [2], but with a slight useability improvement: I'd like to allow the interface to be specified with an 'interface' attribute rather than via set-property, as in

  <form-bean name="..." type="...Dyna..." inferface="...Foo">

Obviously that'd require a DTD change. I believe the consensus is that this isn't a problem, but I wanted to check before I go ahead.

Ryan presented a good use case to justify the enhancement in #37301, but to further sweeten the deal, consider that this could potentially allow you to access properties on dyan forms with regular getFoo / setFoo methods simply by writing (or generating) an interface ;-)

L.

[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=36794
[2] http://issues.apache.org/bugzilla/show_bug.cgi?id=37301


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to