I am figuring out how things work in Magritte. If I specify a description with MAFileUploadComponent as componentClass nothing gets rendered, but without specifying it, the "input type file" component is rendered:
descriptionTxtFile
<magitteDescription>
^ MAFileDescription new
accessor: #txtFile;
label: 'File';
comment: 'Please select a file';
componentClass: MAFileUploadComponent; " <---- remove this line "
priority: 40;
yourself
Cheers,
Hernán
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside