on 2016 Feb 19 8:37 AM
Request clarification before answering.
Hi Allie,
I am facing the same problem here.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="app/css/MobileStyles.css">
<!-- src Location of SAP UI5 libraries need to be changed to refer to right location -->
<script src="resources/sap-ui-core.js" id="sap-ui-bootstrap"
data-sap-ui-libs="sap.ui.commons"
data-sap-ui-theme="sap_goldreflection">
</script>
<script>
sap.ui.Resources("Authentication");
jQuery.sap.require("Authentication.Authentication");
$(document).ready(function(){
authenticate();
});
</script>
</head>
<body class="sapUiBody" role="application">
<div id="content"></div>
</body>
</html>
Facing Uncaught ReferenceError: sap is not defined .sap.ui.Resources("Authentication");
pls help.
Thanks in Advance.
Puneet
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Puneet,
Do you have a Webserver running like Apache Tomcat? see walkthru note below...
if you dont, here is a helpful link to install Apache Tomcat 7.0.68 and to configure your server in Eclipse:
https://wolfpaulus.com/journal/mac/tomcat7/
Tutorial: Configuring and Using Apache Tomcat 7 with Eclipse
hope this helps,
Regards,
Allie
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.