Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1450) Theme generator does not allow for editing string based distributions

Theme generator does not allow for editing string based distributions
---------------------------------------------------------------------

                 Key: UDIG-1450
                 URL: http://jira.codehaus.org/browse/UDIG-1450
             Project: uDIG
          Issue Type: New Feature
          Components: style
    Affects Versions: UDIG 1.1.0
            Reporter: Andrea Aime


Try to create a distribution based on string attributes. The generation works fine. Then try to edit the generated style, but moving a value from one class to another, press enter, and you'll get this error message:
{panel}
Theme Generation Failed
  java.lang.String cannot be cast to java.util.Set
  java.lang.String cannot be cast to java.util.Set
{panel}

This makes it impossible to generate a theming based on string attributes unless there is a 1-1 correspondence between the string values and the classes you want to generate.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top