2014 Feb 20 10:09 AM
Hello everyone,
I am facing a problem while activating my BSP Application.
This is the layout of the page (with flow logic)
<%@page language="abap|javascript"%>
<%@extension name="htmlb" prefix="htmlb"%>
<html>
<head>
<link rel="stylesheet" href="../../sap/public/bc/htmlb/style.css">
<script type="text/javascript" src="../../sap/public/bc/htmlb/jquery-1.11.0.js"></script>
<title>Output error message</title>
</head>
<body class="bspBody1">
</body>
</html>
and the error it is showing while activating the program is:
"The page attribute language is not valid (row = 1, value = abap|javascript )"
please help me and tell me am i using the right syntax .......
2014 Feb 20 10:33 AM
Hi,
the page language can be either ABAP or JAVSCRIPT. So you have to choose one.
ABAP|JAVASCRIPT are the both syntax options where you have to choose the right one.
Regards,
Klaus
Hello everyone,
I am facing a problem while activating my BSP Application.
This is the layout of the page (with flow logic)
<%@page language="abap|javascript"%>
<%@extension name="htmlb" prefix="htmlb"%>
<html>
<head>
<link rel="stylesheet" href="../../sap/public/bc/htmlb/style.css">
<script type="text/javascript" src="../../sap/public/bc/htmlb/jquery-1.11.0.js"></script>
<title>Output error message</title>
</head>
<body class="bspBody1">
</body>
</html>
and the error it is showing while activating the program is:
"The page attribute language is not valid (row = 1, value = abap|javascript )"
please help me and tell me am i using the right syntax .......
2014 Feb 20 10:22 AM
2014 Feb 20 10:33 AM
Hi,
the page language can be either ABAP or JAVSCRIPT. So you have to choose one.
ABAP|JAVASCRIPT are the both syntax options where you have to choose the right one.
Regards,
Klaus
2014 Feb 21 7:41 AM
hi,
thank you for increasing my knowledge regarding the same.
regards,
Aayush
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |