Skip to content
Johannes Geppert edited this page Jun 26, 2015 · 2 revisions

Introduction

Struts2 jQuery Plugin supports CKEditor and Tinymce as richtext editor.

To use this features you need to copy the struts2-jquery-richtext-plugin.jar into your WEB-INF/lib path or add it to your maven dependencies.

<dependencies>
    ...
    <dependency>
	<groupId>com.jgeppert.struts2.jquery</groupId>
	<artifactId>struts2-jquery-plugin</artifactId>
	<version>X.X.X</version>
    </dependency>
    <dependency>
	<groupId>com.jgeppert.struts2.jquery</groupId>
	<artifactId>struts2-jquery-richtext-plugin</artifactId>
	<version>X.X.X</version>
    </dependency>
    ...
</dependencies>
Clone this wiki locally