How to dispaly application home page by default

2006-05-09 Thread Nandakishore Nekkanti
Hi , i have a requirement like this.When ever we enter the website address i want to display my application home page. Some thing like www.abc.com shoud be equal to www.abc.com/appName .If i am not giving appName in URL it is displaying tomcat home page. How can i achieve this.Provide me some

[OT] Jasper Reports

2006-03-15 Thread Nandakishore Nekkanti
HI Teodor Danciu I am facing a problem while using Jasper Reports. I am using JRxlsExporter to export to Excel fromat.I want to export the report to a file and i want all the data to be appended to the same file.Why i am forcing to do like this is , If my report contains records more than 2 la

[OT] JASPER Report Exception

2006-03-09 Thread Nandakishore Nekkanti
Hi All I am trying to generate jasper reports.I safely ran the sample web application.But when i am trying do the same in my struts apllication it is giving exception. The .jrxml file is not compiling to .jasper file and the Exception is : net.sf.jasperreports.engine.JRException: Langua

Jasper Reports

2006-03-06 Thread Nandakishore Nekkanti
Hi can any body help how to export a report to xcel using Jaspr reports. I tried using the servlet(XlsServlet) they provided to export as part of the src code. But i was with the following error. javax.servlet.ServletException: No JasperPrint documents found on the HTTP session. net.sf

Problem with Connection Pool in Tomcat

2005-11-28 Thread Nandakishore Nekkanti
Hi     I am facing problem while configuring connection pool in tomcat.   I created one  DataSource  after logging into server as abmin.   I saw  corresponding settings in  server.xml.i am listing them below.   Then i configured web.xml .I guess  i did all  the changes as mentioned in tomca

Re: what is the use of parameter attribute in action tag

2005-11-21 Thread Nandakishore Nekkanti
d name in your Action class or you want to access "abc" > parameter in your method of Action Class. > > > > > > "Nandakishore Nekkanti" <[EMAIL PROTECTED]> > 11/21/2005 02:21 PM > Please respond to > "Struts Users Mailing List" > &

Re: what is the use of parameter attribute in action tag

2005-11-21 Thread Nandakishore Nekkanti
d name. you can get > the request parameters from request object itself in action class, no > extra setting is required. > Ex if you have any parameter in request as "type" then use > String type = (String) request.getParameter("type"); > > Hope it helps. >

what is the use of parameter attribute in action tag

2005-11-21 Thread Nandakishore Nekkanti
Hi Is there any option in struts-config.xml to send request parameters to the action. i guess parameter attribute in action can do this .Is this for that purpose. -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.6.5 - Release Dat

Re: Help required with struts for dynamic row addition in jsp

2005-11-16 Thread Nandakishore Nekkanti
hi I am new to struts.But i did one similar to ur requirement.Here is that i did that using and Take one bean and set all the properties(all the html controls) in that bean iterating through a loop as many times u can and store them in one ArrayList.Use this Arraylist to iterate through