Gwt set label text as lesser than(<) sign using UiBinder

fateL

New Member
I have the following code for a widget in UiBinder\[code\]<g:HorizontalPanel><b:Label><</b:Label><b:TextBox ui:field="lowerLimit" addStyleNames="lowerLimitTextBox"></b:TextBox><b:Button icon="COPY" addStyleNames="copyAll copyAllLower">Copy To All</b:Button></g:HorizontalPanel>\[/code\]On the page it turns up as \[code\]<\[/code\] instead of < How can I specify the label text to show up as < from within UiBinder?
 
Back
Top