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=.../

 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 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 message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Delivery Status Notification (Failure)

2010-06-08 Thread Kuldeep Poonia


 Hi all

 Sorry for this simple question because I am New in GWT.

 I get problem in UIBnder with ListBox. I hava a Class *Base *and I defined
 variable *name* in it. I hava a list for this name and I want to choose one
 of It. So I use

  @UiField ListBox name;

 and in ui.xml file I use
 g:ListBox styleName=txtbx ui:field=name visibleItemCount='1' name =
 name /g:ListBox

 but when I run this It shows error
 10:01:09.668 [ERROR] [applicationScaffold] The UiField
 com.google.gwt.user.client.ui.ListBox name does not have a HaxText or
 HasValue super-interface


 Plz help me on this topic.
 --
 With Thanks  Regards
 Kuldeep Poonia




-- 
With Thanks  Regards
Kuldeep Poonia

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.