1. Tab selection problem in JSF icefaces stackoverflow.comI have one tab set as below ,in which i want select dynamic tab using binding in java.
|
2. Icefaces Multi tab problem stackoverflow.comIm using ICEFaces application. In my application there is a search where I have two threads running ,one for searching in the database and other for displaying the progress bar. When the search ... |
4. How to keep input values when tab is changed icefaces.orgSo, it's not so easily solved as I thought? Then it must be something else that you've done wrong, because this is not the normal behaviour. Checked for any other copy & paste mistakes? If you're sure the values are posted to different bean properties, did you check if the page is updated at all after clicking another tab? Is the ... |
5. Implement Vertical Tabs in ice faces. icefaces.org |
6. generate dynamic tab icefaces.org |
7. Remove panel tab by clicking on tab icon icefaces.org |
8. validation of fields inside not clicked tabs icefaces.org |
9. panel tab set usage icefaces.org |
10. Tabs contents icefaces.orgThx michelle2 for your reply Thats what i want to know if only using iceFaces its possible to do it, and if has then how? Because with Visual Web Faces its possible o redirect a page when clik a tab using the viewflow, but it not open inside it redirect. sorry for the english |
11. Changing run of tabs in icePanelTbSet to align right icefaces.org |
12. setting tabbing order in dataTable icefaces.orgI have a search page with 2 forms. One is for the search parameters and search button, and the other contains a dataPaginator and dataTable with results (in a list) from a query. Inside the dataTable, i have rows with a button to see more detail on the row, and another button to remove the row from the dataTable. The tab ... |
13. Dynamically adding new tabs with ICE content icefaces.orgSorry if this has been answered a few hundred times... search returned nothing relevant and I'm new to ICEFaces... I'm writing an app that needs to dynamically generate an arbitrary number of tabs (using a cobination of ice:panelTabSet and ice:panelTab). I can dynamically create the tabs but I can't seem ti figure out how to set the content if it's comprised ... |
14. Tab Look And Feel Problem icefaces.orgHi, I have a problem with the panelTabSet, it is adding unwanted white space at the top and the bottom of the tab (please see attached image). When using firebug, and I remove the spacer images that is embedded in the top and the bottom of the tab, it looks like it should do. I do have the spacer.gif, so it ... |
15. Help needed in Panel tabs icefaces.org |
16. Dynamically insertion into panel tab. icefaces.org |
17. How to get Side Tabs icefaces.org |
19. complex label for panel tab icefaces.org |
20. removing tab icons icefaces.orgI am using icefaces 1.8 and icefacelets 1.8 I am having a lot of trouble getting the ice:panelTab to match our look and feel. By default an icon is used within each tab to indicate that the tab is active or inactive. I would like my tabs to have no icon, but I can't figure out how to to this. I've ... |
21. Tab sequencing issue icefaces.orgWhen i tab out of a component with partialSubmit=true, the component with the next tabIndex set looses its focus. The focus gets set to the entire page. Can someone please tell me is there an alternative way for: 1. for partialSubmitting without focus being lost in the process. 2. set focus to a particular component on partialSubmit( if there is no ... |
22. Auto - tabbing from ice:inputText to 'next' ice:inputText icefaces.org |
23. ice panel tab set icefaces.org |
24. when tab pages are changed values in text box are lost icefaces.orgHi all, I have simple application to update employee details,to update user have to search employee ,then application will display user details on tab pages. But i change tab or (select other tab) the data in textboxes are lost. This happen when i chage the tabs. How could i preserve this values when i change tab? Plese help me...... |
25. [Solved]: how can I know the active tab after a form submission? icefaces.orgI have a page with a panelTabSet (ice:panelTabSet), and I would like to know if there is a way to know what tab was active when the form of the page is submitted... or even better... is there an easy way of, when I submit the form and go back to the same page, return to the same tab? Thanks in ... |
26. Tabbing doesnt work after opening of ice:panelPopup icefaces.org |
27. Tabs on the side... icefaces.orgAccording to the documentation for panelTabSet: Possible values; Top, Bottom. Default is Top. Left and Right not supported in this release. I would very much like to put tabs on the Left. Is there a roadmap for this? Thanks. P.S. You guys have been very helpful so far - an order for support is in process. |
28. when tab changes 1.8.0 values in input text componet are lost icefaces.orghi all i have my simple employee detail application with 5 tab pages when i search an employee i will display relevant emp details in tables and inputtext fields (tables for multi value fields) .When i search it displays detail in text component well but when change a tab from one to another the values in text component are lossing and ... |
29. Need help on validating the values inside the tabs icefaces.org |
30. rowSelector, display selection in a new tab icefaces.org |
31. tabbing next field in form icefaces.orgHi, When I try to manually navigate in my form using tab key, it doesn't follow the sequential path even if the tabindex is defined. For example it has problem going from |
32. TabChangeListner calling by 2 times , whenever tab changes icefaces.org |
33. can't open myLinks in New Tab icefaces.org |
34. Bean gets recreated after few tab changes icefaces.org |
35. Tabs and submitting of the form icefaces.orgI have a page with 2 tabs. Below the tabs is a single submit button. I notice that when i am on tab 1 and press the submit button, the values of the second tab aren't updated. The bean setters from the second tab aren't called. So when i do changes on tab 1, move to tab 2 and do some ... |
37. How to get auto tab to work Icefaces icefaces.org |
38. How to submit form when TAB is pressed on a specific control? icefaces.org |
39. How to traverse between tabs icefaces.org/** * TODO Florian Hell insert type comment * * @author Florian Hell * @version $Rev$, $Date$ * */ @Name("anamnesisAction") @Scope(ScopeType.CONVERSATION) @Stateful public class TabAction implements ITabAction { @Logger private Log log; /** Current selected Tab */ @Out private Integer currentTab; /** {@link ArrayList} with currently enabled tabs */ private List |
40. Tabsets - forms inside each tab icefaces.orgI am using the Tabset Tutorial. The simplest one. Inside each tabset, I would like to have a form, or just be free to put html, etc in each tab. Is the accomplishable? public TabsetBean() { tabs.add(new Tab("L1", "hello")); tabs.add(new Tab("L2", "L2.jspx")); tabs.add(new Tab("L3", "L2.jspx")); tabs.add(new Tab("L4", "L2.jspx")); tabs.add(new Tab("L5", "L2.jspx")); Would i want to import a different page for each ... |
41. ice-cc:tabView - how to preserve the state of the selected tabs? icefaces.org |
42. How to change tab height ? icefaces.orgOur project using ice:panelTabSet. I downloaded icefaces component examples, the source contains theme Rime.css, XP.css, woodstock.css etc. I noticed that only woodstock.css give the panelTabSet good tab lable height, the other theme made tab lable too high (the label text only take 1/2 vertical space at the bottom). I like to use Rime theme, but how can I change the height ... |
43. Dynamic Tabs Based On Role For Users icefaces.org |
44. If I tab out of a field without changing it, can ICEFaces skip the partial submit? icefaces.orgMy customer complains loudly about performance. One thing that bothers him is that when he tabs out of an inputText with partialSubmit=true without changing it, we do a partial submit. Is there a clean way to tell ICEFaces, "The user tabbed out of an inputText without typing anything. Don't submit anything. Just navigate to the next field on the client side ... |
45. Can't change the tabs icefaces.org |
46. About ICEFaces Tabs icefaces.org |
47. Broken Tabs CSS icefaces.org |
48. Tabs for Apple Safari icefaces.org |
49. Using multiple tabs and validators in a single form icefaces.org |
50. navigating between tabs icefaces.org |
51. navigating between tabs icefaces.org |
52. Tabbed Browsing icefaces.org |
53. Can you stop tabs from reloading? icefaces.org |
54. Change Tab content when login = success icefaces.org |
55. panel tab selectedindex reset icefaces.org |
56. Multiple Tab Validation icefaces.orgDoes ICEFaces plan on including validation on multiple tabs? Or, should the programmer do this ourselves? Has anyone resolved this situation? I saw one post on here, but is not really clear to me as to how the method was called either on the form or button. I have seen on the internet where |
57. tabbed pane without AJAX icefaces.org |
58. Bookmarks, Tabs and Bears... icefaces.org |
59. multiple tabs and multiple datatable , error in rendering icefaces.org |
60. Tab Color icefaces.org |
61. Multiple Tab Rows?? icefaces.org |
62. should not switch to next tab while required attribute is there. icefaces.org |
63. Dynamic Tabs whose content is a programmaticaly generated HtmlPanelGrid icefaces.orgAs the title suggests i am trying to dynamically generate tabs which have as child a HtmlPanelGrid component that contains an input text as a child component. I am fairly new to jsf and followed the example of dynamic tabs in the tutorials...instead of using a String value as content I use an HtmlPanelGrid. In the getMethod i initialise its child ... |
64. Inputext Field Bound to a Tab icefaces.orgHi Mark, I'm Trying something similar here... Trying to have an input text inside Datatable coloums inorder to create a editable datatable. I need to have binding to perform some element level tasks such as focus, reset value etc. and hiding it to show label. But as you specified if we cannot have binding inside such iterative components is there a ... |
65. Need a information regarding the TAB control icefaces.org |
66. IE7 tabs and JSF Sessions icefaces.orgHi, I realize that this is more of a JSF question than ICEFaces, but I'm hoping that someone on this forum has run into this situation. I have an application using ICEFaces 1.6.2 running in Tomcat 5.5.26. When I use IE7, and have multiple tabs connected to my application, it seems as though all tabs share the same JSF session. 1. ... |
67. Panel tab icefaces.orgHi, I have the following problem. I am successfully using the panelTabs. They are working fine and changing, but once I change to the other tab the warning message is displayed 09:43:27,948 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. sourceId=form1cardOverview:j_id30:0[severity=(INFO 0), summary=(form1cardOverview:j_id30:0: Problem changing the tab), detail=(form1cardOverview:j_id30:0: Problem changing the tab)] The mesage is shown ... |
68. need help in Tabs icefaces.orgHi, Please help me in this, i wasted my last one week in trying solution for this but i couldnt. The problem is like this under tab "first", i have page 1.xhtml, which has a command button, so when i click on that button it should open 2.xhtml under the same tab. Means 1.xhtml should be replaced by 2.xhtml. The solutions ... |
69. Including page in tabbed set icefaces.org |
70. tabs in vertical placement icefaces.org |
71. Vertical placement Tabs icefaces.org |
72. Iceface tabbed panel issue ? icefaces.orgHi. iam using ice faces static tabbed pannel . when i click on the second tab an exception is being throwed from the server . the exception is javax.el.ELException: java.lang.IllegalArgumentException: argument type mismatch at javax.el.BeanELResolver.setValue(BeanELResolver.java:116) at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68) at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.access$501(FacesCompositeELResolver.java:46) at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver$6.invoke(FacesCompositeELResolver.java:132) at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.invoke(FacesCompositeELResolver.java:148) at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:128) at org.apache.el.parser.AstValue.setValue(AstValue.java:114) at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249) at javax.faces.component.UIInput.updateModel(UIInput.java:230) at javax.faces.component.UIInput.processUpdates(UIInput.java:167) at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:729) at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:729) at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:729) at javax.faces.component.UIComponentBase.processUpdates(UIComponentBase.java:729) ... |
73. Using a Tab Set as a Site Navigator icefaces.orgHi all. New ICEface user here. I'm accustomed to using Woodstock components and I'm trying to see if I can simply replace them with ICEface ones in my current project. The first wall I've hit, so far, is the ability to use a Tab Set as a site navigator. What I've done, on the Woodstock side, is create a page fragment ... |
74. Styling Problems when using IE 6.0 and Tabs icefaces.orgHi - I have the following problem: We are using two panelTabs to display information and these tabs have headings like "User Customization" or "Chemical Administration" .. something like that. In Firefox everything is fine: the tab is as big as the text long is. In Internet Explorer we expericnce carriage returns : It is not Chemical Administration but instead Chemical ... |