I found what was wrong but I can not explain it

In markup of LabelLink I had
<wicket:panel>
        <button wicket:id="id" id="id"><label wicket:id="id"></label></button>
</wicket:panel>

When I changed "button" tags to "a" it was working, but I want my links to
look like buttons

<wicket:panel>
         <label wicket:id="id"></label> 
</wicket:panel>

-- 
View this message in context: 
http://www.nabble.com/FeedbackPanel-%2B-Link-problem-tf4380134.html#a12486197
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to