Revision 3603
Added by barteau about 17 years ago
src/edu/ucsb/nceas/metacat/clientview/ClientViewHelper.java | ||
---|---|---|
959 | 959 |
result = "metacat?action=read&qformat=" +clientViewBean.getQformat() |
960 | 960 |
+ "&docid=" + docId + "&sessionid=" + clientViewBean.getSessionid() + "&message=" + message; |
961 | 961 |
} else { |
962 |
result = "style/skins/" + clientViewBean.getQformat() + "/confirm.jspx";
|
|
962 |
result = "style/skins/" + clientViewBean.getQformat() + "/confirm.jsp"; |
|
963 | 963 |
} |
964 | 964 |
//*** Reset bean action property. |
965 | 965 |
clientViewBean.setAction(""); |
Also available in: Unified diff
Changed confirm.jspx to confirm.jsp