> hello, I have another problem, with DropDown this time. If I have only
> one
> DropDown on my page, everything works great. But when I add another
> DropDown
> to the page, with diferent datasource, the first DropDown shows data
> from
> the second datasource. All DropDowns share the same datasource.

The only explanation I have is that somehow you are reusing the same underlying 
model for the two dropdowns... Or rather that when you configured the model for 
the second you overwrote configuration of the first. Remember to create new 
model objects.

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to