java - Including & in my combobox -


i added few items combobox using gwt uibinder.

<g:item>--select one--</g:item> <g:item>dispute referral form</g:item> <g:item>dispute settlement clause</g:item> <g:item>procedures &amp; rules</g:item> <g:item>standard terms &amp; conditions</g:item> <g:item>taxation rules</g:item> 

however if refresh browser(google chrome) procedures &amp; rules displayed in combobox apposed procedures & rules

how can the browser display '&' opposed to&amp;

this not solution - work around.

define in java const array of strings , add them in list box in constructor right after initwidget(uibinder.createandbindui(this)); , wait gwt 2.5 mentioned thomas broyer

by way allow define ids , values separately. worth :-)


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -