javadev-chiennx / struts2-jquery-plugin

Automatically exported from code.google.com/p/struts2-jquery-plugin
0 stars 0 forks source link

Rebuild struts2-jquery-richtext-plugin-3.3.0 source error #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I get struts2-jquery-richtext-plugin-source version 3.3.0 add to Eclipse.
2.Modify CkeditorUpload class (upload follow my folder not using default
3. export to jar file.
4. copy jar to my project . 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
My Project using java 1.6.020, tomcat 6 struts 2.312.

Please provide any additional information below.
<jsp>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ taglib prefix="sjr" uri="/struts-jquery-richtext-tags"%>
<%@ taglib prefix="sj" uri="/struts-jquery-tags"%>

using
<sj:head/> in <head> tag

<sjr:ckeditor 
        id="richtextEditor" 
        name="contents" 
        rows="20" 
        cols="80" 
        width="800"
        uploads="true"
        toolbar="Full"        
/>      

It throws Exception 

org.apache.jasper.JasperException: File "/struts-jquery-richtext-tags" not found

If I download jar file from http://code.google.com it running well with default 
upload folder

Somebody help me? or intergrate my CkeditorUpload to jar file.

Thanks so much

Original issue reported on code.google.com by hoa.lequ...@gmail.com on 14 Apr 2012 at 4:42

Attachments: