rsivamanickam Report post Posted October 7, 2008 Hi Team, In xml file we giving the link lin <dataset seriesName="Month"> <set value="986" link="http://localhost:8080/month/january.html"/> <set value="1523" link="http://localhost:8080/month/february.html"/> <set value="1440" link="http://localhost:8080/month/march.html"/> </dataset> is it? Can i have chance to give the link to struts action files like.. <dataset seriesName="Month"> <set value="986" link="http://localhost:8080/month.do?time=98654203652" /> <set value="1523" link="http://localhost:8080/month.do?time=98654213657" /> <set value="1440" link="http://localhost:8080/month.do?time=98654223654" /> </dataset> is it working? or shall i know the alternatives? Thanks Share this post Link to post Share on other sites
Pallav Report post Posted October 14, 2008 Yes - it'll work. Share this post Link to post Share on other sites