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.
我正在使用 JSF2.0,我想在托管 bean 类中设置请求参数值,并希望进入第二个托管 bean 类。那我该怎么做,请帮助我。提前致谢。
使用“视图参数”(f:viewParam)。
您在 Facelet 上为您希望接收的每个请求参数声明这些,并将它们绑定到支持 bean 中的属性。如果您愿意,您可以将转换器和验证器附加到它们。
或者,您可以通过可以从 FacesContext 获取的 ExternalContext 访问原始参数映射。