Details
Description
Currently Button component uses its model object as a value for its 'value' attribute.
This is correct only when Button is used with <input type="button">, but is wrong when used with <button>. In the latter case the model object should be used as a child text.
Attachments
Issue Links
- is duplicated by
-
WICKET-6224 Button wrongly sets its model object as 'value' attribute
- Resolved
- links to