[
https://issues.apache.org/jira/browse/WICKET-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivana Cace updated WICKET-458:
------------------------------
Description:
Add to the API that Palette requires a modifiable List
This is not mentioned in the API, but the Model used in the Palette constructor
requires a proper modifiable List.
Getting a list through Arrays.asList(myArray) will not do, when the model
changes the following exception is thrown:
java.lang.UnsupportedOperationException
was:
Add to the API that Palette requires a modifiable List
This is not mentioned in the API, but the Palette constructor requires a proper
modifiable List.
Getting a list through Arrays.asList(myArray) will not do, when the model
changes the following exception is thrown:
java.lang.UnsupportedOperationException
> Add to the API that Palette requires a modifyable List
> ------------------------------------------------------
>
> Key: WICKET-458
> URL: https://issues.apache.org/jira/browse/WICKET-458
> Project: Wicket
> Issue Type: Task
> Components: wicket-extensions
> Affects Versions: 1.2.5
> Environment: tomcat v5.5, java 1.5
> Reporter: Ivana Cace
> Priority: Minor
>
> Add to the API that Palette requires a modifiable List
> This is not mentioned in the API, but the Model used in the Palette
> constructor requires a proper modifiable List.
> Getting a list through Arrays.asList(myArray) will not do, when the model
> changes the following exception is thrown:
> java.lang.UnsupportedOperationException
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.