- Timestamp:
- Jan 10, 2008, 1:44:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uk_ac_ebi_Tab2MageImporter/jsp/uk/ac/ebi/nugo/plugins/hybridizations.jsp
r529 r530 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="*" /> … … 11 11 final SessionControl sc = Base.getExistingSessionControl(pageContext, true); 12 12 final String ID = sc.getId(); 13 final String requestI D = request.getParameter("requestID");13 final String requestId = request.getParameter("requestId"); 14 14 %> 15 15 … … 87 87 <form name="hybridizations"action="<%= request.getContextPath()%>/plugins/uk/ac/ebi/nugo/plugins/mappings.jsp" method="post"> 88 88 <input type="hidden" name="ID" value="<%=ID%>"> <input type="hidden" name="cmd" value="SetParameters"> 89 <input type="hidden"name="requestI D" value="<%=requestID%>">89 <input type="hidden"name="requestId" value="<%=requestId%>"> 90 90 91 91 <input type="hidden" name="file_id" value="">
Note: See TracChangeset
for help on using the changeset viewer.