GayaBalan / struts2-jquery-plugin

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

cannot use struts2-jquery-tags and enableCharting for head tag #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. setup struts2-jquery-tags with maven usage 
(http://code.google.com/p/struts2-jquery/wiki/FAQ#How_can_I_use_the_Plugin_from_
Maven?)
2. Verify if struts2-jquery-tags is in maven repository folder.
3. Add declaration for taglib in your jsp file (<%@ taglib prefix="sj" 
uri="/struts2-jquery-tags" %>)
4. Add head parameters as it is recommended in: 
http://code.google.com/p/struts2-jquery-plugin/wiki/chart - <sj:head 
compressed="false" enableCharting="true"/>

What is the expected output? What do you see instead?
EXPECTED: steps: 1-2-3-4 - setup is correct and user can chart properties, i.e. 
axisXLabel
ACTUAL: 
1-2. that's correct, proper jar is downloaded into .m2 repo
3. it says: Can not find the tag library descriptor for "/struts2-jquery-tags"
4. it is not compiled, since there is a problem in previous step. I try to use 
"struts-jquery-plugin" declaration instead of "struts2-jquery-plugin", however 
I get then warning: Undefined attribute name "enableCharting" and cannot 
display webpage.

What version of the product are you using? On what operating system?
Ubuntu 64bit, Struts2, struts2-jquery-plugin ver 3.3.3

Please provide any additional information below.
quick help appreciated a lot

Original issue reported on code.google.com by gadomska...@gmail.com on 27 Aug 2012 at 12:11