> On Jun 28, 2023, at 8:27 AM, Bas Gooren <b...@iswd.nl> wrote:
> 
> Hi Shawn,
> 
> That’s more of a styling issue.
> 
> <input type=“button”> uses the “value” attribute to render the button text.
> 
> For a <button> you’ll need to put the value inside the button tag: 
> <button>value goes here</button>
> 

Ah yes, that’s it. Thank you Bas!  For completeness, here is what it looks like 
now:

```
<button type="button"                                    class="ui-button 
ui-widget ui-state-default ui-corner-all ui-button-text-only"                
wicket:id="wspage1.button1" name="wspage1.button1">wspage1.button1</button>
```

Best

—
Shawn


> Met vriendelijke groet,
> Kind regards,
> 
> Bas Gooren


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to