You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/04/23 09:21:11 UTC

DO NOT REPLY [Bug 28552] New: - Extend MultiValueField with getDataType method

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28552>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28552

Extend MultiValueField with getDataType method

           Summary: Extend MultiValueField with getDataType method
           Product: Cocoon 2
           Version: 2.1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: CocoonForms
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: dbols@osirion.be


The MultiValueField is missing the getDataType() method which means one can't 
create any selection lists like this:

    StaticSelectionList list = new StaticSelectionList(myField.getDatatype());
    myField.setSelectionList(list);