Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0
-
None
Description
This would be consistent with the more fine-grained components, such as TextField.
It would also encourage people to give their forms a reasonable id:
<t:beaneditform object="user"/>
vs.
<t:beaneditform t:id="user"/>
The former ends up with a component id of ="beaneditform" (which shows up in URLs), the latter with "user".