Questions tagged [icefaces-3]

ICEfaces is an open-source Rich Internet Application (RIA) development framework based on the JavaServer Faces 2 Standard.

147 questions
0
votes
1 answer

How can i download ICEfaces-1.7.0 Netbeans plugin?

kindly help me out in find the ICEfaces-1.7.0 Netbeans plugins. In the offical site i can see it in the download list but there is not any download link. You can see it in the following link http://www.icesoft.org/java/downloads/detail-1-8.jsf IDE…
Kamran Omar
  • 1,815
  • 9
  • 31
  • 49
0
votes
0 answers

icefaces 3 form onkeydown event don't fire

I am using Icefaces 3 . I want to perform javascript function when enter key is pressed on the form. I used this code in my previous applications (on Icefaces 1.8) and it worked fine . but now this is not working in Icefaces3 : here is my code : …
tamih
  • 93
  • 1
  • 15
0
votes
1 answer

Icefaces 3.1 getting session timeout on first partial submit

I have a single page application in icefaces 3 using Mojarra 2.1.6 The application is like this there are 3 radio buttons on the top and a data table with input fields. The problem is that when I open the site for the first time in the browser the…
Ankur Bajaj
  • 143
  • 2
  • 11
0
votes
1 answer

ice:selectInputText CSS(default/internal) not working.

i am new to the icefaces components, want to use ice:selectInputText component same as in showcase [ice:selectInputText showcase][1] but the default css as it is shown in showcase doesnot functions same for me. i get dropdown list when something…
Zay hf
  • 139
  • 2
  • 4
  • 12
0
votes
1 answer

Icefaces and jsf Managed Bean

I have a JSF application in which I am recreating my bean using this FacesContext .getCurrentInstance() .getExternalContext() .getSessionMap() .put("myBean" , new MyBean()); Now All of…
khan
  • 2,664
  • 8
  • 38
  • 64
0
votes
1 answer

how to auto save inputRichText content before validate

I have some trouble with inputRichText component (icefaces 3)
user1487380
  • 362
  • 2
  • 9
  • 26
0
votes
1 answer

liferay CK editor value lost after rerender

This is my code, just simple test with 1 and 1 button that call to server and swich [render] value (true [render as default] - false) first time I load this CK it show my value [this is .....], click on [test it] button…
user1487380
  • 362
  • 2
  • 9
  • 26
0
votes
1 answer

ICEFaces 3.1: NullPointerException raised while re-rendering a view

I'm facing a problem with ICEFaces. It seems like it's unable to properly refresh a view. I'll provide you with the view, the flow, the bean and the details of the strange behaviour I found thanks to some debugging sessions. Basically, I'm…
iccuta
  • 165
  • 1
  • 13
0
votes
2 answers

Icefaces ace:autoCompleteEntry not working

I'm trying to use ace:autoCompleteEntry but it doesn't seem to work. I use it as simple as possible by just having a f:selectItems child. If I change the component to h:selectOneMenu then everything works fine so there is nothing wrong with…
user579674
  • 2,159
  • 6
  • 30
  • 40
0
votes
0 answers

icefaces ace components have a big fonts

i am using icefaces 3 . I have all my ace components displayed properly with css, but the only problem is all my ace components have a big font size and big size. the size is much bigger compared to the size of the components shown in the icefaces…
ZEE
  • 381
  • 1
  • 6
  • 20
0
votes
1 answer

Spring and IceFaces: unexpected error 404 on `http:////WEB-INF/views/.xhtml`

I'm developing a software based upon Spring and ICEFaces. I have a file at /src/main/webapp/WEB-INF/views/.xhtml, that is correctly reached using the following URL: http:////.xhtml The…
iccuta
  • 165
  • 1
  • 13
0
votes
1 answer

How to customize internal server error popup?

i want to replace the internal server error popup with forwarding the user to an error page, how to do that ?
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
0 answers

JSF preRenderView not triggered when navigating to page without using Redirect

I have created a preRender method to be called when the user navigate to that specific page, I use: but the problem is that…
alseddiq
  • 61
  • 1
  • 6
0
votes
1 answer

Change default button name of Browse in ace:FileEntry

I am trying to use ace:fileEntry component to upload images to my database but now, I want to change the name of the button "Browse" in my case "Seleccionar archivo" but I don't know where that name is stored.
0
votes
1 answer

How to open or by JavaScript?

I need to open ace:dialog or p:dialog (because IceFaces is a fork of PrimeFaces, and it's the same tag and attributes) in area where I've did the click with the mouse, but I don't know how to do this with JavaScript. How can I achieve this?
user1059769
  • 43
  • 2
  • 10
1 2 3
9
10