Questions tagged [icefaces]

ICEfaces is a JSF component library. It offers an Ajax framework for developing and deploying rich enterprise applications.

ICEfaces is a JSF component library. It offers an Ajax framework for developing and deploying rich enterprise applications.

Online references

793 questions
-1
votes
1 answer

Change the date format in JSF like 1ST OCT

I want to display date and month like "1ST OCT" while I am getting date "Monday, October 17, 2016" and I am using below code, any help would be appriciated.
Muhammad Essa
  • 142
  • 1
  • 10
-1
votes
2 answers

How to iterate over a list in a textarea using JSF?

I am new to JSF2 and having very less idea about front end developement.Currently i am trying to iterate over a list in a text area using JSF2? we have a list of datas like aList[bean1,bean2,bean3,....] and we have to print datas
subhashis
  • 4,629
  • 8
  • 37
  • 52
-1
votes
1 answer

java.lang.NumberFormatException: For input string: "${javax.faces.FACELETS_REFRESH_PERIOD}"

I am unable to deploy the web application on the websphere. I am getting the following error. Other developers in my team dont seem to face this. Your inputs will help. Thank you in advance, lucky [11/18/13 13:35:11:655 CST] 00000044 annotation …
user2988851
  • 157
  • 2
  • 13
-1
votes
1 answer

Hidden Field value empty

I am trying to set hidden field value to backing bean in request scope but I see that the value the setter takes is empty "" though there is a value on client side(can see in firebug). Before the actionListener is invoked, the setter is invoked but…
Narayana Nagireddi
  • 729
  • 1
  • 13
  • 33
-1
votes
1 answer

adding errors to FacesContext.getCurrentInstance().addMessage shows message but doesn't prevent from processing

I'm validating data selected in a dropdown - ice:selectOneMenu on a form. On the valueChangeListener. I have validation which adds an error message: FacesContext.getCurrentInstance().addMessage(fieldId, new…
Vuzi
  • 185
  • 2
  • 4
  • 13
-1
votes
1 answer

JSF - How to reset the value list

Couple of days ago I started JSF with Iceface. I have a dataTable and when I delete a row, It deletes the particular list entry from the back-end. Also dataTable remove a row, but not the one I deleted. (It is not about the complete row. Its only a…
sura2k
  • 7,365
  • 13
  • 61
  • 80
-1
votes
2 answers

ICEFaces 'Content is not allowed in prolog' Error

I have an JSF/ICEFaces application that is works fine but I keep getting this error. Although the application continues normally, I still get that error now and then. As far as I understand it's complaining about having something in the file before…
Tam
  • 11,872
  • 19
  • 69
  • 119
-1
votes
1 answer

How to use more than one ace:fileEntry tag in the same page?

I have a page that should contain two ace:fileEntry tags: one to upload an audio file and another to upload an image file. The page should also have a save button. When clicking on the save button, I want to check if both an audio file and an image…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
-1
votes
1 answer

application architecture with JSF/IceFaces

Basically, I'm trying to implement an application having a Menu on the left (with a lot of items) and a 'container' filling the rest of the screen displaying the content selected through the menu. I'm new to JSF but I'm used to other RIA…
-1
votes
1 answer

IceFaces 3.0 java.lang.NullPointerException org.icefaces.impl.application.ExtendedExceptionHandler.handle

I have getting following exception while running IceFaces 3.0 under Netbean 7.1.1 & Tomcat 7.0. java.lang.NullPointerException org.icefaces.impl.application.ExtendedExceptionHandler.handle(ExtendedExceptionHandler.java:80) …
-2
votes
1 answer

Icefaces / JSF page does not update </a></h3> <div class="excerpt">When navigating from one page to another the doesn't update in my pages. Can anyone tell me why? The setup: Page a.xhtml: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/java" class="post-tag grid--cell" title="show questions tagged 'java'" rel="tag">java</a> <a href="../../questions/tagged/jakarta-ee" class="post-tag grid--cell" title="show questions tagged 'jakarta-ee'" rel="tag">jakarta-ee</a> <a href="../../questions/tagged/jsf-2" class="post-tag grid--cell" title="show questions tagged 'jsf-2'" rel="tag">jsf-2</a> <a href="../../questions/tagged/jboss" class="post-tag grid--cell" title="show questions tagged 'jboss'" rel="tag">jboss</a> <a href="../../questions/tagged/icefaces" class="post-tag grid--cell" title="show questions tagged 'icefaces'" rel="tag">icefaces</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 26 '12 at 13:26">asked Apr 26 '12 at 13:26</time> <a href="../../users/1358758/pierre" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1358758.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Pierre" /> </a> <div class="s-user-card--info"> <a href="../../users/1358758/pierre" class="s-user-card--link">Pierre</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">123</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badge">2</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badge">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11188852"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-3</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11188852/javascript-function-not-getting-called-from-onclick" class="question-hyperlink">JavaScript function not getting called from onclick</a></h3> <div class="excerpt">I am trying to call a JavaScript function from icefaces check box component like this: <ice:selectBooleanCheckbox value="#{reportBean.selected}" onclick="toggleSelectAllRows()" /> Then JavaScript code is : <script> function…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jsf" class="post-tag grid--cell" title="show questions tagged 'jsf'" rel="tag">jsf</a> <a href="../../questions/tagged/icefaces" class="post-tag grid--cell" title="show questions tagged 'icefaces'" rel="tag">icefaces</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 25 '12 at 11:52">asked Jun 25 '12 at 11:52</time> <a href="../../users/746458/user746458" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/746458.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user746458" /> </a> <div class="s-user-card--info"> <a href="../../users/746458/user746458" class="s-user-card--link">user746458</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">369</li> <li class="s-award-bling s-award-bling__gold" title="2 gold badges">2</li> <li class="s-award-bling s-award-bling__silver" title="13 silver badges">13</li> <li class="s-award-bling s-award-bling__bronze" title="26 bronze badges">26</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15383606"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-4</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15383606/jsf-long-running-processes" class="question-hyperlink">JSF long running processes</a></h3> <div class="excerpt">If a backing bean function takes sometime to process the request, how do we pull the progress ? </div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/jsf" class="post-tag grid--cell" title="show questions tagged 'jsf'" rel="tag">jsf</a> <a href="../../questions/tagged/jsf-2" class="post-tag grid--cell" title="show questions tagged 'jsf-2'" rel="tag">jsf-2</a> <a href="../../questions/tagged/icefaces" class="post-tag grid--cell" title="show questions tagged 'icefaces'" rel="tag">icefaces</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 13 '13 at 11:09">asked Mar 13 '13 at 11:09</time> <a href="../../users/508957/sura2k" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/508957.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="sura2k" /> </a> <div class="s-user-card--info"> <a href="../../users/508957/sura2k" class="s-user-card--link">sura2k</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7,365</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="61 silver badges">61</li> <li class="s-award-bling s-award-bling__bronze" title="80 bronze badges">80</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/icefaces_page=52" rel="prev" title="Go to page 52">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/icefaces_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/icefaces_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/icefaces_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/icefaces_page=52" rel="" title="Go to page 52">52</a> <div class="s-pagination--item is-selected">53</div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>