1. ICEfaces multiple selectInputText widgets inside datatable behave erratically stackoverflow.comI have multiple selectInputText controls inside a datatable, something like this:
|
2. SelectInputText in IE icefaces.org |
3. Update SelectInputText on other form icefaces.org |
4. SelectInputText invoked by a button click icefaces.org |
5. RESOLVED: Initializing SelectInputText with a value icefaces.org |
6. SelectInputText and SetListValue problem icefaces.org |
7. SelectInputText getText is deprecated icefaces.org |
8. SelectInputText breaks with compression? icefaces.org |
9. SelectInputText ande selectedItem icefaces.org |
10. How to clear ice:selectInputText ? icefaces.org |
11. Cant type ( character in SelectInputText in IE icefaces.orgI'm using a select input text to provide a list of suggestions. The problem is that the textbox will not accept the open parentheses character as input. When I press (, the focus starts moving down the list of suggestions. This is a problem because the ( character is in the data I'm searching. Any suggestions? This started when we switched ... |
12. selectInputText and '(' character icefaces.orgMy application is not receiving the proper value from the textChangeEvent when a user presses the open parentheses character '(' after anyother character. Internet Explorer interprets it as the down arrow and will begin navigating down the list of displayed suggestions. This happens in the component showcase so I'm pretty sure not my bug. Has anyone found a workaround? Thanks Chris ... |
13. Clearing the list of values from an selectInputText component icefaces.org |
14. SelectInputText with Time Converter icefaces.orgHi All, I have a page with SelectInputText's representing a start time and end time, which both are tied to a java.sql.TimeConverter instance with the pattern HH:MM What I'm looking to do is make it easier for the user by allowing them to simply enter the HH part e.g. "1" which would then be converted to 1:00, Does anyone have any ... |
15. getting an event on selectInputText list item changed icefaces.org |
16. How to circumvent requiredness when using a SelectInputText component when typing? icefaces.orgHey, I'm using JSF 1.1 + Facelets + latest ICEFaces. I'm using the SelectInputText component, which is declared in my facelet as required. When I type in the inputtext component, every time an ajax call is made, the requiredness is checked and I get an error message. Is there a way around this? I do have to mention that I do ... |
17. Watermark / Hint in SelectInputText icefaces.org |
19. selectInputText icefaces.org |
20. SelectInputText simple problem! Quick one....so help plz. icefaces.orgHi. I have a simple problem with the SelectInputText component. So, I read in a list of countries from a database successfully in my backing bean under an arraylist of selectItem type. I then even succesfully attach this list to the SelectInputText type. Basically this is a field for the user to input the country they live in. Anyways, two problems ... |
21. |
22. ice:selectInputText behave differently in 1.8.1 than it was in 1.7.2 SP1 icefaces.orgHi i have a ice:selectInputText with autocomplete which upon selecting a value set the render of a button to TRUE so it becomes visible... All was good until i upgraded to latest version 1.8.1 now when i select a value from the ice:selectInputText, the render of button turns to true, button gets visible and in the same time the ice:selectInputText opens ... |
23. Setting border color of inputText part of SelectInputDate and SelectInputText icefaces.orgI am trying to set the border color of the inputText part of the SelectInputDate and SelectInputText (not the full footprint of the control just the inputText part). I have tried to override the iceSelInpDateInput in the css with no luck. Any ideas as to how to set the inputText part of the control and not the full footprint of the ... |
24. selectInputText icefaces.org |
25. selectInputText and caret problem with IE8 icefaces.orgIcefaces 1.8.1 Liferay 5.2.3 When I use a selectInputText component (just to get the updates pushed to the backing bean - then we update the page via push - no dropdown is generated) it works as expected in Firefox, but on IE 8 the caret ends up at the FIRST of the text field after the ajax call returns. If they ... |
27. Multiple selectInputText same List same page icefaces.org |
28. Performance Issue with SelectinputText icefaces.org |
29. ice:selectInputText selectItemlist qst icefaces.org |
30. selectInputText submitting complete form icefaces.org |
31. selectInputText - how to show the down arrow on right like selectOneMenu has icefaces.orgI'm using selectInputText not because I want autocomplete, but because I want to let the user type their own thing if they dont find something they like on my list. Problem is that until they start typing there is no way for them to know that there is going to be a list of things for them to choose from. The ... |
32. SelectInputText Label end Value icefaces.org |
33. SelectInputText: how it works? icefaces.org |
34. ice:selectInputText throws NoSuchElementException after page switching icefaces.orgHello guys. I got a problem with the "java.util.NoSuchElementException"... Page 1 includes a selectInputText using auto completion. Everything runs trouble-free on this page. After switching to page 2 and back to page 1 the "NoSuchElementException" is thrown when I want to use the selectInputText again. There are not any changes on page 2 to the f:selectItems value used by the selectInputText. ... |
35. selectInputText does not get my list icefaces.org |
37. SelectInputText client side list not updated when the bound list is empty icefaces.orgI have an issue with SelectInputText when used with |
38. SelectInputText does not work inside ice:dataTable icefaces.org |
39. Weird Behavior SelectInputText and PanelPopup icefaces.orgi have a panel popup to show all errors if the user forgot to fill some input text or table or something, the client ( an user ) , he wants the see all errors in one panel popup and navigate in the page correcting the data one by one with the popup opened, but.. when the popup is open and ... |
41. selectInputText : popup list appears twice icefaces.org |
42. SelectInputText maxlength attribute icefaces.org |
43. selectInputText - JS error and IE functionality icefaces.orgWhy is it that you always see an answer after you post the question. 1. The command links in the facet are entirely unnecessary. They were left over from an older design. remove them 2. If you want to wrap the images or text in something like a panelGroup in order to control the style, you have to explicitly use ... |
44. How does selectInputText work icefaces.orgI don't quite understand what is the function of listVar attribute. What does it represent and how is it used to build the list of SelectItems? For the case below autoComp is a class that contains regNo and name attributes. However, while displaying the list an exception is raised indicating regNo is not a string. Can someone please explain to me ... |
45. Solution: How to make selectInputText select first row in resultset icefaces.org |
46. SelectInputText rendering issue icefaces.org |
47. ice:selectInputText icefaces.orgHello, I have an ice:selectInputText in my application and I want to show the drop-down menu as soon as the user clicks on the component. Till now, the valueChangeListener is triggered only when the user clicks on a button and the new updated values are brought from the server. But I want to render the drop-down menu of (predefined) items to ... |
48. Endless loop when trying to select Item in SelectInputText-Component icefaces.org |
49. ice:selectInputText don't show list icefaces.org |
50. ice:selectInputText issue icefaces.org |
51. Update dataTable upon selectInputText change icefaces.org |
52. selectInputText background color icefaces.orgHi Marco, You need to set the inputTextClass attribute on the selectInputText component. The selectInputText renderer renders the following default style classes for the component: - iceSelInpText (for the input text element) - iceSelInpRow (row in the list) - iceSelInpSelRow (hover row in the list) If you want to override them just define in your css source (e.g.) |