Re: Problem in ListBox

2010-06-09 Thread Olivier Monaco
Hi, Try using a self-closing tag. g:ListBox ui:field=.../ Olivier On 8 juin, 08:32, Kuldeep Poonia kpoon...@gmail.com wrote: Hi all, I hava a variable name in Class Base and want to bind this to the listbox. so i use @ListBox name.  and in ui.xml i use g:ListBox

Re: Problem in ListBox

2010-06-09 Thread Kuldeep Poonia
Hi Olivier Thanks for Reply. But same problem comming The UiField com.google.gwt.user.client.ui.ListBox itemName does not have a HaxText or HasValue super-interface On Jun 9, 11:14 am, Olivier Monaco olivier.mon...@free.fr wrote: Hi, Try using a self-closing tag. g:ListBox ui:field=.../

Re: Problem in ListBox

2010-06-09 Thread Olivier Monaco
Please give a small use case. On 9 juin, 11:51, Kuldeep Poonia kpoon...@gmail.com wrote: Hi Olivier Thanks for Reply. But same problem comming The UiField com.google.gwt.user.client.ui.ListBox itemName does not have a HaxText or HasValue super-interface On Jun 9, 11:14 am, Olivier Monaco

Problem in ListBox

2010-06-08 Thread Kuldeep Poonia
Hi all, I hava a variable name in Class Base and want to bind this to the listbox. so i use @ListBox name. and in ui.xml i use g:ListBox ui:field='name'/g:ListBox/td but it shows error that list cannot have hasText ot HasValue super interface. Plz Help whar can i do. -- You received this

Problem with ListBox in Internet Explorer 7

2008-12-03 Thread Danny Goovaerts
I have a ListBox which is on a tab in a TabPanel. The ListBox only shows one item, so it is actually a drop down. I have unexpected behaviour when disabling and enabling the ListBox. This is the scenario - The tab with the ListBox is not shown. - The value of the ListBox is updated as the result