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.
我无法在附加“。”时访问班级成员。carDetails是我在Faces-config文件中定义的类的实例
<managed-bean-name>carDetails</managed-bean-name> <h:outputLabel value="#{carDetails.}"></h:outputLabel>
为什么像id,name这样的carDetails类成员在jsf文件中不可见..但同时对于其他一些类成员可见..
检查您的 getter 和 setter 是否定义正确。有时,如果您重新创建 getter 和 setter 会有所帮助。最好使用 IDE 来生成 getter 和 setter。