| Author |
struts2 and cewolf integration sample programs
|
seetha rani
Greenhorn
Joined: Sep 18, 2012
Posts: 3
|
|
Hi,
Am using cewolf for displaying charts in jsp.But am facing problem when i integrate with struts2.
But am getting error has no action mapped for cewolf.
Can anyone please help me with example programs on struts2 integration on cewolf usage.Please help me
I got stuck and unable to proceed
Thanks in advance
|
 |
jatan bhavsar
Ranch Hand
Joined: Jul 23, 2008
Posts: 296
|
|
Hi Seetha,
Welcome to Java Ranch. .
Possible reasons for this is improper configuration in struts.xml and sometimes it may happen that included jars are not compatible.
Clean the project and delete the classes from the build and then run the application.
So please check this possibilities and let me know.If you are getting any exception post it with the struts.xml file.
Regards
Jatan
|
 |
seetha rani
Greenhorn
Joined: Sep 18, 2012
Posts: 3
|
|
Hi jatan,
Thanks alot for your reply.Ya i included all the jar files.
I know the problem is because of struts.xml.Can you please say me what i must do in struts.xml to configure cewolf in struts2.
If you have any sample programs on struts2 and cewolf can you please help me sharing it.
Thanks in advance
|
 |
jatan bhavsar
Ranch Hand
Joined: Jul 23, 2008
Posts: 296
|
|
Hi Seetha,
you need to define servlet in web.xml.
Referdocumentation on apache strtus and Cewolf which will give you better idea.
Regards
Jatan
|
 |
seetha rani
Greenhorn
Joined: Sep 18, 2012
Posts: 3
|
|
yes jatan,
I finished my configuration in web.xml and i mapped my cewolf servlet.My problem is now with struts.xml.
Am getting error has no action mapped for cewolf.Should I do anythng in struts.xml in order to use cewolf
Thanks for your reply
|
 |
 |
|
|
subject: struts2 and cewolf integration sample programs
|
|
|