[PATCH] <input type="submit"> doesn't render value attribute with Link component --------------------------------------------------------------------------------
Key: WICKET-733 URL: https://issues.apache.org/jira/browse/WICKET-733 Project: Wicket Issue Type: Improvement Components: wicket Affects Versions: 1.3.0-beta3 Environment: any Reporter: Kare Nuorteva Fix For: 1.3.0-beta3 Combination of <input type="submit"> and Link component does not render tags value attribute. Example: new Link("id", new Model("Link text")... <input type="submit"> should produce HTML: <input type="submit" value="Link text"> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.