JSPG0103E: Unable to open taglibrary /WEB-INF/struts-bean.tld

2004-03-19 Thread ansuman_behera
Hi All, In our project we are getting an error with the subject as the error message. We are getting this in the development environment. We are using WSAD 4.0. The interesting thing is we are not getting the error when we are using WAS 4.0.1 as part of WSAD but with WAS 4.0.2. I'm writing

RE: How to configure a struts application

2003-08-14 Thread ansuman_behera
It is very easy with Tomcat too. I'm using Tomcat 4.1 and Struts 1.0.2. Here is what you need to do at a high level 1. Ensure that your web application has a folder under TOMCAT_HOME/webapps. 2. Inside this folder create a folder called WEB-INF 3. In the WEB-INF folder you should have all

RE: [FRIDAY] method to get new Id to next action when old Id is in request?

2003-08-14 Thread ansuman_behera
/ Struts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx -Original Message- From: ansuman_behera [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:51 AM To: Struts Users Mailing List Subject: RE: method to get new Id to next action when old Id is in request

DynaActionForm

2003-08-14 Thread ansuman_behera
Hi, Is there a place where the disadvantages of using DynaActionForm is listed? Needed this for a discussion. thanks ansuman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [FRIDAY] method to get new Id to next action when old Id is in request?

2003-08-14 Thread ansuman_behera
is in request? That's ridiculous. If that were true, then just give up and go home. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx -Original Message- From: ansuman_behera [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Button labels and DispatchActions mix?

2003-08-14 Thread ansuman_behera
even I had faced a similar problem in one of my past experiences. the workaround that I adopted was by providing a link instead of a button and hence I could append the parameter value. To my business users the difference did not matter... ansuman -Original Message- From: Paul

RE: method to get new Id to next action when old Id is in request?

2003-08-09 Thread ansuman_behera
what if there is a restriction that the developers should not be using hidden variables? what do you do in this case? -Original Message- From: Rohit Aeron [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:54 AM To: Struts Users Mailing List Subject: RE: method to get new Id to

RE: Java Help

2003-08-07 Thread ansuman_behera
Zille, following would be the rough steps that you'd have to do for accessing from a normal java class... 1. set the jdbc.drivers property of the system to the full path name of the driver 2. Call the getConnection method of the DriverManager class by passing the URL of the database however if