Hello,
I know we're in a feature freeze, and I'm aware this one is likely to be
somewhat controversial, but I think we should rename a couple of the
submit components, leaving behind @deprecated classes which extend the
renamed ones.
We currently have:
Button, ImageButton, SubmitLink, AjaxSubmitButton, AjaxSubmitLink.
We're about to have an AjaxFallbackSubmitButton, too. [1]
It would make sense for me for everything to be based on the word
"Submit", so I think we should rename:
Button -> SubmitButton (highly controversial, obviously)
ImageButton -> SubmitImage
This may well need to wait 'til 1.4.x.
WDYT?
Al
--
Alastair Maw
Wicket-biased blog at http://herebebeasties.com
[1] WICKET-634
[Ajax[Fallback]]Submit[Image|Button|Link]
If we support all combinations (which we probably should) that's
nine(!) components. I wish Java supported mix-ins. :-(