- Timestamp:
- Jan 15, 2008, 5:35:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uk_ac_ebi_Tab2MageImporter/jsp/uk/ac/ebi/nugo/plugins/hybridizations.jsp
r531 r532 4 4 <%@ page import="java.util.*"%> 5 5 6 <jsp:useBean id="inputDataBean" class="uk.ac.ebi.nugo.plugins.DataBean" scope=" application" />6 <jsp:useBean id="inputDataBean" class="uk.ac.ebi.nugo.plugins.DataBean" scope="session" /> 7 7 <!-- 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 --> 8 8 <jsp:setProperty name="inputDataBean" property="*" /> … … 85 85 86 86 87 <form name="hybridizations"action="<%= request.getContextPath()%>/plugins/uk/ac/ebi/nugo/plugins/mappings.jsp" method="post"> 88 <input type="hidden" name="ID" value="<%=ID%>"> <input type="hidden" name="cmd" value="SetParameters"> 87 <form name="hybridizations"action="<%= request.getContextPath()%>/plugins/uk/ac/ebi/nugo/plugins/userchoice2.jsp" method="post"> 88 <input type="hidden" name="ID" value="<%=ID%>"> 89 <input type="hidden" name="cmd" value="SetParameters"> 89 90 <input type="hidden"name="requestId" value="<%=requestId%>"> 90 91 … … 92 93 <input type="hidden" name="zipFile" value="" id="zipFile"> 93 94 94 <h1>Tab2MAGE Import er-- Your Hybridizations</h1>95 Page 3 of 4 95 <h1>Tab2MAGE Import Wizard -- Your Hybridizations</h1> 96 96 97 <p> 97 98 <!-- table with the input form -->
Note: See TracChangeset
for help on using the changeset viewer.