Hi all ;
Problem is html tag - bold <br>doesn't process ; I don't know if this
problem related with Wicket.
Let me explain it by simple code:
HTML side :
<wicket:panel>
<span wicket:id="test" >
test code comes here
</span>
</wicket:panel>
Java side :
String test = "Java <b>Software</b> technology.";
item.add( new Label("test", test) );
When i test the code; i see the output like that :
Java <b>Software</b> technology.
Note : Software is not in bold; the html source code and the view is the
same <b>Software</b>.
Any suggestions ?
Thanks.
--
Altuğ.