Array-based constructors of TreeSelectionEvent used.
----------------------------------------------------
Key: COCOON-2178
URL: https://issues.apache.org/jira/browse/COCOON-2178
Project: Cocoon
Issue Type: Improvement
Components: Blocks: Forms
Affects Versions: 2.1.11, 2.2-dev (Current SVN)
Reporter: Harald Entner
Priority: Minor
Fix For: 2.2-dev (Current SVN), 2.1.11
I'm facing a serious problem using the cforms tree.
We added a new functionality: when a user doubleclicks an item, all subitems
are selected as well. The result is that for every selected subitem an event is
thrown. The problem, as mentioned in the source code, is that the array based
constructor of the TreeSelectionEvent is not used. (Besides some other minor
changes).
I have adapted the org.apache.cocoon.forms.formmodel.tree.Tree class and it
works fine. But we'll face a problem after updating, so please tell me how i
could contribute my code.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.