jsf - What is the use of <alloy> tags of Liferay faces in liferay 6.2? -


what use of <alloy> tags of liferay faces? used fetch liferay web content? how use <alloy: commandbutton> tag , redirect button other wanted page?

the <alloy> tags provided liferay faces alloy jsf component tags manifest html markup , javascript liferay's alloyui framework. can use <alloy:commandbutton> redirect 1 jsf view (within same portlet, on same portal page) adding "?faces-redirect=true" end of value of action attribute, or end of <to-view-id> value in faces-config.xml <navigation-rule>. can specify <redirect /> in <navigation-rule>. fetching web content can done via <portal:runtime> component liferay faces portal. see multiple instances use-case in showcase details.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -