I am new to JSF. I am using Tomcat 7.0.14 and trying to run SimpleHelloByEnteringName example but getting following errors in startup and at runtime
Using h:outputStylesheet I can embed CSS resources in the HTML head section, but how can I build a <link> fo开发者_开发百科r a favicon image resource which renders HTML like in this example:
I have a functional trinidad tree . I want to expand the tree when the page is loaded. <tr:tree id=\"treeid\"value=\"#{backingbean.model}\" var=\"model\">
This question already has answers here: JSF 2.1 ViewScopedBean @PreDestroy method is not called (2 answers)
I might not be thinking correctly in terms of visual components in JSF, but I guess that\'s part of my question.My question is around the seeming lack of scope around variables declared within JSF <
I just switch from Mojarra to Myfaces. Mostly not too much of a hassle but for the navigation rules not working as before. I\'m have problems with redirect in the navigation case:
Is there such a thing as inheritance in JSF 2 composite components? As far as I开发者_StackOverflow社区 know, there isn\'t.
I am trying to make a very simple application. With a starting menu as a welcome page, however I am having problems with faces components not being displayed.
I asked this question and although the answer directly satisfied my needs I am left with a feeling that there has to a simpler solution for this specific problem.
I have two questions about resources in JSF2: is there any way to set that all JSF2 resources (JS, CSS) should be compressed 开发者_如何学Go(gziped) or at least minified. (Something a la wro4j).