Hello all,
The Button in wicket expects the html markup <input ....
I want to create, if there is none, a component for the <button ... markup.

My aim is to get a markup like the following:

<button id="dinamiButton" style="background:transparent;
border-style:none; cursor:pointer;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="middle" class="butL">&nbsp;</td>

    <td align="center" valign="middle" nowrap="nowrap"
class="butM">Button Text</td>
    <td valign="middle" class="butR">&nbsp;</td>
  </tr>
</table>

So, how do I start?
How do I create my own new Wicket component?
I would love to contribute it as StyledButton or something :)

Thanks

-- 
Eyal Golan
[EMAIL PROTECTED]

Visit: http://jvdrums.sourceforge.net/

Reply via email to