linking struts2 action to pre-existing pure Java servlet

2007-06-18 Thread soum
Hi, I have a servlet which implements some logic based on some URL parameters passed to it. I can invoke this servlet directly from my browser, by simply supplying the parameters thru the URL. http://localhost:8080/myproject/myapplication?param1=value1¶m2=value2 However, I would like to set the

Creating report using struts2 and pentaho

2007-06-07 Thread soum
hi, sorry for sending this message again-since i didnt get nay reply and its urgent on my project i have to creat a Report using Pentaho and struts2. Without using struts i am able to creat the report and disply it .but i wanted to customize the application and wanted to use struts in it. So for