I get this error when I click an action button in my Icefaces 2 project: java.lang.UnsupportedOperationException: ICEfaces rendering required.
Im getting this exception when the view try to renders, im using the icefaces validators tags in a simple ice form, also im using spring to instantiate the managed beans but it is working correctly in
I am trying to run my javaEE site locally in Netbeans IDE. I believe I have everything set up correctly, but I am receiving the follow开发者_运维知识库ing error:
I\'m new to sbt and I will generate a web application with jsf 2.0 mojarra and icefaces, but i don\'t know how to build the buil开发者_开发知识库d.sbt. I try things like this:
I have an xhtml page where I do include some css files like: &开发者_如何学Pythonlt;link href=\"resources/css/graCommon.css\"
Our project currently uses the very old Java Studio Creator framework and now has new requirements and plans for future deployments which require the application to finally remove JSC and migrate to e
I want to execute some custom code on an IcePush Render update. IcePush itself is working porperly (also over mulitple portlets)
I have done a custom JSF component (it looks like a combobox (icefaces selectonemenu)) but it uses a couple of images (png) and a bit of javascript.
I have one portlet which has a commandLink. On the actionListner of commandLink I called the backingBean.
I have the need to implement an ice:commandButton that passes a list to its backing bean. I\'m not in a portlet scope, but in a tag scope.