Shawn McKinney created FC-322:
---------------------------------
Summary: [FORTRESS-WEB]IndicatingAjaxButton should be applied on a
'button' tag
Key: FC-322
URL: https://issues.apache.org/jira/browse/FC-322
Project: FORTRESS
Issue Type: Bug
Affects Versions: 2.0.8
Reporter: Shawn McKinney
Assignee: Shawn McKinney
Fix For: 3.0.0
Longstanding irritation. Using the wrong tag in markup for buttons. Instead of:
```html
# Wrong!
<input type="button"
class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
wicket:id="wspage2.button1" value="wspage2.button1" name="wspage2.button1"/>
```
```html
# Correct:
<button type="button"
class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
wicket:id="wspage2.button1" name="wspage2.button1">wspage2.button1</button>
```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]