1. MenuItem Listener Test in IceFaces stackoverflow.comI've created a MenuItem and added an ActionListener using allProducts.addActionListener(this); Is there a way to simulate the menu being clicked in a unit test? |
2. JSF Adding Action Listeners stackoverflow.comI'm creating a MenuItem dynamically and I want to add a custom listener when the MenuItem is clicked. I've tried adding addActionListener and setActionListener but neither of these get called when ... |
3. Why does event listener not get called? stackoverflow.comI'm using ice:menuPopup to dynamically create menus on tree nodes. In jsf page I've something like this
|
4. value Change Listener is not calling in h:selectOneMenu component stackoverflow.comthis is my .XHTML file
|
5. How to register an IcePush Listener in a Portlet? stackoverflow.comI want to execute some custom code on an IcePush Render update. IcePush itself is working porperly (also over mulitple portlets) So what i want to do exactly is to resize an image ... |
6. JSF Row Listener/Action Listener Please Help? stackoverflow.comI have a datatable generated from a list of rows from a database table. Something like this ColA ... |
7. icefaces spinner listener? stackoverflow.comI am using an enterprise component from icefaces: numberSpinner I know how to initialize it from the bean, for instance:
where the constructor is defined in their ... |
9. Javascript event listeners are lost during component rendering since 1.7.2 icefaces.orgHi everyone, I think I have found a problem in the DOM rendering of ICEFaces, and it seems that the problem was introduced with ICEFaces 1.7.2: If an input element is rerendered by the direct-to-DOM-renderer, all Javascript event listeners are lost/unregistered. An example: I created an inputText field and registered an onkeyup listener in a script block (not via an attribute). ... |
10. Connection Status Listeners (?) icefaces.orgRecently I've been looking for a way to maintain one Hibernate session per conversation (the issue could be seen in another threads) and fell stuck at a task related to recognize the end-of-conversation. Obviously, if the heartbeating exist, there should be some sort of listener available that allows some code at such events as connection lost or connection established. Is there ... |
11. Issues with listeners of selectOneMenu in complex table icefaces.org |
13. Per-View phase listeners works with ICEfaces? icefaces.orgHi!!! I've tried use f:phaseListener within my ICEfaces application but It seems it's not working. I really need the behavior of a per-view phase listener that being executed before the Render Response phase for a specific page. The beforePhase attribute of f:view tag also not works. I had to use a global phase listener declared in the faces-config.xml file (the only ... |
15. Need action listener on ice:selectInputDate for current day (no value change event fired) icefaces.orgThere needs to be an actionListener and action attributes on ice:selectInputDate. We have a input date that currently does a redirect, and it would be nice if it could do an action. Also, when we click on the current highlighted date, nothing happens. Other dates work fine. We cannot use the current time as the basis for the input date (which ... |
16. |
18. Required="true" attribute not working after invoking listener icefaces.org |
20. Problem with InputFile Progress Listener icefaces.orgHi, I am using IceFaces 1.8.1. I got a problem with Input File Component, i am using ProgressListener for inputFile, and in the method(for Progress Listener) definition i have given EventObject as a parameter as mentioned in the IceFaces suite, but it is(.jspx) is giving an compile error saying that ProgressListener method should not contain any parameters to the method, if ... |
21. Clean table on button' action[Listener] icefaces.org |
22. Need value of component other than one firing listener icefaces.orgI note I can retrieve the "newValue" of the component whose ValueChangeListener has brought me to the backing bean... I would like to get the value of another component on the page....... which user may have been made null (empty) by the user so as to know that it cannot engage in a calculation. What code, if any, lets me note ... |
23. Incorrect listener fires when tab away from component icefaces.org |
25. Problem with listener for PanelTabSet icefaces.org |
26. Value change listener icefaces.org |
27. Dynamic Menu+Action listener icefaces.org |
28. ice:RowSelector - problem with listener icefaces.orgDear all, I'm pooling hair out, since two day to make selector work properly. I've tried look for the answer but with no success. Please advise me what's wrong in my code? JSP: Code: |
29. Multiple Event, One Listener icefaces.org |
30. Session listener is never called in iceface framework icefaces.org |
31. Process multiple input text boxes with one value change listener icefaces.org |
32. Listener of Session icefaces.org |
33. ice:InputFile Action listener isn't called if component is two times used icefaces.orgHi, I use the component |
34. Wrong bean action listener invocation icefaces.org |
35. How to use iceSubmit(this,form,event) && listeners icefaces.org |
36. multiple listener calls icefaces.orgHi, I worked in a project which is successful,implementing the icefaces.We used certain features like autocomplete.I would like to put your attention to one thing, which we were not able to identify. There were multiple ice face selectInputText for the many auto complete inputs.When we debugged the app, we found that for each trigger of any autocomplete, all the rest of ... |
37. MenuItem Action listener icefaces.org |
38. InputFile and default action listener icefaces.org |
40. jsEventListener and javascript event listeners icefaces.org |
41. RichDataGridBean does not call row selection event listener icefaces.org |
42. Action Listener does not execute when inside tree icefaces.org |
43. Value Cahnge Listener icefaces.orgI have two dropdown, where if i change one dropdown, the second dropdown values should change. I am using |
44. action listener problem icefaces.org |
45. Action Listeners in DR#5 icefaces.orgHi, An application that is working ok with 1.5 stops firing action listeners for buttons after changing libraries to DR#5. The aplication uses facelets, quite a few page fragments included using ui:include and some stacked panels. Unfortunately it works with a database and so it is difficult to attach it. Really I dont know if its a bug or I have ... |
46. inner listeners problem icefaces.orgHi all I have a problem into my page My page have 3 commandLinks, each link have the same actionListener, when i click into a link, a panelGroup in rendered (yes, like a panelCollapsible) In one of the these panelGroups i have to put two commandLinks more, and each of the these two links have its actionListener, but the actionListener code ... |
47. catching exceptions / general exception listener? icefaces.orgHi I am trying to build some infrastructure into my app that will deal with exceptions effectively (in a custom manner) Essentially i want a class / method that will "listen" for general exceptions (or exception events if they are raised?), and will allow me to run code that will email me the stack trace. Following this a redirect to a ... |
48. problem with value change listener icefaces.org |
49. Multiple selectInputText in one JSP. All Event Listeners are firing icefaces.org |
50. listener formalities icefaces.org |
51. SelectInputDate and possible month/year change listeners icefaces.org |
52. PanelTabSet - Error when adding tabChange event listener icefaces.orgUsing NetBeans 6.0 ICEfaces 1.7.0 I posted something similar in the General Help section, but got no replys. I have performed the following on two different computers, so I do not think it is my environment. 1) Create new ICEfaces visual web project. 2) Add PanelTabSet to Page1. 3) Run the project - test tabs - everything works as expected. 4) ... |
53. tree expansion listener icefaces.org |
54. File Upload (InputFile) - action listener does not get called for one component icefaces.orgburferd Joined: 04/05/2006 00:00:00 Messages: 381 Offline Using NetBeans 6.1, ICEfaces 1.7.1 I have two pages - each has an inputFile component. Both appear to work, but one of the pages does not call the action listener. I have checked this in the debugger. Here is the component definition that calls the action listener. Code: |
55. Problem with value change listener in panel popup icefaces.org |