You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to visural-wicket
Hi,
I keep getting the following error message when I type into the
dropdown component:
'this.values[...].value' is null or not an object
I am using IE8 in compatibility mode. The up and down arrows seem to
work.
The one weird thing that I am doing is that I am recreating the
dropdown after the page has been rendered when the user clicks a
SubmitLink(i.e. in the onSubmit method I am calling
MarkupContainer.replace). I have a simple page where I have just the
dropdown and two links and it seems to work properly. However in my
"real" page it doesn't. When I view source in the browser after
clicking the SubmitLink it does appear to be rendering the javascript
array of VisuralDataSourceValue objects correctly.
Any help is greatly appreciated.
Thanks,
Josh
Richard Nichols
unread,
Feb 24, 2011, 1:47:48 AM2/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to visural...@googlegroups.com
Hi Josh,
The DropDownDataSource is not designed to be dynamic and replace() is untested with this component.