git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/sbd-uploadshare-portlet@163019 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
77db56649d
commit
1bc70890e8
|
@ -77,9 +77,9 @@ public class UploadDataset extends MVCPortlet {
|
|||
boolean result = sendNotificationToUser(
|
||||
request, groupId, currentUser, theManagers, method_name, people_institutions, demo_tutorial, attachmentIds, experiment_tags);
|
||||
if (result)
|
||||
actionResponse.setRenderParameter("mvcPath", "/html/uploaddataset/view-experiment-inserted.jsp");
|
||||
actionResponse.setRenderParameter("mvcPath", "/html/uploaddataset/view-method-inserted.jsp");
|
||||
else
|
||||
actionResponse.setRenderParameter("mvcPath", "/html/uploaddataset/view-experiment-error.jsp");
|
||||
actionResponse.setRenderParameter("mvcPath", "/html/uploaddataset/view-method-error.jsp");
|
||||
}catch(Exception e){
|
||||
SessionErrors.add(actionRequest.getPortletSession(),"view-method-error");
|
||||
e.printStackTrace();
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
Cancel</a>
|
||||
<aui:button type="submit" value="Submit" />
|
||||
</aui:button-row>
|
||||
<p>Please note: depending on the number of attachments it could take some time (seconds) to submit the request.</p>
|
||||
</aui:form>
|
||||
</div>
|
||||
</c:otherwise>
|
||||
|
|
Loading…
Reference in New Issue