I am migrating an application to jsf 1.2 and now out of the blue there is a new .metadata folder in the project root with a WebConent folder inside there with a WEB-INF folder still deeper and inside
i wanted to use the navigation-rule feature of my faces-config.xml (JSF 2.0) but I have some problems with it. I have three files (index.xhtml,index2.html,index3.xhtml) and they look like this:
I\'m switching from faces-config to Spring and wanted to know how you can pass a property from one bean to another:
Jsf library (that is included in开发者_运维知识库 WEB-INF/lib) might contain its own faces-config.xml file.
Would it be possible to use a navigation-case as shown below with the same view-id but different from-outcomes? In the managed bean, I wanted to compare the from-outcome values and decide on the group
Is there a way to pass a class into a property as a Class ob开发者_JAVA百科ject? i.e. <managed-property>
I am trying to come up with a common UI framework for my organization. I want to开发者_JAVA百科 know can I have something called shared faces-config.xml file which can be shared across projects.If you
I am trying to extend the NavigationHandler in JSF 1.2, and to keep a stack of the visited pages (more precisely, the view-ids, along with the action and the output).