Changeset 1668
- Timestamp:
- Mar 23, 2011, 1:28:40 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/simpleWizard/simpleWizard/samples.gsp
r1654 r1668 40 40 </td> 41 41 <td width="100px"> 42 ${sampleForm?.importFile}43 42 <af:fileField name="importfile" value="${sampleForm?.importFile}"/> 44 43 </td> -
trunk/web-app/js/advancedQueryResults.js
r1548 r1668 57 57 form.submit(); 58 58 } 59 59 60 function performAction( form, action, module ) { 60 61 // Make sure the data from the paginated table is submitted
Note: See TracChangeset
for help on using the changeset viewer.