简体   繁体   English

JSF,Icefaces,Portlet和Request参数

[英]JSF, Icefaces, Portlets and Requestparameter

I'm trying ton include some JSF into my webapp. 我正在尝试在我的Web应用程序中包含一些JSF。 For the components lib I've choosed ICEFaces, now I'm facing a problem: 对于组件库,我选择了ICEFaces,现在我遇到了一个问题:

ICEFaces doesn't trigger the processAction method which is required to get requestparameters. ICEFaces不会触发获取requestparameters所需的processAction方法。 In my other "normal" portlets I can do - in JBoss Portal - eg 在JBoss Portal中,我可以在其他“普通” portlet中进行操作-例如

 /portal/dashboard/hellpPortlet_Window?action=1&query=Works

With Icefaces I cannot do that 使用Icefaces我无法做到这一点

/portal/dashboard/jsfPortlet_Windows?query=Works

is always nulll. 始终为null。

I'm already accessing the Externalcontext in my managed-bean (scope request). 我已经在我的托管bean(作用域请求)中访问Externalcontext。 Does anyone knows an other approach to get the request params? 有谁知道获取请求参数的其他方法?

We used ICEFaces, and regret it, if you stil didn't do too much, for web UI, I'd go with something else. 我们使用了ICEFaces,但遗憾的是,如果您对Web UI所做的工作还不够多,那么我会考虑其他事情。 GWT, EXT-JS (the LGPL Branch), Flex or JQuery, but ICEFaces still causes nightmares to some of our developers... GWT,EXT-JS(LGPL分支),Flex或JQuery,但ICEFaces仍然对我们的某些开发人员造成了噩梦...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM