> On Jun 28, 2023, at 8:27 AM, Bas Gooren <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
