chrberndt / liferay-taglib-example

Explore and demonstrate how to implement JAVA taglibs with OSGi modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liferay-taglib-example

Explore and demonstrate how to implement JAVA taglibs with OSGi modules

How To Use

  1. Build and deploy to Liferay
  2. Import tag-library: <%@ taglib uri="http://chberndt.com/tld/example" prefix="example-taglib" %> in init.jsp (Require-Capability header will be added automatically by Bndtools.
  3. Use Alert Tag with <example-taglib:alert message="Your message here" />

Settings

gradle.properties

liferay.workspace.product = dxp-7.3-sp1

Contact

christian.berndt@liferay.com

About

Explore and demonstrate how to implement JAVA taglibs with OSGi modules

License:GNU General Public License v3.0


Languages

Language:Java 100.0%