Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
w3c 在哪里声明 xml 标签不能以数字开头?
我浏览了http://www.w3.org/TR/REC-xml/#uniqattspec文档,但没有看到。
这是您正在寻找的规范的一部分。
我有:主页和对话框上的按钮。
A 想要托管 bean (NewDialog.java) 的 ViewScope 生命周期,执行对话框。换句话说:按下按钮时重新创建 NewDialog bean,并在关闭对话框时销毁。
但是在加载主页时已经创建了 NewDialog bean。如何仅在按下按钮时强制创建bean?