csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

Fix selector mapping #98

Closed mdpiper closed 8 years ago

mdpiper commented 8 years ago

When building the ParameterTable, the default selection was always shown, even if the selector indicated a different selection. I added a new method to perform the mapping of selector:selection every time the ParameterTable is displayed.

This fixes #97.