gpt4 book ai didi

jsf - 我们可以在 Facelets 页面中包含 angularjs 组件吗

转载 作者:行者123 更新时间:2023-12-04 20:45:39 26 4
gpt4 key购买 nike

我是 angularjs 的新手,并试图在 Facelets 文件中创建一个示例 angularjs。但我在 <html ng-app> 行中遇到错误在 Eclipse IDE 中。该错误指定 ng-app属性后面应该跟一个 =特点。是否不能在 Facelets XHTML 文件中包含 angularjs 代码?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:ng="http://angularjs.org" ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
</head>
<body>
<div>
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>
<h1>Hello {{yourName}}!</h1>
</div>
</body>
</html>

最佳答案

看看以下内容:

  • 尝试棱 Angular 面:https://github.com/stephanrauh/AngularFaces
  • 还有一个项目:https://github.com/pankajtandon/PointyPatient
  • 素面引用:http://angularprime.appspot.com/#/main

  • 最好的方法是使用 HTML 和 JS 作为客户端,在服务器端使用 JAX-RS。

    我在使用 Primefaces 和 Bootstrap 时遇到了类似的问题,并确信目前 JS 和 HTML 更适合客户端开发。

    关于jsf - 我们可以在 Facelets 页面中包含 angularjs 组件吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18356083/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com