java Programming Glossary: jsfc
Is there a way to run a JSF page without building the whole project? http://stackoverflow.com/questions/10504190/is-there-a-way-to-run-a-jsf-page-without-building-the-whole-project you can just design your forms with plain HTML and use the jsfc attribute to specify the respective JSF component which should.. which should be used during JSF runtime. E.g. form jsfc h form label jsfc h outputLabel for input1 input type text jsfc.. be used during JSF runtime. E.g. form jsfc h form label jsfc h outputLabel for input1 input type text jsfc h inputText id..
|