Is there any Dynamic JSF tab component support?

It seems that there're some JSF implementation support tab instead of JSF RI. but the way they work are wirte the static tags in the jsp.but my situation is -----
dynamicly create tabs according to data, where means if there is 3 options, then make to tabs. if 3, then 3 -----
if there any support out there somewhere? thanks!!

The Scales and Tomahawk libraries provides a tabbed panel.
But basically tabs are nothing less or more than a bunch of block elements layered over each other with the same amount of buttons or links at the top. If a tab click doesn't require a trip to the server, then you can just load all tab blocks at once and use Javascript+DOM to switch between tab blocks, e.g. one block should be displayed using element.style.display='block' and all other blocks should be hidden using element.style.display='none'. If a tab click require a trip to the server (to preinitialize stuff or so), then you can use the 'rendered' property of the tab block element (which can be <h:panelGroup style="display:block;" rendered="#{myBean.showTab == 1}" /> or so).
For styling of the tab blocks and tab buttons/links just use CSS.

Similar Messages

  • JSF Tab component and Dynamic Faces AjaxZone

    Has anyone tried to use a JSF Tab Component in a Dynamic Faces Ajax Zone. I would like to try to have a page that has a list of the alphabet, each tab being one letter and then adding terms an definitions to each tab. Do you have any comments or suggestions regarding doing this. I am at a loss as to how to make the tab component respond when clicking on it in the ajaxZone. any help would be appreciated. thnx

    The Scales and Tomahawk libraries provides a tabbed panel.
    But basically tabs are nothing less or more than a bunch of block elements layered over each other with the same amount of buttons or links at the top. If a tab click doesn't require a trip to the server, then you can just load all tab blocks at once and use Javascript+DOM to switch between tab blocks, e.g. one block should be displayed using element.style.display='block' and all other blocks should be hidden using element.style.display='none'. If a tab click require a trip to the server (to preinitialize stuff or so), then you can use the 'rendered' property of the tab block element (which can be <h:panelGroup style="display:block;" rendered="#{myBean.showTab == 1}" /> or so).
    For styling of the tab blocks and tab buttons/links just use CSS.

  • Is there any chance that Tab Grouping feature (like the one in Opera 11) will become native for Firefox? Could be very helpful.

    Is there any chance that Tab Grouping feature (similar to Opera 11) will appear in Firefox? Could be very helpful and convenient.

    Hi ThaPlaya,
    I feel your pain. I am in charge of over 250 PCs and laptops. Flash Player stopped working for me after an update. I have been working on this issue non-stop since the middle of October, 2012. It's time-consuming, and even after applying the latest Flash update, it still doesn't work properly.
    I am beyond frustrated! I have people calling me left and right saying that they can't access content. I have been using this site https://www.mozilla.org/en-US/plugincheck/ to try and do a browser plug-in check while in IE an dFirefox. Even after I update all plug-ins, Flash still works about half the time.
    For instance, the principal of the middle and high school wanted to view an online magazine http://upfront.scholastic.com/issues/12_10_12, about 3 pages load on this site. The rest continue to say LOADING. When I right-click on a page and then left-click on ABOUT ADOBE 11.5.502.110, it seems I am using the most up-to-date version for IE and Firefox.
    Students are trying to access sumdog.com and stmath.com, both run using Flash. STMath is now working a bit better because I allowed some exceptions in our internet content filtering appliance, and in our firewall, sumdog still works half the time.
    If Adobe is going to update their browser plug-ins, they need to test and retest before giving the public access. This situation is causing me a ton of problems!
    Sorry to infiltrate your post...
    Dawn/Flower1964

  • Is there any plan to add RTSP  support in JavaFX?

    I really want use JavaFX in my new project, a web app in IP Camera.
    Current JavaFX  only support HTTP streaming, but the IP Camera is output RTSP stream.
    Is there any plan to add RTSP support?
    I think it is a very important function in surveillance application.
    Oracle should think about it!

    You can create a new feature request for RTSP support against javafx-jira.kenai.com
    RT-3458 camera support for JavaFX is (always) scheduled for the next JavaFX release.
    You may be interested in the 3rd party jntegration
      ladstatt.blogspot.com/2013/04/image-processing-with-opencv-and-javafx.html
      code.google.com/p/jfxcamera/
    I don't know if those projects use RTSP or not.

  • Is there any feature in Endeca to support the natural language search ?

    I am looking to evaluate Endeca for implementing search for a help-center kind of a site where there are list of questions and answers available and the requirement is to provide a search for this content. The guest user can type in question or some search terms in the box to get the right question and ultimately the answer to the question.
    However; what I see from the basic tests is that there will be demand of natural language search for verbal matching. I understand that some part of this feature is supported by stemming in Endeca but that dictionary is not the complete list. It will not be a scalable solution to have business update this word forms in the stemming dictionary time and again for such requirement.
    Are there any thoughts on the above problem ? What can be the possible ways to move ahead ?
    Thanks,
    Nit

    Here's a few tips:
    - First, Endeca doesn't do natural language processing.  It is very literal with the words that are entered and matched.
    - By default, the MDEX limits the number of search terms to 10 by default.  Meaning if you entered 11 or more terms, terms #11 and so-forth would be ignored.
    - You can increase this by setting the --search_max flag (typically configured in the <dgraph-defaults> section of your appConfig.xml
    - Now, you can increase this to be quite large (say 200 terms).  Then, when a customer enters in their problem description, it won't ignore terms.
    - Use the "Match Any" match mode.  Now, this might give you a lot of search results, but that goes to my next point.
    - Use the NTerms match mode as your first relevancy ranking module.   This will order the results based on the number of terms
    - Make sure you have a good set of "Stop Words", like "the a and it was is of", etc.
    So now what will happen is that the customer will enter their problem, and you'll submit the whole thing to the mdex.  The MDEX will throw out the stop words, and then order the results based on the number of terms that matched.
    Some other relevancy modules to think about:
    - WFreq / Weighted Frequency.  This counts the frequency of words that are more important.
    - Stay away from Phrase and Exact.  They'll almost certainly be too slow.
    - Use a Static module based on the view count of an article, so that more popular articles will show up first.
    You might also want to turn off these MDEX features:
    --wb_noibrk    Disables word-break insertion analysis.
    --wb_norbrk    Disables word-break removal analysis.
    If you're going to submit big sets of search terms, those features will probably be too slow.

  • Is there any server from vmware which supports OSGI and works similar to all functionalities of vFabric tc server?

    Hi,
         We have currently  built web applications which are in complience with OSGI and runs on  FUSE ESB. Recently we have gone through vFabric tc server which is based  on open source Apache tomcat. Is there any other server from vmware which supports OSGI and works similar to all functionalities of vFabric tc server?
    I  am not sure whether this is the right place to post this question.   Please let me know if i have to post this question anywhere else?
    Thanks,
    Prathap

    Hi Prabhat Y,
    Per my understanding that you are doing the migration from SSRS 2005 to SSRS 2008 and now you are re-creating the 3500 subscriptions in the SSRS 2008, so you want to the new created subscription in SSRS 2008 will be pause and not execute at this time, right?
    Generally, we have several method to pause the subscription processing, please reference to details information below:
    When you created an subscription, an new Sql Server Agent job will be created too, so you can you can just uncheck the 'enabled' checkbox in the job properties as below to disable the execution of the job,you can also  stop the SQL Server Agent Services
    manually, all your subscriptions will stop running:
    More information, Please reference to: 
    How to temporarily stop SSRS subscriptions
    You can also disable a Shared Data Source, pause a Shared Schedule to pause the subscription processing.
    Pause Report and Subscription Processing
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Is there any MaskEdit Box like component in JSF??

    I want some text component that will force the user to enter the data in specific format. Or even some kind of custom CONVERTER or VALIDATOR will also solve the purpose. I want the format as:
    9 (999)-(999) (9999)
    Thus it should allow numbers, spaces, hyphen and round brackets.

    I recommend a validator with a regexp in it.

  • Core JSF - Tab Component Example

    I have the Core Java Server Faces book, and in reading the "Component" chapter, there is an example of creating a Component which acts like Tab pane, that simply links to different pages.
    Is this a practical application ?
    I have implemented something similar on a site (using struts), but simply used raw HTML and CSS, put it into an include, and, viola. Done.
    The total code is about 10 lines, and the actual code needed to do the include is about 3 lines... looking much like the custom tag shown in the book.
    Here are the only reasons I think this is actually practical... and please give me some other reasons, as I tooootally want to know some reasons why you'd code near 1000 lines (UI Component, the tag, a renderer...etc):
    1) the Renderer. you could code your app so it's available to be rendered on a cell phone, etc.
    2) cutting out the hardcoded html... but don't see this as that big of an issue.
    Let me know what you think. I'm trying to decide whether to refactor my tabs into a component... but, I'm thinking it's not worth it.
    Any help would be appreciated !
    Thanks !!

    but simply used raw HTML and CSSBut your application code should tend to be messy and hard to maintain
    or extend.
    I like JSF component because of its variety of custom attributes, value
    binding and method binding on them; event mechanism, declarative resource
    configuration and simple EL notation supporting those binding features.

  • Is there any way to contact customer support without having to pay for this service?

    I'm having trouble installing the latest update of the OS on my MacBook Pro, and after trying a couple of things, I just wanted to get in touch with a customer service representative to help me out with the issue.  Turns out that my "support coverage" has expired, so what now?  The fact that there is an expiration date on "customer service" baffles me...  But yeah, thats the problem I'm having.  Any ideas?
    The specific issue I am having is as follows:
    - I see the availavle OS update on the App Store Icon, so I open it to get started.
    - It asks me to restart the computer, so I click OK and it reboots.
    - Once rebooted, I log back into my account, and notice that the update still has not been applied.
    - I check the OS version and confirm that there has been no change.
    - Try to update again, and the problem persists.
    For some reason I cannot update to the latest OS version.

    The fact that there is an expiration date on "customer service" baffles me... 
    Why?  It's called a warranty, and yours expired.  What's hard about that to understand?

  • Is there any excel-like UI component?

    Heya!
    Im trying to list some media info up on the screen, and i think the most clean way i can think of right now is to place all the info in a sort of grid. A fine example of that grid is like the one Spotify uses.
    Im not all that familiar with java packages yet, what they all include and how things work, so im wondering if there is any component in standard Java lib that looks like that? If it doesnt exist in standard, but in 3rd party, wich one would you recommend?
    Cheers! :)

    JTable?
    [http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]

  • Is there any apps for iphone to support rpc over http or any software yet

    Hi,
        Am wondering if there is any kind of app or software that supports rpc over http in exchange 2003 enviroment for iphone?? I am looking for solution for my company employees so that they can get emails securly to their hand held devices. I found one called "good" but havent used yet and dont know if there is any configuration fro rpc over http. Any suggestion would be greatly appreciated.
    Many thanks,

    The number of apps currently available in the App Store compatible with both iOS 4.2.1 and the iPhone 3G hardware (a major limitation) is dwindling rapidly. If you don't already have a supply of apps, your choices are getting fewer and fewer.  TIme to consider upgrading the phone.

  • Are there any portable e. readers that support Mac software???

    Does anyone know of any portable readers that work w/ Mac? For example, Sony makes a fantastic one but it only supports Windows! Open to any suggestions...thanks!!

    There are many "readers" as you call them for different file formats listed on Versiontracker.
    One included with some Macs, which you can download is Zinio's:
    http://www.zinio.com/mac_splash
    If you are talking about reading software for the blind, Mac OS X has built-in software in Apple menu -> System Preferences -> Universal Access for Text to Speech.

  • IS THERE ANY WAY TO ACTUALLY GET SUPPORT FROM ADOBE?

    I swear Adobe acts like they hate their customers.  I've been having a problem since June 18 and I am getting nowhere.  At that time their so called "support" site was down for days.  Somehow I eventually established a support case that I could see when I logged on to my account.  I submitted everything they asked for.  Now it is gone, poof.  I cannot see what happened to my case.  I was also exchanging e-mail with someone from Adobe but after I submitted everything she requested she quit replying.  THAT WAS 9 DAYS AGO.  Did I mention that the CHAT IS DOWN in the middle of the day with no explanation of when it will be available again?  I regret every buying an Adobe product but I did and I deserve to be able to use it but I cannot.
    Does anyone have any suggestions??

    As I mentioned in your other post, you may want to describe your problem.  There are many users here that can offer excellent help (some who are more knowledgeable than Adobe support staff).

  • VZ Anti-support Technology: Is there ANY way to contact VZ support online?

    Is it just me or are all of the online means of connecting to VZ broken? The "Ask Verizon" box is totally non-functional, it takes you to a dead window that says there's been an error with a "Back" button and does nothing.
    Then the "contact us" links, including the ones prominently displayed here in the forums take you (after a few clicks) to what should be this page http://www22.verizon.com/Residential/Support/ContactUs/ but which just gives a "Request Timeout" error below...
    It's like an online version of those horrible phone support systems where you keep choosing menu choices and getting transferred but they just send you around in circles and eventually hang up on you after 20 minutes... 
    I've tried different browsers and otherwise my FiOS connection is up and rocking with no probs... but anything related to a VZ support page = FAIL. 
     Request TimeoutThe server timed out while waiting for the browser's request.Reference #2.ba1d39ce.1240168242.0 

    Sure. I posted the actual issue in a different thread because it's really 2 different things - 1. my issue, 2. the fact that all the offered online contact methods are broken.  The issue I want support with is about newsgroups and is different, not what I'm talking about here.
    I'm always stunned that huge companies can invest in these elaborate websites which then don't work but nobody seems to consider this a big issue. Do they know how terrible it looks to have things like the front page "Ask Verizon?!" be a complete clusterfuzz waste of time that does nothing? Amazing. 

  • Is there any email to contact apple support? i cannot call them

    when i try to get my warranty it says that my product has been replaced !?!?!
    i dont understand this as i never replaced my iphone....
    i need to contact them ASAP but cant call them as my phone does not work.
    any suggestions?

    At apple.com choose support than in the middle of the page you see two smiling people click on them they are apple support.  You can send an email to iTunes store support but not to anyone else really unless you use the feedback email, which won't help you.  Borrow a friend/family members phone and call them soon 1-800-MY-IPHONE.  Try the website https://selfsolve.apple.com/agreementWarrantyDynamic.do to try that serial number out again.  You may have entered it wrong and just don't know it.  The zero's 0 sometimes look like O's, it might be as simple as that.

Maybe you are looking for

  • PSE10 still shows "edit in progress" even when file in CS6 is closed

    I have used PSE for years and love the Organiser to store and navigate round my photos. I've considered Lightroom, but have stuck with PSE10. I've got the trial of CS6 and am considering purchasing. I have a problem though. If I edit in CS6, do my ad

  • I need help transferring my number to AT&T

    My husband and I have been Verizon customers for almost 6 years. Since I use my phone very little, it just made sense to have me in the "pay as you go" plan once my contract expired. I kept the same phone for years, but since the phone was starting t

  • Page not showing correctly and missing sitemap

    I have two problems involving Dreamweaver 8.02. First is the index page not loading correctly. But when you preview the page from Dreamweaver's browser everything shows fine. But opening up a new broswer it is all messed up. I am using Dreamweaver 8.

  • How do I get the spinning circle to stop?

    I've had this for 2 months and it has been great until this morning. I tried to turn it off and it is just stuck on the spinning shut down circle on the black background. Won't respond to anything. Thanks for the help.

  • Cannot boot HP Mini 110-3135DX Notebook

    Getting Error message: Boot Device Not Found, Please install operating system on your hard disk. How/where can I download operating sytem onto flash drive so I can re-install it onto Notebook?