<% /** * Subjects page * * @author Jeroen Wesbeek * @since 20100113 * @package wizard * @see dbnp.studycapturing.WizardTagLib::previousNext * @see dbnp.studycapturing.WizardController * * Revision information: * $Rev: 262 $ * $Author: duh $ * $Date: 2010-03-12 16:42:19 +0000 (vr, 12 mrt 2010) $ */ %> Add subjects to your study In this screen you can add subjects to your study based on a given template. Note that the 'species' select will probably move to the template as an ontology reference and will not be asked anymore. subjects of species using the template

${subjectTemplate.getValue().name} template

#
name
species
${subjectId}
Known issues
  • autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate
  • ontology fields should replicate value and hidden fields
  • no client-side validation is performed to check the type of an input field actually matched that of the datamodel
  • table columns are randomized on view as they are currently not sorted
  • ontology hidden fields should be processed by the back-end as well (not yet implemented)
  • ontology fields now show suggestions for all available ontologies. This has to be narrowed down in the future.
  • ontology hidden fields should be handled by the taglibrary / controller as well