Ignore:
Timestamp:
Dec 13, 2007, 3:41:15 PM (15 years ago)
Author:
mbayer
Message:
  • got first import with test data to work (genepix) from beginning to end
  • no affy support as yet
  • have not resolved problem of how to map file names to factor value combinations -- may require tweaking the interface so users can configure it manually
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uk_ac_ebi_Tab2MageImporter/jsp/uk/ac/ebi/nugo/plugins/experiment.jsp

    r513 r519  
    44<%@ page import="java.util.*"%>
    55
    6 <jsp:useBean id="inputDataBean" class="uk.ac.ebi.nugo.plugins.DataBean" scope="session"/>
     6<jsp:useBean id="inputDataBean" class="uk.ac.ebi.nugo.plugins.DataBean" scope="application"/>
    77<!-- submits the form data back to the bean assuming that each form element is matched to a variable in the bean by the same name -->
    88<jsp:setProperty name="inputDataBean" property="*"/>
Note: See TracChangeset for help on using the changeset viewer.