You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (Jira)" <ji...@apache.org> on 2023/06/28 15:24:00 UTC

[jira] [Created] (FC-322) [FORTRESS-WEB]IndicatingAjaxButton should be applied on a 'button' tag

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: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org