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.
我希望索引页面直接显示产品列表,比如前 10 名最新的产品。我该怎么做呢?如何让 JSF 在 GET 请求上运行 backingbean 中的方法并显示结果?
创建一个请求/会话范围的 bean,@PostConstruct使用要显示的数据更新属性,从 JSF 访问属性。
@PostConstruct