Changeset 1654 for trunk/grails-app
- Timestamp:
- Mar 21, 2011, 10:34:04 AM (10 years ago)
- Location:
- trunk/grails-app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/FileController.groovy
r1509 r1654 80 80 // Return data to the user 81 81 if( newfilename ) { 82 render( newfilename);82 render( text: newfilename, contentType: "text/plain" ); 83 83 } else { 84 84 response.status = 500; -
trunk/grails-app/views/simpleWizard/simpleWizard/samples.gsp
r1610 r1654 40 40 </td> 41 41 <td width="100px"> 42 ${sampleForm?.importFile} 42 43 <af:fileField name="importfile" value="${sampleForm?.importFile}"/> 43 44 </td>
Note: See TracChangeset
for help on using the changeset viewer.